/* CSS Document */

 
/* Les éléments HTML en général
*******************************************************************************/
html,
body {
	text-align: center; /* pour corriger le bug de centrage IE */
	margin: 0px; /* pour éviter les marges */
	padding: 0px;
	background: #ececec url(images/img/fond.png);
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
*:focus { -moz-outline: 0px solid #ffffff ! important; -moz-outline-offset: 0px ! important; -moz-outline-radius: 0px ! important; }
button:focus::-moz-focus-inner { border-color: transparent ! important; }

/* La page
*******************************************************************************/
#global {
	width: 800px;
	position: relative; /* on positionne le conteneur */
	height: 100%;
	margin: 0px auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #FFFFFF;
	overflow: hidden;
}
#page{
	width: 824px;
	position: relative; /* on positionne le conteneur */
	height: 100%;
	margin: 0px auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-image: url(images/img/page.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* L'entête
*******************************************************************************/
#top{
	height: 100px;
	margin: 0px;
	width:780px;
	margin:0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

#logo {
	height: 100px;
	width: 100%;
	margin: 0;
	}


#header {
	font-size: 12px;
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	position: absolute;
	z-index: 2;
	top: 10px;
	text-align: right;
	letter-spacing: 4px;
	padding-right: 15px;
}

/* Zone click retour Home
**************************/
#home {    /* bloc image en arrière-plan */
	width : 110px;
	height: 100px;
	z-index: 5;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#zone1 {    /* zone cliquable */
float: left;
width : 140px;
height: 110px;
margin-left: 0px;
margin-top: 0px;
}
#home a span { /* contenu masqué mais accessible sans CSS*/
position: absolute;
left: -500em;
top: -500em;
text-indent: -500em;
}

	


/* Barre de navigation
*******************************************************************************/
#navcontainer {
	width: 780px;
	height: 20px;
	z-index: 3;
	top: 50px;
	position: absolute;
	float: right;
}
#navcontainer ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	list-style: none outside;
	display: block;
	padding: 0;
	margin-top: 0px;
	
}
#navcontainer li
{
	margin: 0;
	background-color: #003C75;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px solid #ffffff;
	/* the next 4 lines are magic */
	display: block;
	float: right;
	
	top: -1.32em;
	padding-bottom: 1px;
	padding-top: 1px;
}



#navcontainer #fin {
	background-color: #FFFFFF;
}

#navcontainer a:link,
#navcontainer a:visited
{
background-color: #003C75;
color: #ffffff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:hover
{
background-color: #cecbc6;
color: #003C75;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
background-color: #fff;
color: #003C75;
}

/*    +++++++++++++++++++++++++++   */
/*    page INFORMATION			   */
/*    +++++++++++++++++++++++++++   */

#img_info {
	width: 200px;
	position: relative;
	padding: 0;
	float: right;
	margin-right: 10px;
	height: 260px;
	margin-top: -20px;
}
#img_info img{
	padding: 0;
	
}
#img_info ul{
	list-style-type: square;
	font-size: 9px;
	margin-top: -12px;
	margin-left: 25px;
}
#img_info span{
	font-weight: bolder;
	color: #0066FF;
}
#img_info li{
	list-style-type: square;
	text-decoration: none;
}
.contact_info {
	color: #333333;
	font-size: 10px;

}
.contact_info a:link,
.contact_info a:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #003C75;
}
.contact_info a:hover
{
	color: #990000;
	text-decoration: underline;
}
#catalog_info{
	display: block;
	width: 550px;
	z-index: 30;
	clear: both;
}
#catalog_info a:link,
#catalog_info a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #003C75;
}
#catalog_info a:hover{
	color: #990000;
	text-decoration: underline;
}
#catalog_info img{
	text-decoration: none;
	border: 0;
	width: 15px;
}

/*    +++++++++++++++++++    */
/*    page VIDEO      */
/*    +++++++++++++++++++    */

#video
{
	width: 550px;
	display: block;
	background-color: #FFFFFF;
	height: 390px;
	margin-top: 24px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;

}
/*    +++++++++++++++++++++++++++   */
/*    boites image colonne gauche   */
/*    +++++++++++++++++++++++++++   */
#image {
	display: block;
	width: 190px;
	height: 576px;
	float: left;
}
#clock { /* http://clocklink.com/ */
	display: block;
	width: 120px;
	height: 72px;
	z-index: 5;
	position: absolute;
	top: 556px;
	left: 35px;
}
#clocky {
	display: block;
	width: 120px;
	height: 72px;
	z-index: 7;
	position: absolute;
	top: 556px;
	left: 35px;
}
/*    +++++++++++++++++++    */
/*    boites centrales    */
/*    +++++++++++++++++++    */

#bandeau {
	top: -16px;
	left: -40px;
	position: relative;
	width: 780px;
	height: 240px;
	z-index: -3;
	overflow: hidden;
	margin-bottom: -140px;
}
#bandeau ul {
	display: block;
}
#bandeau li {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}
#bandeau li img {
	width: 150px;
	margin-left: -15px;

}
#content {
	display:block; /* set up as a block */
	height:600px; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	padding-left:30px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:4; /* allocate a suitable z-index */
	padding-top: 0px;
	padding-right: 30px;
	top: -10px;
	margin-top: -12px;
}
#content a:link {
	color: #03F;
	font-size: xx-small;
}
#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 120px;
	text-align: left;
	line-height: 14px;
	color: #990033;
	top: -10px;
	position: relative;
	width: 630px;
	height: 50px;
	margin: 0px;
	z-index: 10;
}
#intro span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.xsnazzy h1, .zsnazzy h1 {
	margin:0; 
	font-size:1.2em; 
	padding:0 10px 5px 10px; 
	border-bottom:1px solid #003C75;
}
.xsnazzy p, .zsnazzy p {
	margin:0;
	font-size:11px;
	margin-left: 10px;
	padding-right: 5px;
	line-height: 14px;
	padding-top: 5px;
	margin-right: 3px;
}
.xsnazzy img, .zsnazzy img {
	margin:0;
	padding: 5px 0 5px 10px;
	width: 200px;
}
.xsnazzy {
	background: transparent;
	width:240px;
	float:left;
	margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #003C75;
border-right:1px solid #003C75;
}
.xb1 {
	margin:0 5px;
	background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
	display:block;
	height:350px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003C75;
	border-left-style: solid;
	border-left-color: #003C75;
	border-left-width: 1px;
	overflow: hidden;
}
* html .xboxcontent {
	height:350px;
}

.xboxcontent p {
	font-size: 0.9em;
	color: #333;
	line-height: 1.4em;
	text-align: left;
	text-indent: 1px;
}
.soulign {
	text-decoration: underline;
}

#xboxbando{
	display:block;
	height:100px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003C75;
	border-left-style: solid;
	border-left-color: #003C75;
	border-left-width: 1px;
	overflow: hidden;
	width: 730px;
}

.bdo {
	width:732px;	
}
.prod-bold{
	color: #003366;
	font-weight: bold;
}

#xboxbando h1{
	text-align: center;
	margin-bottom: 10px;
	
}
#xboxbando p {
	font-size: 10px;
	color: #333;
	line-height: 12px;
	text-align: center;
	text-indent: 1px;
	
}
#box1lign{
	display: block;
	
}
#box2lign{
	display: block;
	}
#box3lign{
	display: block;
	}
.xbottom {
	margin-bottom: 5px;

}
/* boite 1 */
#x1img img {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 103%;
	margin-top: 0px;
	margin-left: -3px;
	z-index: -20;
}

#x1img a:link,
#x1img a:hover,
#x1img a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px;
}
/* boite 1 - degraissage */
#xbimg img {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left:  0px;
	width: 98%;
	height: 110px;
}

#xbimg a:link,
#xbimg a:hover,
#xbimg a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px;
}
/* boite 2 - desinfection */
#ybimg img {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
	width: 98%;
	height: 110px;
}

#ybimg a:link,
#ybimg a:hover,
#ybimg a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px;
}
/* boite 3 - depoussierage */
#zbimg img {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
	width: 98%;
	height: 110px;
}

#zbimg a:link,
#zbimg a:hover,
#zbimg a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px;
}
/* boite 4 - produits */
#wbimg img {
	text-align: center;
	width: 70px;
	z-index: 10;
	position: relative;
	top: -38px;
	left: 0px;
	border-width: 0px;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#wbimg a:link,
#wbimg a:hover,
#wbimg a:visited
{
	text-decoration: none;
	display: block;
	top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px;
}

.xsnazzy a:link,
.xsnazzy a:visited
{
	color: #0033FF;
	text-align: right;
	display: block;
	position: relative;
	top: -20px;
	margin-bottom: -15px;
	padding-right: 10px;

}
.xsnazzy a:hover
{
	color: #003C75;
}
.color_a {
	color:#fff;
	background-color: #003C75;
}
.color_b {
	color:#000;
	background-color: #003C75;
}
.color_c {
	color:#fff;
	background-color: #003C75;
}
.color_d {
	color:#000;
	background-color: #003C75;
}

.color_r {
	color:#990033;
}
.sl{
	text-decoration: underline;
	font-weight: bold;
}
/*    +++++++++++++++++++    */
/*    page PRODUITS      */
/*    +++++++++++++++++++    */

#produits
{
	width: 570px;
	display: block;
	margin-top: 15px;

}
#produits a:link,
#produits a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #003C75;
}
#produits a:hover{
	color: #990000;
	text-decoration: underline;
}
#produits h1{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	text-align: center;
}
#produits h2{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
	margin-top: 8px;
	display: block;
	background-color: #990033;
	width: 43%;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#produits h3{
	color: #003366;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0;
}
#produits p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
#tabproduits
{
	width: 100%;
	display: block;
}
#produits td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
/*    +++++++++++++++++++    */
/*    page TARIFS      */
/*    +++++++++++++++++++    */

#tarif
{
	width: 100%;
	display: block;
	margin-top: 8%;

}
#tarif a:link,
#tarif a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #003C75;
}
#tarif a:hover{
	color: #990000;
	text-decoration: underline;
}
#tabtarif
{
	width: 100%;
	display: block;

}
#tarif td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.mentionstarifs{
	font-size: 9px;
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}
/*    +++++++++++++++++++   */
/*      boites centrales    */
/*    +++++++++++++++++++   */
/*     page descriptions    */

#content_d {
	display:block; /* set up as a block */
	height:578px; /* set height to full page */
	max-height:100%;
	overflow:hidden; /* add scroll bars as required */
	padding-left:10px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	padding-top: 10px;
	padding-right: 10px;
	width: 590px;
}

.xboxcontent_d {
	display:block;
	height:500px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003C75;
	border-left-style: solid;
	border-left-color: #003C75;
	border-left-width: 1px;
	overflow: hidden;
}
* html .xboxcontent_d {
height:500px;
}
.xboxcontent_scrl {
	display:block;
	height:470px;
	overflow: scroll;
}
.xsnazzy_d {
	background: transparent;
	width:580px;
	float:left;
	margin:0 3px;
}
.xsnazzy_d h1, .zsnazzy_d h1 {
	margin:0;
	font-size:1.2em;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #003C75;
}
.stitre { /* intertitre */
	font-size:0.8em;
	float: right;
	margin-top: -14px;
}
.stitrect { /* intertitre contact*/
	font-size:0.8em;
	display: block;
	float: right;
	margin-top: -14px;
}
.xsnazzy_d h2, .zsnazzy_d h2 {
	font-size: xx-small;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1px 0px 0px 10px;
	margin-bottom: -2px;
	letter-spacing: 0.1em;
	text-decoration: underline;
	color: #990033;
}
.xsnazzy_d h3, .zsnazzy_d h3 {
	margin:0;
	font-size:1em;
	padding:5px 15px 0px 10px;
	border-top: 1px  #003C75;
	border-top-style: dashed;
	text-decoration: underline;
}
.xsnazzy_d h4, .zsnazzy_d h4 {
	margin:0;
	font-size:1em;
	padding:5px 15px 0px 10px;
	text-decoration: underline;
}
.xsnazzy_d h5, .zsnazzy_d h5 {
	margin:0;
	font-size:13px;
	padding:5px 15px 0px 15px;
	color: #666666;
	text-align: justify;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.xsnazzy_d h6, .zsnazzy_d h6 {
	margin:0;
	font-size:13px;
	padding:5px 15px 0px 15px;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.1em;
}

.solution {
	font-size:1.2em;
	text-decoration: none;
	color: #003C75;
	background-color: #ffffff;
	display: block;
	margin:0;
	margin-left: 10px;
	margin-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 1px;
	width: 120px;
	border-color: #003C75;
	border-width: 1px;
	border-style: solid;
	margin-bottom: -5px;
}
.solution_lst li {
	color: #003C75;
	list-style-type: disc;
}
.xsnazzy_d p, .zsnazzy_d p {
	margin:0;
	font-size:11px;
	margin-left: 20px;
	padding-right: 5px;
	line-height: 16px;
	padding-top: 2px;
}
.xsnazzy_d ul{
	padding-right: 25px;
	text-align: left;
	list-style-type: circle;
}

.xsnazzy_d img, .zsnazzy_d img {
	margin:0;
	padding: 5px 0 5px 10px;
	width: 200px;
}

.loi {
	color: #990033;
	text-align: justify;
	margin-right: 20px;
	margin-left: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 9px;
	margin-top: 5px;
}
.loi_cntr {
	color: #990033;
	text-align: center;
	margin-right: 20px;
	margin-left: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 9px;
	margin-top: 3px;
}

/*    +++++++++++++++++++    */
/*        boite devis        */
/*    +++++++++++++++++++    */

#devis {
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 500px;
	height: 30px;
	color: #003366;
	font-size: 12px;
	text-align: center;
}
#vignette_d {
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 60px;
	z-index: 5;
	position: absolute;
	margin-left: 30px;
	top: 290px;
	left: 455px;
	right: 20px;
	width: 120px;
	height: 200px;
}
#vignette_d img{
	width: 100px;
}
#vignette_d2 {
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 60px;
	z-index: 5;
	position: absolute;
	margin-left: 30px;
	top: 220px;
	left: 460px;
	right: 20px;
}
#vignette_d2 img {
	width: 135px;
}

#vignette_d3 {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 60px;
	z-index: 5;
	position: absolute;
	margin-left: 30px;
	top: 370px;
	left: 440px;
	right: 40px;
}
#vignette_d3 img {
	width: 110px;
}

#devis_d {
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	position: relative;
}

#devis a:link,
#devis a:visited
{
	font-weight: bold;
	background-color: #003C75;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0.6em;
	padding-right: 0.6em;
	position: absolute;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
	margin-right: 10px;
	margin-left: 534px;
	margin-top: -22px;
	font-size: 12px;
	float: left;
}
#devis_d a:link,
#devis_d a:visited
{
	font-weight: bold;
	background-color: #003C75;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
}

#devis a:hover,
#devis_d a:hover
{
	background-color: #cecbc6;
	color: #003C75;
}
#devis_r {
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 630px;
	height: 20px;
	color: #003366;
	font-size: 10px;
	text-align: left;
	margin-left: 100px;
}
#devis_r a:link,
#devis_r a:visited
{
	font-weight: bold;
	background-color: #990033;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0.6em;
	padding-right: 0.6em;
	position: absolute;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
	margin-right: 10px;
	margin-left: 400px;
	margin-top: -22px;
	font-size: 11px;
	float: left;
}
#devis_r a:hover
{
	background-color: #cecbc6;
	color: #990033;
}



/*    +++++++++++++++++++    */
/*     boite formulaire      */
/*    +++++++++++++++++++    */

.xboxcontent_c {
	display:block;
	height:485px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003C75;
	border-left-style: solid;
	border-left-color: #003C75;
	border-left-width: 1px;
	overflow: hidden;
}
#form {
	padding-top: 10px;
}
#formule {
	color: #990033;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	z-index: 5;
}
#formule a:link,
#formule a:visited {
	color: #003C75;
	text-decoration: underline;
	font-weight: bold;
}
#formule a:hover {
	color: #629FBD;
	text-decoration: underline;
	font-weight: bold;
}
#stamp {
	display: block;
	position: absolute;
	top: 65px;
	width: 300px;
	text-align: right;
	height: 200px;
	left: 280px;
	overflow: hidden;
	z-index: 1;
}
#stamp img {
	width: 100%;
	height: 100%;
}

.mail {
	color: #003366;
}
.mail a:link,
.mail a:visited {
	color: #003366;
	text-decoration: underline;
}
.mail a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* Mise en fome du corps du formulaire (bordure, couleur du fond...) */
#corpForm {
	margin-left: 30px;
	width: 500px;
	margin-right: 30px;
	margin-top: 2%;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #B4C1D3;
	border-width: 1px;
	border-style: solid;
	background-color: #D7DDE6;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 5px;
}

/* Mise en forme du titre et du pied de formulaire */
#titreForm, #piedForm {
	font: 10px arial, hevetica, sans-serif;
	color: #003C75;
	margin: 0px;
	padding: 0.3em;
	background-color: #FFFFFF;
}
#piedForm {
	text-align: center; /* Les boutons sont alignés à droite */
}
/* Pour améliorer la lisibilité des boutons */
#piedForm input {
	font-weight: bold;
	margin-left: 1em;
}
 /* mise en forme lien retour */
#corpForm a:link,
#corpForm a:visited,
#corpFormErreur a:link,
#corpFormErreur a:visited {
	text-decoration: none;
	background-color: #003C75;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#corpForm a:hover,
#corpFormErreur a:hover {
	text-decoration: none;
	background-color: #cecbc6;
	color: #003C75;
	font-weight: bold;
}
/* Mise en forme des titres des cadres */
#corpForm legend {
	font-weight: bold;
	color: #003C75;
	background: transparent;
	text-align: left;
}
#corpFormErreur legend {
	font-weight: bold;
	color: #990033;
	background: transparent;
}
/* Mise en forme des lignes du formulaire */
#corpForm p {
	padding: .1em 0;
	margin: 0 0 5px 20px;
}
/* Mise en forme des intitulés de champs */
#corpForm label {
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

/* Mise en forme des cadres */
#corpForm fieldset{
	width: 330px;
	margin: 0;
	font-style: normal;
	padding: 0 5px 5px;
	border-color: #003C75;
	border-width: 1px;
	border-style: solid;
	display: block;
}

#corpForm #infos{
	width: 500px;
	margin: 0;
	padding: 0;
	
}

#corpForm #infos fieldset{
	display: inline;
	
	
}
#corpForm #message{
	width: 270px;
	height: 136px;
	margin: 0;
	font-style: normal;
	padding: 0 0px 0px;
	border-color: #003C75;
	border-width: 1px;
	border-style: solid;
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
	
}
#corpForm #message textarea{
	width: 90%;
	margin: 0 5px 0 5px;
	font-style: normal;
	
}
#corpForm #radio{
	width: 200px;
	height: 120px;
	margin: 0;
	padding: 5px;
	font-style: normal;
	border-color: #003C75;
	border-width: 1px;
	border-style: solid;
	display: block;
	position: relative;
	text-align: left;
	float: right;
	margin-left: 5px;
	padding-top: 10px;
}

#corpForm #radio label {
	float: none;
	width: 70px;	
	text-align: left;	
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
#corpForm #radio ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 5px;
	padding-top: 5px;
}
#corpForm #radio span {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.1em;
}
#corpForm #radio li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	
}	
#corpForm #envois {
	width: 480px;
	height: 350px;
	margin: 0;
	font-style: normal;
	border-color: #003C75;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#corpForm #envois p {
	padding-top: 60px;

}

#corpForm #obligatoire {
	width: 480px;
	font-size: 12px;
	color: #993333;
	font-style: italic;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
	border: 0;
}
 /* mise en forme page erreur */
 #content_e {
	display:block; /* set up as a block */
	height:578px; /* set height to full page */
	max-height:100%;
	overflow:hidden; /* add scroll bars as required */
	padding-left:10px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	padding-top: 10px;
	padding-right: 10px;
	width: 590px;
}
 #formulerr {
	color: #003C75;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	z-index: 5;
}
#formulerr a:link,
#formulerr a:visited {
	color: #003C75;
	text-decoration: underline;
	font-weight: bold;
}
#formulerr a:hover {
	color: #629FBD;
	text-decoration: underline;
	font-weight: bold;
}
 #corpFormErreur {
	margin-left: 30px;
	width: 500px;
	margin-right: 30px;
	margin-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #B4C1D3;
	border-width: 1px;
	border-style: solid;
	background-color: #D7DDE6;
	color: #990033;
	padding-bottom: 5px;
	padding-top: 5px;
}

 #corpFormErreur #erreur p {
	color: #990033;
	padding-top: 60px;

}
 #corpFormErreur a {
	text-decoration: underline;
	color: #003C75;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 #corpFormErreur a:hover {
	text-decoration: underline;
	color: #990033;
	font-weight: bold;
}
 #corpFormErreur fieldset {
	width: 485px;
	height: 345px;
	margin: 0;
	font-style: normal;
	padding: 0 5px 10px;
	border-color: #990033;
	border-width: 1px;
	border-style: solid;
}


/* Mentions Legales
*******************/
#mentions {
	position:absolute;
	margin:0;
	bottom:-1px;
	display:block;
	width:590px;
	height:40px;
	text-align:center;
	z-index:3;
	margin-right: 10px;
	margin-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F2B4E;
	text-decoration: none;
	top: 610px;
	line-height: 16px;
	white-space: nowrap;
}
#mentions a {
	color: #254879;
	text-decoration: none;
	font-size: 11px;
}
#mentions a:hover {
	color: #999999;
}
#normW3C {
	display: block;
	position: absolute;
	top: 687px;
	left: 20px;
	z-index: 5;
	float: left;
	clear: both;
	text-decoration: none;

}
#normW3C img {
	margin-left: 3px;
	margin-right: 2px;
	text-decoration: none;
}
#normW3C a:link,
#normW3C a:visited,
#normW3C a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
	line-height: 25px;
}
/* Le pied
*******************************************************************************/

#footer{
	margin: 0;
	padding: 1em 1em 2em 1em;
	color: #808080;
	background: transparent url(images/img/footer.png) no-repeat center bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 25px;
	padding-top: 2px;
	clear: both;
}
#foot {
	position:absolute;
	margin:0;
	bottom:-1px;
	display:block;
	width:790px;
	height:20px;
	text-align:center;
	z-index:4;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eee;
	text-decoration: none;
	top: 683px;
	margin-right: 0px;
	background-color: #FFFFFF;
	left: 15px;
}
#footlist {
	
}
#foot ul {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-type: none;
	margin-top: 1px;
}
#foot li {
	display: inline;
	border-right-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
}
#foot li#listd {
	border-right-width: 0px;
}
#foot a:link,
#foot a:visited
{
	color: #666666;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#foot a:hover
{
	color: #003C75;
}
#footlistct {
	margin-right: 130px;
}
