/* DEBUG*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
input{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* FIN DEBUG*/

/* GENERAL */
html {
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	text-align: center; /* pour corriger le bug de centrage IE */ 
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;	
	height: 100%;
}
#global{
	position: relative; /* on positionne le conteneur */ 
	margin-left: auto; 
	margin-right: auto; 
	width: 970px;
	text-align: left; /* on rétablit l'alignement normal du texte */ 
}
.page{
	position: relative;
	width: 970px;
	background: #fff url(images/fond_page.gif) top left repeat-y;
}

/* Typo globale*/
h1{
	color: #d76f02;
	font-weight: normal;
	font-size: 22px;
	margin-top: 10px;
}
h2{
	margin-top: 5px;
	font-weight: bold;
}
a{
	color: #7d7d7d;
}
a:hover{
	color: #99c301;
}
.bleu{
	color:#589cc3;
}
.vert{
	color:#99c301;
}
.orange{
	color:#d76f02;
}
.center{
	text-align: center;
}
/* TOP */
#top{
	width: 970px;
	height: 37px;
	background: #4a4a4a url(images/fond_top.gif) bottom left no-repeat;
}
#top a{
	position: relative;
	top: 15px;
	left: 25px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
#top a:hover{
	color: #99c301;
}
#top a.active{
	color: #99c301;
}
#top_right{
	position: relative;
	left: 600px;
}
a#top_agir{
	color: #fff;
}
/* HEADER*/
#header{
	width: 950px;
	height: 327px;
	margin-left: 10px;
	background: url(images/fond_header.gif) top left repeat-x;
}
#header img#img_logo{
	position: absolute;
	top: 170px;
	left: 130px;
}
#header img#img_arbre{
	position: absolute;
	top: 72px;
	left: 497px;
}

/* Menu */
#menu li{
display: inline;
}
#menu li a{
	float: left;
	display: block;
	padding: 0;
	margin: 287px 0 0 8px;
	width: 117px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #565656;
	background: url(images/btn_menu.gif) top left no-repeat;
}
#menu li a:hover, #menu li a.active{
	color: #85aa01;
	background: url(images/btn_menu_hover.gif) top left no-repeat;
}
/* GAUCHE */
#gauche{
	float: left;
	width: 585px;
}
/* ACTIVITES */
#activite{
	width: 563px;
	margin-top: 10px;
	margin-left: 20px;
	color: #fff;
	background: #9abfd2 url(images/activites_middle.gif) top left repeat-x;
}
#activites_bottom{
	position: relative;
	margin-bottom: 0px;

}
#texte_activite{
	float: left;
	width: 500px;
	padding: 0 10px 0 25px;
	text-align: justify;
}
#texte_activite h1{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;	
	margin-top: 0;
}
#texte_activite li{
	margin: 7px;
	text-align: left;
}
#img_activites{
	float: right;
	width: 103px;
	height: 253px;
	margin-right: 15px;
}

/* PARTENAIRES*/
#partenaires{
	margin: 10px 20px 20px 40px;
	color: #7d7d7d;
	text-align: justify;
}
/* PRESSE */
#presse{
	margin: 10px 20px 20px 40px;
	color: #7d7d7d;
	text-align: justify;
}
#presse img{
	margin: 6px;
}
#presse p{
	margin: 6px 0;
}
/* Recrutement */
#email_recrutement{
	display: block;
	width: 525px;
	height: 14px;
	background: url(images/email_recrutement.gif) center center no-repeat;
}
/* Espace pro*/
form {
	margin: 0 auto;
	width: 340px;
	height: 250px;
	text-align: center;
	padding-top: 50px;
	background: url("logo.gif") top center no-repeat;
	font-weight: bold;
	font-family: Arial;
}
/* CONTACT*/
#col_gauche{
	float: left;
}
#col_droite{
	float: right;
	margin: 45px 30px 0 0;
	padding-left: 20px;
	border-left: 1px dotted #999;
}

/* FIN GAUCHE*/

/* DROITE */
#droite{
	float: right;
	width: 365px;
}
/* FOOTER */
#footer{
	width: 970px;
	height: 34px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-size: 12px;
	background: url(images/fond_footer.gif) top left no-repeat;
}