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

/*GENERAL ***********************************************************************************************************************************************/
/********************************************************************************************************************************************************/
* {
	margin:0;
	padding:0;
}
ul, ol {
list-style-position:outside;
margin-left:20px;
}
body {
	margin:auto;
	width:955px;
	background-color:#fff;
	border:0px dotted #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

a {
	color:#ED8300;
	text-decoration:underline;
	font-style:italic;
}

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

.liensMenuPrincipal a {
	color:#ED8300;
	text-decoration:none;
	font-style:italic;
}

.liensMenuPrincipal a:hover{
	color:#fff;
	text-decoration:none;
}

.liensMenuPrincipal a:hover{
	display: block;
	background: url(img/star_brown.gif) right center no-repeat;
}

.liensMarques a{
	font-size: 1.2em;
	color:#000;
	text-decoration: none;
	line-height:26px;
	padding:0px 0px;
	
}
.liensMarques a:hover{
	font-size: 1.2em;
	color:#ED8300;
	text-decoration:none;
}

/*.liensMarques a:hover{
	display:block;
	padding:0px 25px;
	background: url(img/star_white.gif) left center no-repeat;
}

*/

h1 {
    font-size:1.75em;
}
h2 {
    font-size:1.5em;
}
h3 {
    font-size:1.25em;
}
h4 {
    font-size:1em;
}

/********************************************************************************************************************************************************/

#global {/**/
	margin-top:10px;
	border:0px solid #000;
	background-color:#fff;
}
#header{
	width:955px;
	border:0px solid #000;
}/**/
#msg_Top
{
	margin:auto;
	margin-top:10px;
	margin-bottom:30px;
	color:#000;
	font-size: 1.25em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#colonneLeft{
	float: left;
	width:230px;
	border:0px dotted #036;
	background-color:#fff;
}
#contenuglobal {
	border:0px dashed #999;
	overflow: hidden;
	margin-right:0px;	
}
#contenu {
	float: right;
	width:720px;
	margin-top:7px;
	border:0px dashed #999;
	background:#fff;	
	font-size: 1.2em;
}
#bottom {
	width:955px;
	height:11px;
	background-image:url(img/bottom.jpg);
	background-repeat:no-repeat;
	border:0px dotted #000000;
	
}
#coordonnees {
	width:955px;
	height:58px;
	border: 0px dotted black;	
	color:#979899;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/bgCredits.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:12px;
}
#liensFooter{
	width:955px;
	margin-top:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#979899;
	font-size:12px;
}
#creditsfooter{
	position:relative;
	margin-top:3px;
	margin-bottom:16px;	
	width:955px;
	text-align:right;
	color:#979899;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0px dotted #000;
}
#creditsfooter a{
	color:#979899;
	text-decoration: underline;	
}
#creditsfooter a:hover{
	color:#000;
	text-decoration:none;
}



/*BANDEAU HAUT AVEC COINS ARRONDIS GERES PAR CSS ********************************************************************************************************/
/********************************************************************************************************************************************************/
#container {
	background-color: #4B2A15;
	font-size: 1.2em;
	overflow: hidden;
}
* html #container {
	height: 1%;	
}
#container h1 {

	clear: both;
	padding: 0 25px;
}
/*#container p {
	padding: 0 25px 1em;	
}*/
.tl {
	background-image: url(img/circle.png);
	width: 25px;
	height: 25px;
	float: left;
	font-size: 0;
}
.tr {
	background-image: url(img/circle.png);
	background-position: 25px 0px;
	width: 25px;
	height: 25px;
	float: right;
	font-size: 0;
}
.bl {
	background-image: url(img/circle.png);
	background-position: 0px 25px;
	width: 25px;
	height: 25px;
	float: left;
	font-size: 0;
}
.br {
	background-image: url(img/circle.png);
	background-position: 25px 25px;
	width: 25px;
	height: 25px;
	float: right;
	font-size: 0;
}

/*BANDEAU FORMULAIRE DE CONTACT AVEC COINS ARRONDIS GERES PAR CSS ***************************************************************************************/
/********************************************************************************************************************************************************/
.UpLine{border-top:1px solid #4b2a15;}
.BottomLine{border-bottom:1px solid #4b2a15;}
.LeftLine{border-left:1px solid #4b2a15;}
.RightLine{border-right:1px solid #4b2a15;}

.FormulaireContact{
	font-size:12px;
	text-align:left;
	}
