@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:#A8C5E2 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;}
#contenugauche {min-height:700px;}
	
#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:#00802D;}
	
	
/* MENU */
#menu {
	background-color:#00802D;
	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:#0D4D7D; border-bottom:1px solid white;}
.liniveau2 {background:#00802D; border-bottom:1px solid white;}
.liniveau2:hover, .liniveau2.sfhover {background:#0D4D7D; border-bottom:1px solid white;}
	
	
/* TEXTES */
h1 {color: #0D4D7D; font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
h2 {color: #0D4D7D;border-bottom:1px solid #00802D;font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;}	
h3 {color: #00802D;font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;}


/* LIENS */	
a:link, a:visited, a:active  {
	color: #0D4D7D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00802D;
}