/* CSS Document */
@import "charte.css";
@import "menu.css";

/*****************************************************/
/*
/* 		TEXTES
/*
/*****************************************************/
#textHome {
	float:left;
	width:auto;
	text-align:justify;
}

#encart01 {
	float:left;
	width:310px;
	height:auto;
	padding: 0px 5px 0px 5px;
	margin-top: -20px;
}


#encart02 {
	width:300px;
	height:auto;
	margin: 0px auto 15px auto;
	padding: 0px 5px 0px 5px;
	border: 2px dashed #87613a;
}



h1{
	font:bold 2.5em "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0;
	color:#87613a;
}
h2{		
	font:1.8em "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	padding:10px;
	color:#87613a;
}
h3{
	font:bold 1.4em "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	padding:10px 0;
	color:#87613a;
}
h5{
	font:bold 1.2em "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	padding:10px 0;
	color:#87613a;
}
p{	
font:1.2em "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
	color:#515151;
}
a{	
	font:"Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	color:#87613a;
}
a:hover{	
	color:#0806aa;
}
hr{
 	border:none;
 	height:1px;
	color:#87613a;
	background:#87613a;
}


/*****************************************************/
/*
/* 		Toutes les pages
/*
/*****************************************************/
h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#515151;
	border-bottom:1px solid #515151;
	margin-bottom:10px;
	margin-top:10px;
}
ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-image:url(../images/puce.jpg);
	margin-left:30px;
	color:#B08656;
}



/* PAGINATION */
.pagination-produit{
	width:300px;
	text-align:center;
	padding-top:5px;
	}
	
#listing-produit .pagination-produit a{color:#ff0066;}	
#listing-produit .pagination-produit a:hover{color:#046010;}	

.fleche-gauche {
	float:left;
	border:none;
	}
.fleche-droite {	
	float:right;
	border:none;
	}


/****************************** PARTENAIRE *************************/
#partenaire{
	float:left;
	width:100%;
	/*border:1px solid red;*/
}
#partenaire img{
	margin-top:30px;
	margin-right:30px;
	margin-left:30px;
}
/****************************** ACTIVITE *************************/
#activite{
	float:left;
	width:66%;
	/*width:465px;
	border:1px solid red;*/
}
#activite p{
	text-align:justify;
}
#activiteimg{
	float:right; 
	width:220px; 
	text-align:right;
}
#activiteimg img{
	margin-bottom:50px;
}
/****************************** 5EME ART *************************/
#art{
	float:left;
	width:66%;
	/*border:1px solid red;*/
}
#art p{
	text-align:justify;
}
#artimg{
	float:right; 
	width:220px; 
	text-align:right;
}
#artimg img{
	margin-bottom:50px;
}
/*****************************************************/
/*
/* 		FORMULAIRES
/*
/*****************************************************/
.rdv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #D5B997;
}
.rdv td{
	border:1px solid #999999;
}
.fdrouge
{
	background-color:#FD9E8E;
}
.fdvert
{
	background-color:#91E186;
}
.fdtemporaire
{
	background-color:#D5B997;
}
input, textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #D5B997;
	background-color:#FBECD9;
}
#formContact
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.planVignette {
	float:left;
	width:300px;
	margin:10px 10px 10px 10px;
}

/************pour  le formulaire  newslettres *************/

#container #contenu form#form_newletter p.alignement input{
width:150px;
}

#container #contenu form#form_newletter p.alignement span{
width:50px;
float:left;
}