/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 GENERAL */

body, div, td, img, h1{
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	color:white;
}
body{
	/* 20090902 */
	background:#008b38 url(image_site/fullpage_over2.png) top left no-repeat;
	font-size:12px;
}
img{
	margin:0;
	padding:0;
	border:0px;
	vertical-align:middle;
}


body, img, div, a, h2{
	behavior: url(iepngfix.htc);
}

h1{
	font-size:40px;
	color:white;
}
h2{
	height:28px;
	padding:3px 0 0 38px;
	font-size:18px;
	color:#f19401;
	background:url(image_site/puce_h2.png) top left no-repeat;
}
h3{
	margin-top:0px;
	padding-top:0px;
	font-size:16px;
	color:#FFFFFF;
}
h4{
	margin-top:0px;
	padding-top:0px;
	font-size:14px;
	/*color:#9c6552;*/
	color:#FFFFFF;
}
/*h5{
	font-size:12px;
	color:#f19401;
}*/


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 HEADER */

#header{
	/*background:#003b1f url(image_site/header_bg.jpg) top left no-repeat;*/
	/*20090901*/
	background:#004121 url(image_site/header_bg.png) top left no-repeat;
	height:146px;
}
#logo{
	float:left;
	padding-left:53px;
	padding-right:16px;
}
#navigation1{
	height:39px;
	text-align:right;
}
#slogan{
	height:59px;
}
#navigation2{
	height:48px;
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 MENU 1 */
ul#menu1{
	margin:0;
	padding:0;
}
ul#menu1 li{
	display:inline;
	margin:0;
	padding:0;
}
ul#menu1 a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	color:white;
		display:block;
		height:33px;/* 39px */
		float:right;
		padding:6px 5px 0 5px;
		margin-left:2px;
}
ul#menu1 a.menu1out:link{
	background:url(image_site/menu1out.gif) top left no-repeat;
}
ul#menu1 a.menu1out:visited{
	background:url(image_site/menu1out.gif) top left no-repeat;
}
ul#menu1 a.menu1out:hover{
	background:url(image_site/menu1over.gif) top left no-repeat;
}
ul#menu1 a.menu1over{
	background:url(image_site/menu1over.gif) top left no-repeat;
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 MENU 2 */
ul#menu2{
	margin:0;
	padding:0;
}
ul#menu2 li{
	display:inline;
	margin:0;
	padding:0;
}
ul#menu2 a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	color:white;
		display:block;
		height:20px;/* 48px */
		float:left;
		padding:28px 5px 0 5px;
		margin-left:2px;
}
ul#menu2 a.menu2out:link{
	background:url(image_site/menu2out.png) top left no-repeat;
}
ul#menu2 a.menu2out:visited{
	background:url(image_site/menu2out.png) top left no-repeat;
}
ul#menu2 a.menu2out:hover{
	background:url(image_site/menu2over.png) top left no-repeat;
}
ul#menu2 a.menu2over{
	background:url(image_site/menu2over.png) top left no-repeat;
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 LIENS */

a:link{
	color:#f19401;
	text-decoration:underline;
}
a:visited{
	color:#f19401;
	text-decoration:underline;
}
a:hover{
	/*color:#9c6552;*/
	color:#FFFFFF;
	text-decoration:underline;
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 PANO */
#panotitre{
	background:url(image_site/titre_bg.png) top left no-repeat;
}
#panoimg{
	background:url(image_site/pano_over.png) top left no-repeat;
}
#pano{
	/*background:#FFF url(image_site/pano_01.jpg) bottom left repeat-x;*/
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 FORMS */
table.tab_form{
	width:550px;
	margin:0 auto;
	border-bottom:1px solid #f19401;
	padding:5px 0 10px 0;
}
#f_send table{
	width:550px;
	margin:0 auto;
	padding:5px 0 10px 0;
}
table.tab_form td{
	/*width:100px;*/
	text-align:left;
	font-weight:bold;
	/*padding-bottom:3px;padding-top:3px;*/
	padding:5px 0 5px 0;
	/*padding:5px;
	background:white;
	color:#008b38;
	filter : alpha(opacity=80);
	-moz-opacity : 0.80;
	opacity : 0.80;*/
}
.f_first{
	width:120px;
}
.f_oblig{
	color:yellow;
	color:#f19401;
	font-weight:bold;
	font-size:1.2em;
}
.c_oblig{
	border:2px solid #f19401;
	color:#f19401;
}
#code{
	border:2px solid #f19401;
	color:#f19401;
}
#f_coords{
	/*display:none;*/
}
span.f_txtpetit {
	font-size:10px;
}
#captchadiv, #captchadiv > table{
	width:50%;
}


/*  -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
 FOOTER */
#signature{
	float:right;
	height:35px;
	padding:15px 20px 0 0;
	font-size:10px;
	color:#003d20;
}