/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#f8f8f8 url(../images/commun/fd_body.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

img{ border:none; }

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

a:hover { color:#41c354; }

/************************* Liens ***************************/

A.lien_savoir_plus:link, A.lien_savoir_plus:visited, A.lien_savoir_plus:active {
	background:url(../images/commun/fleche_verte.gif) no-repeat right 0px;
	color: #383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right:18px;
	text-decoration:underline;
	line-height:14px;
}
A.lien_savoir_plus:hover {
	background:url(../images/commun/fleche_grise.gif) no-repeat right 0px;
	color: #383838;
	text-decoration:none;
}

A.titre_vert:link, A.titre_vert:visited, A.titre_vert:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#41c354;
	text-transform:uppercase;
	margin-bottom:8px;
	text-decoration:none;
}
A.titre_vert:hover {color:#F00;}

/**************************** DIVERS *******************************/

#titre_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#41c354;
	text-transform:uppercase;
	margin-bottom:8px;
}
#titre_rouge{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	text-transform:uppercase;
	margin-bottom:8px;
}

/**************************** HEADER *******************************/

#header{
	background:url(../images/header/fd_header.jpg) left top no-repeat;
	width:970px;
	height:348px;
	margin-left:auto;
	margin-right:auto;
}

#header_int{
	background:url(../images/header/fd_header_int.jpg) left top no-repeat;
	width:970px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
}

/**************************** CONTENT ******************************/

#content{
	width:975px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
}

#content1{
	width:237px;
	float:left;
}

#content2{
	background:url(../images/content/content2/fd_content_middle.gif) left top repeat-y;
	width:618px;
	float:left;
	margin-bottom:25px;
}

#content2_top{
	background:url(../images/content/content2/fd_content_top.gif) left top no-repeat;
	height:6px; 
	float:left;
	width:618px;
}

#content2_middle{
	background:url(../images/content/content2/fd_content_bottom.gif) left bottom no-repeat;
	padding:20px 45px 4px 45px;
	float:left;
	width:528px;
	min-height:573px;
}

#content3{
	width:120px;
	float:left;
}

/***************************  FOOTER  *********************************/

#footer{
	margin-top:8px;
	background:url(../images/footer/fd_footer.jpg) left top repeat-x;
	clear:both;
	width:100%;
}

#footer_droit{ background:url(../images/footer/fd_footer_droit.jpg) 100% top no-repeat; }

#footer ul{
	background:url(../images/footer/fd_menu_footer.jpg) left top no-repeat;
	margin:0px;
	padding:0px;
	width:970px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:25px;
}

#footer ul li{
	list-style:none;
	display:inline;
}

#footer ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#393939;
	text-decoration:none;
	line-height:25px;
}

#footer ul li a:hover{
	color:#000000;
}

/****************************** SIGNATURE *******************************/

#signature{
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#393939;
	margin-bottom:15px;
}

#signature a{ text-decoration:none; }
#signature a:hover{	color:#7a7c7c; }

/******************************* MENU ACTUALITE ***************************/

#menu_actualite{
	float:left;
	width:94px;
	margin:8px 0px 0px 12px;
}

#menu_actualite ul{
	margin:0px;
	padding:0px;
}

#menu_actualite ul li{
	list-style:none;
	display:inline;
}

#menu_actualite ul li a{
	background:url(../images/commun/puce_actu_off.gif) left top no-repeat;
	display:inline-block;
	width:10px;/*14px*/
	height:14px;
	text-decoration:none;
	padding-left:4px;
	color:#686868;
	font-size:10px;
}

#menu_actualite ul li a:hover, .menu_actualite_active{
	background:url(../images/commun/puce_actu_on.gif) left top no-repeat !important; 
	color:#FFF !important;
}

#texte_court_actualite p{
	margin:0px;
	padding:0px;
}

/******************************* FORMULAIRES *************************************/

#FormContact label{
	float:left;
	width:100px;
}

#FormContact input{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

#FormContact textarea{
	width:170px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

#FormProjet label{
	float:left;
	width:100px;
}

#FormProjet input{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

#FormProjet select{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}

#FormProjet textarea{
	width:170px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383f3f;
}