

input, select, textarea {
	border:2px solid #000;
	font-size:14px;
	padding:5px;
	/*text-transform:uppercase;*/
	background-color:#d3b684;
}

#formulaire-box{
	padding:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#600D0D;
	font-size:11px;
}


#formulaire-titre{
	color:#600D0D;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#formulaire-contact{
	padding:8px 0 0 0;
}

/*TITRE*/

#grand-titre{
	float:left;
	width:636px;
	margin:10px 0 0 0;
	padding:10px 0 10px 10px;
	background-image:url(../images/grand-titre.gif);
}

.date-detail{
	margin:5px 0 0 0px;
}
.grand-titre{
color:#600D0D;
margin:0 0 0 0;
text-transform:uppercase;
font-weight:bold;
font-size:13px;
}
.gros-titre{
color:#600D0D;
padding:10px 0 0 12px;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
}
/*POST*/
.titre-post-detail{
color:#D3B684;
margin: 10px 0 0 10px;
padding:0 0 0 0;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
}
.style-post-detail{
color:#D3B684;
font-weight:bold;
}
#post-detail{
float:left;
width:646px;
margin:20px 0 0 0;
}
#post-detail-content{
float:left;
width:626px;
background-color:#AA916B;
background-repeat:repeat-y;
text-align:justify;
padding:5px 10px 0 10px;
font-size:12px;
}
#post-detail-content img{
float:left;
width:330px;
height:200px;
padding:5px 5px 0 5px;
margin: 0 0 10px 0;
/*height:auto;*/
border:none;
}
#post-detail-titre{
float:left;
width:646px;
min-height:20px;
padding-top:5px;
background-image:url(../images/titre-post-detail.gif);
}

#post-detail-footer{
float:right;
width:458px;
height:22px;
background-image:url(../images/footer-detail.gif);
margin:0 0 0 0;
text-align:right;
}
#post-detail-footer a{
padding:0 10px 0 0;
}
p{
padding:5px 5px 0 0;
margin:0 0 5px 5px;
}
/*COMMENTAIRE*/
.titre-commentaire{
color:#D3B684;
margin: 10px 10px 0 10px;
padding:0 0 0 0;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
}
#post-commentaire{
float:left;
width:646px;
margin:20px 0 0 0;
}
#post-commentaire-content{
float:left;
width:646px;
background-color:#AA916B;
background-repeat:repeat-y;
text-align:justify;
}
#post-commentaire-titre{
float:left;
width:646px;
min-height:20px;
background-image:url(../images/titre-post-detail.gif);
color:#D3B684;
padding-top:5px;
}

/*FORMULAIRE*/
#formulaire{
	float:left;
	width:636px;
	/*height:230px;*/
	margin:0 0 0 0;
	padding:10px 0 10px 10px;;
	background-color:#AA916B;
	text-transform:uppercase;
	font-weight:bold;
	color:#600D0D;
	font-size:11px;
}


#conteneur-photos {
	width:100%;
	float:left;
	margin:5px 0 10px 0;
}
#conteneur-photos img {
	width:auto;
	height:100px;
	float:left;
	margin:5px 5px 5px 5px;
	padding:0;
	border:2px solid #ff7b39;
}
#conteneur-photos img:hover {
	border-color:#fdffca;
}

