/* 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%;
	border:1px solid #3E3E3E;
	font-size:11px;
}
#formContact input:focus,textarea:focus{
	border-color:#888;
}
#formContact .champRequis{
	color:#FF0000;
}
.formulaire{
float:left;
width:340px;
}

.text-form{
font-size:12px;
color: #ababab;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.champs-form{
background-color: #0C0C0C;
color:#ababab;
border:1px solid #3E3E3E;
font-size:12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.boutton-form{
background-color:#0C0C0C;
color: #ababab;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
border:none;
width:180px;
border:1px solid #3E3E3E;
cursor:pointer}
.loi{
text-align:justify;
font-size:12px;
color:#ababab;

font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.plan{
float: right;
width:190px;
margin-top:20px;
margin-right:15px;
}
/* STYLE DE LA PAGE INDEX */
.couleure{
color: #990000;
font-weight:bold}
.couleure2{
color: #990000;
font-weight:bold;
width:220px;
margin-left:10px
}
.txtacc{
float:left;
width:350px;
margin-right:10px;}
.adress{
float:right;
width:200px;
margin-top:5px;
border:1px solid #2E2E2E;
background-image:url(../images/charte/adress.jpg);
margin-bottom:15px

}
.adress p{
float:left;
width:190px;
padding:5px;}
#container .designation{
float:left;
width:190px;
padding:5px;
text-align:center;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
line-height:15px; margin-top:30px}
.produit{
float:left;
width:100px;
margin-left:50px;
border:1px solid #2E2E2E;}

/* STYLE DE LA PAGE plan du site */
.liste{
float:left;
width:400px;

}
.liste ul{
	margin-bottom:0px;
	padding:0px 0 5px 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color:#006C96;
border:none;

}
 .liste li{
	
	color: #a11861;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/charte/puce.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0px 0 5px 25px;
	line-height:15px;
	border:none;
	margin-bottom:5px;
	margin-left:20px;
	

}
.liste2{
float:left;
width:250px;


}
.liste2 ul{
	margin-bottom:0px;
	padding:0px 0 5px 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color:#006C96;
border:none;

}
 .liste2 li{
	
	color: #555;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/charte/puce2.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0px 0 5px 25px;
	line-height:15px;
	border:none;
	
	margin-left:30px;
}

/* STYLE DE LA PAGE Produits */
.petites-img{
float:left;
width:350px;
}
.petites-img img{
width:77px;

border:1px solid #2E2E2E;

}
.grande-img{
float:left;
width:220px;
}
#container .grande-img p{
float:left;
width:210px;
padding:5px
}
.grande-img img{
width:220px;

border:1px solid #2E2E2E;
}
.general{
float:left;
width:572px;
padding:5px;
border:1px solid #2E2E2E;
background-image:url(../images/charte/bgr.jpg);
background-repeat:no-repeat;}
#container .pagination {
	float:left;	
	width:560px;
	text-align:center;
	}
	
	#container .pagination  p{
	float:left;	
	width:570px;
	text-align:center;
	margin-top:20px;
	margin-bottom:-15px;
	}
#test{
display:none;
}
