<!--

/* Standard de base */
body {
margin:0;
padding:0;
	background-color: #333333;
	font-family:Verdana, sans-serif, Arial, Helvetica;
	font-size:11px;
	text-align:center;
}

table, td{
	font-family:Verdana, sans-serif, Arial, Helvetica;
	font-size:11px;
}
form, input{
	margin:0px;
	font-family:Verdana, sans-serif, Arial, Helvetica;
	font-size:11px;
}

a{
	text-decoration:none;
	color:#669900;
}

a:hover{
	text-decoration:underline;
	color:#666666;
}

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

li{
	margin:0px;
}

li a{
	color:#669900;
}

.menu {
	color:#99CC33;
	list-style-type:none;
	background-image:url(images/puce_pleine.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
}
.sousmenu{
	color:#99CC33;
	list-style-type:none;
	background-image:url(images/puce_pleine2.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:24px;
}


.sousmenu a{
	color: #FF9900;
	text-decoration: none;
}

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

/* Structures */
#container{
	width:895px;
	display:block;
	text-align:center;
	margin:0 auto;
	background-color:#A9C91E;
	border:4px solid;
	border-color:#FFFFFF;
}



#bloc{
	position:relative;
	margin:0;
	background-color:#fff;
	display:block;
	border:1px solid #fff; /* bug affichage Firefox...*/
}

#headrub{
	height:10px;
	width:175px;
 	background-image:url("../style/images/coins_H.gif");
	background-repeat:no-repeat;
}

#footrub{
	height:10px;
	width:175px;
	background-image:url("../style/images/coins_B.gif");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#headcentre{
	height:10px;
	width:495px;
 	background-image:url("../style/images/coins_centre_H.gif");
	background-repeat:no-repeat;
}

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

#barreoutil{
	border-bottom:1px dotted #333333;
	font-size:10px;
	padding-left:10px;
	color:#666666;
	padding-bottom:10px;

}

/* modules rubriques */
/* contenu rubriques */
/* contenu */



.rubrique{
	margin: 0px;
	width:175px;
	background-color:#ffffff;
}
.rubcontenu{
	width:165px;
	padding-left:5px;
	text-align:left;
}


.colonne1{
	padding-left:12px;
	padding-top:10px;
	float:left;
}

.colonne2{
	width:495px;
	display:block;
	margin-left:12px;
	margin-top:10px;
	float:left;
}

.colonne3{
	padding-left:12px;
	padding-top:10px;
	float:left;
}


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

.titre{
	color:#FF9900;
	font-weight: bold;
	font-size:10px;
	text-decoration: none;
	padding-bottom:5px;
	margin-bottom:4px;
	display:block;
	border-bottom:1px solid;
}

.titre a{
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}

.titre a:hover{
	text-decoration: underline;
	color: #336699;
}

.soustitre{
	color: #336699;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
}
.jourChecked{
	color:#FF6600;
	font-size:10px;
	font-weight: bold;
	/*text-decoration: underline;*/
	border:1px solid;
}
.jour{
	color: #669900;
	font-size:10px;
	text-decoration: none;
}

.calendrier{
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}


.titre_sujet{
	font-size:12px;
	width:auto;
	color:#990000;
	font-weight: bold;
	padding-top:0px;
	display:block;
	padding-left:8px;
	padding-bottom:2px;
	margin-bottom:10px;
	text-decoration: none;
}

.titre_sujet a{
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}

.titre_sujet a:hover{
	text-decoration: underline;
}

.colorFooter{
	font-size:10px;
	color:#333333;
}

.colorFooter a{
	color:#333333;
	text-decoration: none;
}

.colorFooter a:hover{
	text-decoration: underline;
}

.breadcrumb{
	font-size:10px;
	padding-left:22px;
}

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