/*
Web design : Emmanuel Bernard
December 2009

Style du template général pour le site Antilles Auto
*/

/*
Correction des style par défaut
*/
body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12.5px;
	color: #4c4c4c;
	text-align: center;
	background: #fed23e;
	padding: 0px;
	margin: 0px;
}



a, img{
	border: none;
	color: #4c4c4c;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	color: #d17924;
	border-bottom: 2px dotted #d17924;
	font-size: 16px;
}

h1 a{
	color: #d17924;
	text-decoration: none!important;
	font-size: 16px;
}

h2{
	font-size: 16px;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/*
Placement des éléments à l'écran
*/
div#content{
	width: 827px;
	margin: auto;

}

div#place{
	margin: 10px;
	background: white;
	padding: 5px;
}

/*
Le haut
*/
 
div#content div#header{
	position: relative;
	width: 827px;
	height: 133px;
	background: url(/images/template/header.png);
	background-repeat: no-repeat;
}

div#content div#header a{
	display: block;
	width: 827px;
	height: 133px;
}

div#content div#header span#subtitle{
	color: white;
	position: absolute;
	top: 74px; 
	left: 40px;
	font-size: 17px;
}

div#content div#header span#subtitleinfo{
	color: white;
	position: absolute;
	top: 113px; 
	left: 41px;
	font-size: 16.5px;
}

/*
Le milieu
*/


div#content div#middle{
	width: 827px;
	background: url(/images/template/middle.png);
	background-repeat: repeat-y;
}

div#content div#middle-inside{
	margin: 0px 32px 0px 28px;
	padding: 1px;
	background: url(/images/template/middle_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	display: block;
}


div#content div#middle ul#menu{
	border-bottom: 5px solid #d17924;
	text-align: left;
	font-size: 15px;
}

div#content div#middle ul#menu li{
	display: inline-block;
	padding: 5px 15px 5px 0px;
	color: #d17924;
	font-weight: bold;
}

div#content div#middle ul#menu li a{
	color: #d17924;
}

div#content div#middle ul#menu li a:hover{
	color:	black;
	text-decoration: none;
}

/*
Le footer
*/
div#content div#footer{
	width: 827px;
	height: 85px;
	background: url(/images/template/footer.png);
	color: #907718;
}
div#content div#footer  a{
	color: #907718;
}

div#content div#footer ul{
	border-top: 1px solid #907718;
	padding-top: 10px;
	margin: 0px 35px 0px 35px;
}

div#content div#footer ul  li{
	display: inline;
}

/*
Divers
*/
ul#errors{
	color: red;
	padding-left: 10px;
	margin-left: 30px;
	border-left: 12px solid red;
}
ul#alert{
	color: green;
	padding-left: 10px;
	margin-left: 30px;
	border-left: 12px solid green;
}
.separator{
	clear: both;
}

.asterix{
	font-size: 9px;
}

.code{
	width: 400px;
	padding: 7px;
	margin: 0px 5px;
	border: 5px solid #c9d1d6;
	height: 100px;
}

.previewcode{
	width: 400px;
	padding: 15px 7px;
	margin: 0px 5px;
	border: 5px solid #eaeaea;
	border-top: none;
}

