ï»¿/**************générale***************/
body{
	background-image:url(fond_repeat.png);
	background-repeat:repeat-x;
	background-color:#e6d5a9;
	color:#4f4f4f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	padding:0;
	margin:0;
}
#globale{
	width:755px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	background-image:url(main-bandeau.png);
	width:755px;
	height:353px;
	margin:0 auto 0 auto;

}
#milieu{
	background-image:url(main_repeat.png);
	width:755px;
}
#footer{
	clear:both;
	background-image:url(main_pied.png);
	width:755px;
	height:27px;
}
#droite{
	width:175px;
	float:left;
	margin-left:24px;
}
#droite h3{
background-image:url(puce_titre.png);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding-left:12px;
}
a{
	color:#7cbc2a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.backgroundhoverchange{
	background-position:top;
}
a.backgroundhoverchange:hover{
	background-position:bottom;
	text-decoration:none!important;
}
a.backgroundhoverchange span{
	display:none;
}
img{
	border:0;
}

/*******************************************
	DROITE
*******************************************/
.un_communique_gris{
	background-color:#EAF4F9;
}
.un_communique{
	min-height:50px;
}
.un_communique a{
	color:#4f4f4f!important;
}
.gris{
	color:#A2A6A1;
}
#plus_presse{
	background-image:url(btn_communi.png);
	width:136px;
	height:20px;
	display:block;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
/*******************************************
	MENU HAUT
*******************************************/
#header a{
margin-top:93px;
}
#header a:hover{
text-decoration:none!important;
}
#btn-accueil{
	display:block;
	height:81px;
	background-image:url(nav_accueil.png);
	width:155px;
	float:left;
}
#btn-contact{
	display:block;
	height:81px;
	background-image:url(nav_contact.png);
	width:126px;
	float:left;
}

#btn-news{
	display:block;
	height:81px;
	background-image:url(nav_newsletter.png);
	width:140px;
	float:left;
}

#btn-mentions{
	display:block;
	height:81px;
	background-image:url(nav_mentions.png);
	width:194px;
	float:left;
}
#btn-plan{
	display:block;
	height:81px;
	background-image:url(nav_plan_site.png);
	width:140px;
	float:left;
}


/*******************************************
	MENU
*******************************************/
ul#menu, #menu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:175px;
}
ul#menu{
	float:left;
}
#menu li{
	background-image:url(puce_menu.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	margin-bottom:18px;
}
#menu li li{
	background:none;
}
#menu a{
	margin-left:35px;
	padding-bottom:10px;
	display:block;
	background-position:bottom right;
	background-image:url(menu_filet.png);
	background-repeat:no-repeat;
}
.puce_menu{
	display:none;
}
/*********************************
	CONTENU
***************************/
#content{
	float:left;
	width:332px;
	margin-left:25px;
}
/*******************************************
	Arianne
*******************************************/
#chemin,#chemin *{
	font-size:11px;
}

/*******************************************
	DOCS JOINTS
*******************************************/
.uneImageJointe{
	float:left;
	margin-left:8px;
}
.unDocJoint{
	 width:85%!important;
}
.unDocJoint img{
	 display:inline!important;
	 float:left!important;
	 border:none!important;
	 margin-right:4px;
	 margin-bottom:4px;
}
.unDocJoint span{
	 float:left!important;
	 position:relative;
	 bottom:6px;
}
.spip_documents_center img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.spip_documents_center dt{
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
.spip_documents_left{
	margin-right:8px;
}
.spip_documents_right{
	margin-left:8px;
}
.spip_logos{
	margin-right:10px;
}

h2.titre{
	background-image:url(content_filet.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:6px;
	clear:both;
}
h3{
	color:#7CBC2A;
}
.ensavoirplus{
	background-image:url(btn_savoir_plus.png);
	width:89px;
	height:20px;
	display:block;float:left;
	margin-top:8px;
	margin-bottom:5px;
	clear:both;
}
#touteslesnotes{
	background-image:url(btn_bloc-notes.png);
	width:115px;
	height:20px;
	display:block;float:right;
	margin-top:-15px;
}
/**********FORMULAIRES*******/
fieldset{
	border:0;
}
legend{
font-weight:bold;
}
.erreur{
	color:red;
}
input,textarea{
	width:90%;
	color:#7CBC2A;
	font-weight:bold;
}
select{
	color:#7CBC2A;
}
textarea{
	height:100px;
}
input[type="checkbox"] {width:auto;}
ul.boutons{
	list-style-type:none;
}
legend{
	display:none;
}
/***************UTILITAIRE**********/
.left{float:left;}
.right{float:right;}
.invisible{display:none;}
.spacer{clear:both;}