﻿/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;

}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
 /*scrollbar-base-color: #000000;*/
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#000000;
	background-image:url(../images/charte/bg-body.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	}
.invisible
{
	display:none;
}
.plan-site{
width:514px;
height:303px;
background: url(../images/charte/bg-plan-site.jpg) no-repeat center;
margin-top:60px;
margin-left:0px;
}
.plan-site a{
text-decoration:none;
color:#ffffff;
}
.plan-site  a:hover{
text-decoration:none;
color:#000000;
}

#container{
position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:980px;
	margin:0 auto;
	background:url(../images/charte/bg-container.gif) repeat-y top center;
}
#menu{
float:left;
width:300px;

}
#menu a{
text-decoration:none;
color:#888;
}
#menu  a:hover{
text-decoration:none;
color:#fff;
}
#content{
float:left;
width:680px;
}
#header{
float:left;
width:680px;
height:190px;
	}
#titre{
float:left;
width:680px;
height:40px;
}



a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00; opacity:1.00;

}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;
}
#contenu{
position:relative;
width:100%;
padding-bottom:70px;
background-image:url(../images/charte/bg-contenu.gif);
background-repeat:no-repeat;
background-position:center top;
}


#integration{
width:600px;
height:100%;
padding-left:40px;
}
#integration .gauche
{
  width: 350px;
  margin-left:10px;
  margin-top: 10px;
}
#integration p
{
 text-align:justify;
 font-size: 12px;
 line-height: 18px;
 padding: 5px 0px;
}
#integration #couleur
{
text-align: center;
 font-size: 12px;
 font-weight: bold;
 line-height: 18px;
 padding: 10px 0px;
 color: #B03459;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	bottom:0px;
	margin:-60px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:920px;
	height:55px;
	clear:both;
	font-size:10px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	text-align:left;
	background-image:url(../images/charte/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-family:Arial, Helvetica, sans-serif;
}
#idepIntro{
position:absolute;
width:100%;
height:35px;
bottom:0;
left:0;
font-size:10px;
	text-align:center;
	color:#FFF;
}	
#footer a,#idepIntro a{
text-decoration:none;
color:#888;
}
#footer  a:hover,#idepIntro a:hover{
text-decoration:none;
color:#fff;
}
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}

a{
text-decoration:none;
color:#B03459;
}
a:hover{
text-decoration:none;
color:#333;
}
#intro{
position:absolute;
width:900px;
height:500px;
left:50%;
margin-left:-450px;
top:50%;
margin-top:-250px;
text-align:center;
}
/*Contact page */
#frmContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
  margin-top: 20px;
	width:550px;
  float:left;
  text-align: left;
  color: #000000;
  font-weight: bold;
}
#image_contact{
	width:400px;
  padding:5px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
}
 #contact{
	width:100%;
  float:left;
 }
.inputForm{
	border:1px solid #B03459;
	background-color:transparent;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
  margin-top:3px;
  margin-bottom:3px;
  font-weight: normal!important;
}
.inputFormOver{
	border:1px solid #000000;
	background-color:#B03459;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	margin-top:3px;
  margin-bottom:3px;
  font-weight: normal!important;
}
.text{
  font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	color:#000032;
  font-weight: bold;
  border:1px solid #202093;
	background-color:#FACF9E !important;
  width:130px;
  height: 22px;
  margin-top:4px;
  margin-bottom:3px;
 
}

select{
  font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	color:#B03459;
  border:1px solid #B03459 !important;
	background-color:#BEBEBE !important;
  width:152px;
  margin-top:5px;
  margin-bottom:5px;
}
.button{
  border:1px solid #B03459;
	background-color:#ffffff;
	width:65px;
  color:#B03459;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
  font-weight: bold;
	cursor:pointer;
}
.buttonOver{
	border:1px solid #ffffff;
	background-color: #B03459;
	width:65px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
  font-weight: bold;
	cursor:pointer;
}

.petit{
  font-size:10px;
  text-align:left;
}
/*merci.php*/
#contact-title{
	margin:10px 0 0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:20px!important;
	font-weight:bold;
	color:#4B060D;
	}

#merci{
width:600px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}
.pop
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 text-align: center;
 }
.pop a:link, .pop a:visited{
	color: #ffffff;
  text-decoration:none;
}
.pop a:hover, .pop a:active{
	color: #FA9E35;
  text-decoration:underline;
}