@charset "utf-8";
/* CSS Document */

/*
brun foncé: #423534
brun moyen: #a09a99
brun clair: #d3d0cf

*/

*
{
	margin:0;	
	padding:0;
}

body
{
	background-image: url(images/fond.png);
	background-repeat: repeat;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
img 
{
	border-style:none
}
p
{
	font-size:1.2em;
	text-align:justify;
	color:#4f3f3f;
}
#container1
{
	width:990px;
	background:url(images/fond1.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
}


h1.titre
{
	text-indent:-5000px;
	display:block;
	height:170px;
	width:800px;
}

h1.titre a
{
	display:block;
	height:170px;
	width:800px;
}

h2
{
	font-size:2.3em;
	color:#423534;
	letter-spacing:0.01em;
	font-weight:600;
	margin-bottom:0.5em;
}

h3
{
	font-size:1.8em;
	color:#423534;
	font-weight:500;
	margin-bottom:1.5em;
	clear:both;
	margin-top:1.5em;
}

.contact, a.contact:visited, .contact p
{
	color:#a09a99;
}

.mail
{
	color:#a09a99;
	font-size:1.8em;
	margin-left:30px;	
}

a.contact:hover, a.contact:hover p
{
	color:#423534;
	text-decoration: underline;

}

h4
{
	margin-top:1em;
}
#gauche h4
{
	color:#423534;
	font-size:1.6em;
	font-weight:200;
	margin-bottom:1.5em;
	margin-top:0em;
	
}



li
{
	list-style-position: outside;
	list-style-type: none;
	margin-bottom:1em;
	margin-left:30px;
	
}

p.adresse
{
	color:#d3d0cf;
	font-size:1.7em;
}
li.gal
{
	margin-left:0em;
}

#container2
{
	width:990px;
	/*height:601px;*/
	background:url(images/fond2.png);
	background-repeat:no-repeat;
	padding-left:60px;
	/*padding-top:170px;*/
}

.blocImageV
{
	height:150px;
	float:left;
	margin:20px;
	width:150px;
}
.blocImageH
{
	height:70px;
	float:left;
	margin:20px;
	width:150px;
	padding-top:47px;
}
a, a:visited
{
	color:#ff9900;
	text-decoration:underline;
}

a:hover
{
	color:#333333;
	text-decoration: none;	
}

#gauche
{
	width:25em;
	float:left;
}

#droite
{
	width:47.5em;
	margin-left:2em;
	float:left;
}

#droite img
{
	float:left;
}
#cl
{
	clear:both;
	text-align:center;
	/*padding-top:7em;*/
	padding-bottom:1.5em;
	color:#a09a99;
}

#gauche p
{
	margin-bottom:2em;
}

em
{
	font-size: 1.6em;
	font-style: normal;
	font-weight: 400;	
}




#messages
{
	background-color:#413433;
}

#messages h3
{
	color:#ffeae8;
}



form
{
	width:60em;
	text-align:right;
	
}
fieldset
{
	width:20em;
	float:left;
}

input, textarea
{
	width:10em;
	background-color: #413433;
	border: thin inset #CCCCCC;
	color:#ffffff;
}

textarea
{
	width:10.30em;
}


input:hover,textarea:hover
{
	color: #413433;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
}

input#envoyer
{
	margin-top:2em;
	width:10em;
	height:3em;
}

label
{
	width:25em;
	display:block;
	font-size:1.2em;

}

formulaire_bas label, formulaire_bas label
{
color:#ffffff;
}

#erreur
{
	font-size:1.2em;
	background-color:#FF3300;
	font-weight:bold;
	color:#ffffff;
	padding:1em;
	margin:1em;
}
#validation
{
	font-size:1.2em;
	background-color:#a3ac53;
	font-weight:bold;
	color:#ffffff;
	padding:1em;
	margin:1em;
}

h3.listMsg
{
	clear:both;
	margin-top:3em;
}

#messages p
{
	color:#FFFFCC;
	margin-bottom:0.5em;
}

#messages h4
{
	background-color:#ffffff;
	color: #413433;
	font-weight:bold;
	line-height:2em;
	
}

#depot a, #depot a:visited
{
	color:#f68132;
	margin:20px;
	margin-left:0px;
	font-size:1.2em;
	font-weight:bold;
}	
#depot a:hover
{
	color:#f6a152;

}

.mail a, .mail a:visited
{
	color:#ff9900;
	text-decoration:underline;
}

.mail a:hover
{
	color:#333333;
	text-decoration:none;

}	

.msg
{
	font-size:1.4em;
	color:#413433;
}

.msg input,.msg textarea
{
	width:400px;
}
