<!--

/* Standard de base */
body {
margin:0;
padding:0;
	background-color: #668B3C;
	font-family: Georgia, Times, serif;
	font-size:11px;
	text-align:center;
}

table, td{
	font-family:Georgia, Times, serif;
	font-size:11px;
}

form, input{
	margin:0px;
	font-family:Georgia, Times, serif;
	font-size:11px;
}

a{
	text-decoration:none;
	color:#668B3C;
}
a:hover{
	text-decoration:underline;
	color:#668B3C;
}

ul {
	margin:0px;
	padding-left:24px;
	padding-right:4px;
}

li{
	margin:0px;
}

li a{
	color:#668B3C;
}

.menu {
	font-family:Georgia, Times, serif;
	font-size:12px;
	color:#668B3C;
	list-style-image: url(images/fleche_rouge1.gif);
	list-style-position: outside;
}
.sousmenu{
	color: #668B3C;
	font-size:12px;
	list-style-image: url(images/fleche_rouge2.gif);
	list-style-position: outside;
}

.sousmenu a{
	color: #668B3C;
}

.sousmenu a:hover{
	color: #668B3C;
	text-decoration: underline;
}


/* Structures */
#container{
	width:895px;
	display:block;
	text-align:center;
	margin:0 auto;
	background-image: url("../style/images/fond_container_5_2.gif");
	background-repeat:repeat-y;
}
#headerfond{
background-color:#FFFFFF;
}
#headrub{
}

#footrub{
	height:0px;
	width:175px;
}



#headcentre{
}

#footcentre{
	height:40px;
	width:495px;
	background-image:url("../style/images/ornement_bas_01_vert.png");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#bloc{
	margin-top:0px;
	padding-top:10px;
}

.colonne1{
	width:200px;
	float:left;
	padding-top:10px;
	display:block;
}

.colonne2{
	width:493px;
	float:left;
	padding-top:10px;
	overflow:hidden;
	display:block;
}

.colonne3{
	width:198px;
	float:right;
	padding-top:10px;
	display:block;
}

#barreoutil{
	border-bottom:1px solid #A48F59;
	font-size:10px;
	color:#666666;
	padding-bottom:10px;
	margin-left:10px;
}

/* modules rubriques */
.rubrique{
	margin-top:10px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
	Margin-left: 2px;
	Margin-right: 12px;
}

.rubcontenu{
	width:165px;	
	text-align:left;
}

/* contenu rubriques */
.titre{
	color:#668B3C;
	font-size:11px;
	line-height:90%;
	letter-spacing:-1px;
	text-align:left;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:26px;
	background-image:  url("images/fond_rub1_rococo5_2.gif");
	background-repeat:no-repeat;
	height:44px;
}

.description{
	font-size:9px;
	color:#666666;
}


/* contenu */
.titre_sujet{
	font-size:14px;
	color:#668B3C;
	font-weight: bold;
	padding-top:2px;
	padding-left:10px;
	padding-bottom:2px;
	margin-bottom:10px;
	display:block;
}

.titre_sujet a{
	font-size:16px;
	color:#668B3C;
	font-weight: bold;
	text-decoration: none;
}

.titre_sujet a:hover{
	font-size:16px;
	color:#333;
	text-decoration: underline;
}

.soustitre{
	color: #668B3C;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
}


/* divers */
.breadcrumb{
	font-size:10px;
	block:display;
	padding-left:26px;
	padding-top:40px;
}

.jourChecked{
	color:#333;
	font-size:10px;
	font-weight: bold;
	/*text-decoration: underline;*/
	border:1px solid;
}
.jour{
	color: #668B3C;
	font-size:10px;
	text-decoration: none;
}

.alert{
	color:#CC0000;
}
-->