body { 
	color: #666666; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%;
	background-color: #e5ecec;
}

.fond { 
	background-image:  url(../media/fond.gif); 
	background-repeat: repeat-x;
}

.body_fond { 
	background-image:  url(../media/body_fond.gif); 
	background-repeat: repeat-y;
	padding: 10px 0px 10px 36px;
}

.body_fond_contact { 
	background-image:  url(../media/body_fond.gif); 
	background-repeat: repeat-y;
	padding: 10px 30px 10px 66px;
}

.bas { 
	background-image:  url(../media/fond_bas.gif); 
	background-repeat: no-repeat; 
	padding: 8px 20px 0px 0px;
	font-size: 9px;
	color: #b1b09c;
}

.small { 
	font-size: 10px; 
}

.footer {
	padding: 0px 36px 0px 36px;
}

.footer_text {
	color: #999999;
	font-size: 10px;
}

.titre1 {
	color: #58ab27;
	font-size: 30px;
	font-weight: bold;
}

.titre2 {
	color: #58ab27;
	font-size: 22px;
	font-weight: bold;
}

.titre3 {
	color: #58ab27;
	font-size: 18px;
	font-weight: bold;
}

.titre_blanc {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

.text_titre { 
	color: #666666; 
	font-weight: bold; 
	text-transform: uppercase; 
}

.text_titre_vert { 
	color: #58ab27; 
	font-weight: bold; 
	text-transform: uppercase; 
}

.green {
	color: #58ab27;
}

.home_push_fond { 
	background-image:  url(../media/home_push_fond.gif); 
	background-repeat: no-repeat;
}

.scolaires_fond { 
	background-image:  url(../media/scolaires_fond.gif); 
	background-repeat: no-repeat;
}

.scolaires_fond2 { 
	background-image:  url(../media/scolaires_fond2.gif); 
	background-repeat: no-repeat;
}

.scolaires_bloc_fond { 
	background-image:  url(../media/scolaires_bloc_fond.gif); 
	background-repeat: repeat-y;
	padding: 5px 55px 5px 55px;
}

.scolaires_bloc_fond2 { 
	background-image:  url(../media/scolaires_bloc_fond2.gif); 
	background-repeat: repeat-y;
	padding: 5px 55px 5px 50px;
}

.scolaires_margin_left { 
	padding-left: 10px;
}

.photo1 { 
	padding: 7px 0px 0px 0px;
}

.photo2 { 
	padding: 30px 0px 0px 0px;
}

.photo3 { 
	padding: 8px 30px 0px 0px;
}

.scolaires_bloc_bas { 
	padding: 5px 55px 5px 55px;
}

.large {
	font-size: 12px;
}

.trait {
	background-color: #e4e4e4;
}

ul {
list-style-type: none;
padding: 0px;
margin: 0em 0em 0em 1em
}

.actus_bloc_fond { 
	background-image:  url(../media/actus_bloc_fond.gif); 
	background-repeat: repeat-y;
	padding: 0px 50px 0px 5px;
}

.actus_bloc_fond li {
background-image: url(../media/fleche.gif); 
background-repeat: no-repeat;
background-position: 0 .5em;
padding: 0px 0px 0px 10px;
margin: 0px;
}

.text li {
background-image: url(../media/fleche_gris.gif); 
background-repeat: no-repeat;
background-position: 0 .5em;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px -10px;
}

.lien li {
background-image: url(../media/fleche.gif); 
background-repeat: no-repeat;
background-position: 0 .5em;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px -10px;
}

.dropdown_fond { 
	background-image:  url(../media/dropdown_fond.gif); 
	background-repeat: no-repeat;
	padding: 132px 0px 0px 38px;
}

.dropdown { 
	width: 160px;
	font-size: 10px;
	margin-bottom: 26px;
}

.dropdown_bas { 
	width: 160px;
	font-size: 10px;
	margin-bottom: 15px;
}

.textfield { 
	font-size: 10px;
	width: 240px;
	margin-bottom: 2px;
}

a:link { color: #58ab27; text-decoration: none; font-size: 11px; }
a:visited { color: #58ab27; text-decoration: none; font-size: 11px; }
a:hover { color: #58ab27; text-decoration: underline; font-size: 11px; }
a:active { color: #58ab27; text-decoration: none; font-size: 11px; }

a.bas_lien:link { color: #999999; text-decoration: none; font-size: 10px; }
a.bas_lien:visited { color: #999999; text-decoration: none; font-size: 10px; }
a.bas_lien:hover { color: #999999; text-decoration: underline; font-size: 10px; }
a.bas_lien:active { color: #999999; text-decoration: none; font-size: 10px; }

a.text_titre_lien:link { color: #666666; text-decoration: none; font-weight: bold; font-size: 11px; text-transform: uppercase;  }
a.text_titre_lien:visited { color: #666666; text-decoration: none; font-weight: bold; font-size: 11px; text-transform: uppercase;  }
a.text_titre_lien:hover { color: #666666; text-decoration: underline; font-weight: bold; font-size: 11px; text-transform: uppercase;  }
a.text_titre_lien:active { color: #666666; text-decoration: none; font-weight: bold; font-size: 11px; text-transform: uppercase;  }


