/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */


#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	
	font-size:12px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}
#formContact .champRequis{
	color:#FF0000;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}
.text-form{
font-size:12px;
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
}
.champs-form{
background-color:#fff;
color:#515151;
border:1px solid #352C27;
width:230px;
font-size:12px;
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;}
.boutton-form{
background-color:#393939;
color:#fff;
font-weight:bold;
border:none;
width:230px}
/* STYLE DE LA PAGE ACCUEIL */
#container .text-color{
color: #ee350e;
font-weight:bold;
font-size:13px}
#container .text-color1{
color: #ee350e;
font-weight:bold;
font-size:17px}
.contacter{
float:left;
margin-left:40px}


/* STYLE DE LA PAGE specialite */
.animation{
margin:20px 0 0 0;
width:351px;
height:466px;
float:left;
background-image: url(../images/charte/bg-specialite2.jpg);
background-repeat:no-repeat}
.flash{float:left;
width:285px;
margin-left:62px;
margin-top:-2px}
.liste{
float:left;
width:380px;
margin-left:15px;
margin-top:10px;

}
.liste ul{
	margin-top:30px;
	padding:10px 0 10px 0px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#CCC;
border:none

}
 .liste li{
	
	color:#CCC;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background-image: url(../images/charte/puce.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0 0 15px 15px;
	line-height:18px;
	border:none

}
#container .pagination {
	float:left;	
	width:150px;
	margin-left:290px;
	margin-top:5px
	
	}
	.txt-special{
	font-weight:bold;
	color: #E6E5E5}
.mentions {
width:750px;
margin:10px 20px 0 0;
float:left;}


/* STYLE DE LA PAGE nos offres */
.offre{
float:left;
width:765px;
}
.telecharger{
float:left;
width:200px;
margin-left:453px}
fieldset {
float:left;
	width:600px;
	font-size:12px;
	padding:4px;
	font-style:normal;
	color: #CCCCCC;
	text-align:justify;
	margin:10px 2px 4px 6px;
	border:1px solid  #333333;
	}
	
legend{
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#ee350e;
}

.Drte-offre {
margin:18px 40px 0 0px;
width:90px;
float:right;
border:1px solid  #333333;
}




