#tpl_body{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial,Verdana,sans-serif;
	background-color: #EEEEE7;
}

/*
Structure globale
*/

div.page {
	/*background-color: #FFFFFF;*/
	padding-top: 10px;
	background: #FFFFFF url("images/bg_page_haut_droite.gif") no-repeat right top;
	margin: 0 auto;
	width: 950px;
}

div.page_millieu {
	background: url("images/bg_page_droite.gif") repeat-y right top;
	width: 950px;
}

div.page_bas_gauche {
	background:url("images/bg_page_bas_gauche.gif") no-repeat left bottom;
	/*padding:0 20px 20px 15px;*/	
	width:950px;
}

div.page_bas_millieu {
	background:url("images/bg_page_bas_millieu.gif") repeat-x right bottom;
	/*padding:0 20px 20px 15px;*/	
	width:950px;
}

div.page_bas_droite {
	background:url("images/bg_page_bas_droite.gif") no-repeat right bottom;
	/*padding:0 20px 20px 15px;*/
	
	width:950px;
}

div.chemin{
	margin: 0 auto;
	color : #b72f2f;
	width: 950px;
	font-size: 0.7em;
	padding-bottom: 2px;
	/*background: url(/themes/std_images/fond_chemin.png) left top repeat-x;*/
	
}

div.bandeau {
	/*border: 1px solid #000000;*/
	height: 100px;
	margin-right: 5px;
}

div.espace_menu{
	height: 28px;
	padding-top: 3px;
	padding-bottom: 1px;
	background: url("images/fd_menu_bleu.png") repeat-x;
}

div.espace_menu_gauche {
	background:#b1bed5 url("images/bg_page_bas_millieu.gif") repeat-x right bottom;
	/*padding:0 20px 20px 15px;*/	
	/*width:950px;*/
	margin-right: 5px;
	/*border: 1px #784785 solid;*/
}

/* MARGE GAUCHE  */

div.marge_gauche_contenu{
	font-size:0.8em;
	/*margin-right:5px;*/
	padding:5px;
	/*border:1px solid #000000;*/
}
div.marge_gauche{
	padding-top:7px;
	background:#E7EBF8 url("images/actu_bg_page_haut_droite.gif") no-repeat right top;
	float:left;
	width:210px;
}
div.marge_gauche_millieu {
	background:url("images/actu_bg_page_droite.gif") repeat-y right top;
	width: 210px;
}
div.marge_gauche_bas_gauche {
	background:url("images/actu_bg_page_bas_gauche.gif") no-repeat left bottom;
	width:210px;
}
div.marge_gauche_bas_millieu {
	background:url("images/actu_bg_page_bas_millieu.gif") repeat-x right bottom;
	width:210px;
}
div.marge_gauche_bas_droite {
	background:url("images/actu_bg_page_bas_droite.gif") no-repeat right bottom;
	width:210px;
	padding-bottom:7px;
}
div.separateur_marge{
	font-weight: bold;
	font-size: 0.7em;
	margin-right:5px;
	padding-left: 5px;
	background: url(images/fond_nom_bandeau.gif) repeat-x;
}
/* Actualité */
div.actu_marge_titre{
	margin-right:5px;
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
	border: 1px solid #828080;
	background-color: #dae0ea;
	color:#787878;
	font-size: 0.85em;
}
div.actu_marge_description{
	margin-right:5px;
	color:#838383;
	font-size: 0.85em;
}
div.actu_marge_auteur{
	margin-right:5px;
	text-align:right;
	color:#555555;
	font-size: 0.8em;
	margin-bottom:5px;
}
div.actu_marge_lien{
	margin-right:5px;
	font-size:0.8em;
	text-align:right;
	color:#c10e0e;
}
a.actu_marge_lien_flux{
	color:#c10e0e;
}
a.actu_marge_lien_flux:visited{
	color:#c10e0e;
}
div.actu_suite{
	width:100%;
	text-align:right;
}
div.actu_section{
	color:#989898;
	font-size:18px;
	font-weight:bold;
	padding:3px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
	width:690px;
	border-bottom:1px solid #989898;
}

/* FIN MARGE GAUCHE */

/* ACTUALITE */
div.actu_titre{
	width:710px;
	height:17px;
	color: #787878;
	font-weight: bold;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	background: url(images/fond_titre_actu.png) repeat-y;
}
div.actu_description{
	width:710px;
}
div.actu_auteur{
	width:710px;
	height:17px;
	color: #787878;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	padding-right:10px;
	background: url(images/fond_titre_actu_droite.png) repeat-y right;
}

/* FIN ACTUALITE */

div.zone_contenu {
	margin-left: 215px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 720px;
	font-family : Arial,helvetica,Verdana,sans-serif;
}

div.copyright {
	border-top: 1px dotted #a3a3a4;
	padding-top: 5px;
	clear : both;
	font-size : 0.7em;
	color : #b72f2f;
	text-align : center;
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 10px;
}
div.copyright a{
	color : #b72f2f;
	text-decoration : none;
}
div.copyright a:hover{
	color : #b72f2f;
	text-decoration : underline;
}
div.copyright a:visited{
	color : #b72f2f;
	text-decoration : none;
}
div.copyright a:visited:hover{
	color : #b72f2f;
	text-decoration : underline;
}


/*
Fin structure globale
*/
img {
	border: 0px;
}

span.chemin_page {
	vertical-align: middle;
}

a.chemin:link {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin:hover {
	color : #b72f2f;
	text-decoration : underline;
}
a.chemin:visited {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin:visited:hover {
	color : #b72f2f;
	text-decoration : underline;
}

div.chemin_connexion{
	padding-top : 7px;
	color : #b72f2f;
	height: 30px;
	padding-left: 1em;
	padding-right: 1em;
	background: url(/themes/std_images/fond_chemin_connexion.png) left top repeat-x;
	font-size: 0.8em;
	float: left;
}
a.chemin_connexion:link {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin_connexion:hover {
	color : #b72f2f;
	text-decoration : underline;
}
a.chemin_connexion:visited {
	color : #b72f2f;
	text-decoration : none;
}
a.chemin_connexion:visited:hover {
	color : #b72f2f;
	text-decoration : underline;
}
