/* styles generaux */

* { margin: 0; padding : 0;}
html {height: 100%;  margin-bottom: 1px;font-size: 100%;}
body { color: #fff ;  background : #232429;
	font-family : arial, helvetica, sans-serif;
	}

.blanc { color: #fff;}
.orange { color : #E57C20}
a img { border : 0;}
a { text-decoration: none;}

#ConteneurGeneral { width : 960px; height : 565px; position :relative; overflow : hidden;
background : url(../images/bgHeader.jpg) top left no-repeat;}

#titre h1 span, #titre h2 span { display: none;}

#description { position : absolute;
	top : 375px; left : 36px;
	width : 420px; 
	text-align: justify; color : #E57C20 }
	
#description h2 { width : 100%;
font-size: 18px; text-transform: uppercase;margin-bottom: 15px;}

#description p { display: block;width: 100%; letter-spacing: 1px;word-spacing : 2px;
padding : 0 20px 0 10px;
text-align: center ;font-size : 20px; color: #fff;margin-bottom : 6px;}

#description h3 { font-size : 20px; text-align: center;}
#description h3 span { font-size : 34px;}

#encartBlog { position : absolute; 
	width: 410px;
	top: 290px; left : 525px }
	
#encartBlog h3 { font-size : 16px;padding-left : 45px;font-weight : normal}
#encartBlog h3 a span{ font-weight: bolder;color : #E57C20; text-decoration: none; border-bottom : 1px dotted #E57C20}
#encartBlog h3 a:hover span{color : #F4C63C; border-bottom : 1px dotted #F4C63C}
#encartBlog h3 a img { border : none}

#annoncesBlog { height : 128px;overflow: auto; background :#fff;margin-top: 12px; color : #000;font-size : 14px}

.lls { padding-top: 0.5em;padding-left : 5px;float: right; color :#E57C20; text-decoration: none; border-bottom : 1px dotted #E57C20}
.titreArticle { color :#E57C20; text-decoration: underline; font-weight: bolder; text-transform : uppercase;line-height : 25px;font-size : 17px; padding-bottom: 5px;}
#annoncesBlog ul li { list-style-position: inside;padding : 0 0 10px 0; list-style-image : url(../images/puce.jpg);}
#annoncesBlog ul li p { padding-left : 6px; font-size : 12px}
#contactForm {  width : 960px;margin-top : 15px;}

#cont {display: block; float: left; width : 100px;text-align: center;}
#contactForm h3 { color :#E57C20;
	font-weight: normal; text-decoration: underline}
#contactForm p { font-size : 70px; color : #fff; text-decoration: none;}
#coords { width : 360px;float : left; text-align: right}
#mess { width : 480px;float: left; padding-left : 20px}

#footer { width : 960px; font-size : 0.9em; text-align:center;margin-top : 20px;}

#footer a { color : #E57C20; text-decoration: none; border-bottom : 1px dotted #E57C20}
#footer a:hover { color : #F4C63C; border-bottom : 1px dotted #F4C63C}


