
* { 
 	margin: 0;
	padding: 0;
	border: 0;
}

body { 
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:14px;
	line-height:1.5em;
	background: url('../img/fond.jpg') repeat-x #ebf3ff;
}

a, a:link {
	color: #0062BE;
	text-decoration: none;
}
a:hover {
	color: #0062BE;
	text-decoration: underline;
}



#top { 
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

#content { 
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}


#wrapper {
	float: left;
	width: 528px;
}



.post {
	color: #000000;
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 18px;
	background-image: url(../img/box.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-left:1em;
}
.post H2 {
	color:#a0482d;
	font-size: 1.2em;
	padding-bottom:0.4em;
	padding-top:0.5em;
}

.post li {
	color:#4b4b4b;
	list-style-type : square;
	font-size: 0.9em;
	padding-left: 0.3em;
	margin-left:1em;

}


.post a, a:link {
	color: #0062BE;
	text-decoration: none;
}

.post a:hover {
	color: #0062BE;
	text-decoration: underline;
}


.post_footer {
	display: block;
	font-size: 75%;
	color: #808080;
}

.post_footer a, .post_footer a:link {
	text-decoration: none;
}

.post_footer a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
	display: block;
}

.page_content {
	margin-top: 10px;
	margin-right: 50px;
	margin-left : 10px;
}

/* right */



#right {
	float: left;
	margin-left: 10px;
	_margin-left: 6px;
	margin-top: 10px; 
	display: inline;
}

#right .box {
	padding: 8px;
	width: 296px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 18px;
}
#right .box li {
  list-style:none;
}


#right .box_dealer {
	background-image: url(../img/console.png);
	background-repeat:no-repeat;
	background-position:right top;
}


#right H2 {
	padding-bottom: 0.6em;
	color:#a0482d;
	
}

/* footer */

#footer {
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 82%;
	margin-bottom: 10px;
}






/* DIV PAR DEFAUT POUR EVENEMENT AJAX*/

#defilante div {
	margin: 15px;
	margin-top: 30px;
	display: none;
}

#code {
	
	display: none;
	color:green;
	background-color:white;
	text-decoration : bold;
}

#wrong {
	
	display: none;
	color:red;
	background-color:red;
	text-decoration : bold;
}



/* FORMULAIRES */







#formulaire input,select
{
	border: #CCC 2px solid;
}

#form2
{
	display :none;
}




#formulaire { 
	width: 500px; 
}

#formulaire label.error, #formulaire input.submit { 
	margin-left: 5px;
	display: block;
}

#formulaire label.error {
	color:red;
}


#form2 p{
	width: 210px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 255px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	vertical-align:bottom;
}

.label{
	font-weight: bold;
	float: left;
	margin-left: -250px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}





/* Messages d'information */
.info
{
	color: red;
}


/* FAQ */
#faq h1 {
  margin-left:0em;
  margin-top:1em;
  padding-top:0em;
  padding-bottom:0.5em;
  margin-bottom:0em;

}
#faq h1  a {	
  text-decoration:none;
  color: #a0482d;
  font-size:70%;
}

#faq h2  a {	
  text-decoration:none;
  color: #a04820;
  font-size:90%;

}

#faq p {	
  display:block;
  color: black;
  font-size:100%;
  margin-left:2em;

}
