@charset "utf-8";
/* MEMO COULEURS

COULEURS GROUPE
Vert SDP : #00802D
Vert clair : #8EDC06
Jaune : #FFF000 
Bleu : #0D4D7D 
Marron : #936324

COULEURS AGRI
Vert SDP : #00802D
Bleu : #0D4D7D 

COULEURS EXPORT
Vert SDP : #00802D
Bleu : #336699
Marron : #4D494A

COULEURS SAINT FIACRE
ROSE MUST : #CA003F
VERT ESSENTIAL : #008372
ORANGE INTEMPOREL : #E25710

*/
 
 
/* STRUCTURE */
body {background:#FFF000 url(img/background.gif) no-repeat top center;}
#general {background:white url(img/bottom.gif) repeat-x bottom center;}
#contenu {background:transparent url(img/menu.gif) repeat-x top center;}

#header {
	color:white;
	background:url(img/backgroundheader.gif) top right no-repeat #00802D;
	border-bottom:white 1px solid;
	}

/* LIENS GENERIQUES */
#header a.menuheader, #header a.menuheader:link, #header a.menuheader:visited, #header a.menuheader:active, #header a.menuheader:hover {
	font-size: 1em;
	color:white;
	text-decoration: none;
	font-weight:bold;
	}

#header a.deficient, #header a.deficient:link, #header a.deficient:visited, #header a.deficient:active, #header a.deficient:hover {
	font-size: 1em;
	color:white;
	text-decoration: none;
	font-weight:bold;
	background:black;
	padding:2px;
	}

	
/* AUTRES CLASSES */
.crochetsactu {color:#936324;}
	

/* MENU */
#menu{
	background-color:#8EDC06;
	border-top:#00802D 1px solid; 
	border-bottom:white 1px solid;
	}
#menu a, #menu a:visited, #menu  a:link, #menu a:active  {
	color:white;
	text-decoration: none;
	}	

.liniveau1:hover, .liniveau1.sfhover {background:#936324; border-bottom:1px solid white;}
.liniveau2 {background:#8EDC06; border-bottom:1px solid white;}
.liniveau2:hover, .liniveau2.sfhover {background:#936324; border-bottom:1px solid white;}


/* TEXTES */
h1 {color: #0D4D7D;}
h2 {color: #0D4D7D;border-bottom:1px solid #00802D;}
h3 {color: #00802D;}
	
	
/* LIENS */
a:link, a:visited, a:active {
	color: #0D4D7D;
	text-decoration: none;
}
a:hover {
	color:#00802D;
	text-decoration: none;
}