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

a {
	color: #000000;
	} 


body, p, h1, h2, h3, h4, h5, h6, th, tr, td, ol, ul, li, span, br, form, textarea, fieldset, input {
	/* background-color:#CCC; */
	text-align: center ;
	font-family:Myriad pro;
	margin: 0;
	padding: 0;
}




#header {
	margin: 0 auto;
	width: 961px ;
	height: 80px;
	background-color: #a3a2a2 ;
	margin-bottom: 25px ;
	}
	
#header #logo {
	margin-left: 25px ;
	padding-top: 15px ;
	text-align:left ;
	}


#conteneur {
	margin:0 auto ;
	text-align:center;
	}
	
#conteneur .top_post{
		margin:0 auto ;
		background:url(images/post_top.png) no-repeat top left  ;
		text-align:left;
		width: 936px ;
		height: 54px ;
		color: #F00;
		font-size:26px;
		padding-left: 25px ;
		line-height:45px ;
	}
	
#conteneur .post{
	margin:0 auto ;
	background:url(images/fond_post.png) repeat-y top left  ;
	text-align:justify;
	width: 761px ;
	color: #F00;
	font-size:15px;
	padding-left: 100px ;
	padding-right: 100px ;
	}
	
#conteneur .post2{
	margin:0 auto ;
	background:url(images/fond_post.png) repeat-y top left  ;
	text-align:justify;
	width: 861px ;
	font-size:15px;
	padding-left: 50px ;
	padding-right: 50px ;
	}
	
	#conteneur .post2 .form, #conteneur .post2 .textarea {
	text-align:left ;	
	}
	
#conteneur .top_post a:hover{
	color:#000000 ;
	text-decoration:none ;
	}


#conteneur .bottom_post{
	margin:0 auto ;
	background:url(images/bottom_post.png) no-repeat top left  ;
	width: 961px ;
	height: 23px ;
	margin-bottom: 25px ;
	}
	
#footer {
	margin: 0 auto;
	width: 959px ;
	height: 40px;
	text-align: center ;
	background-color:#CCC ;
	border:#666 1px solid ;
	margin-bottom: 25px ;
	font-size:26px;
	}
	
#footer .entrer {
	line-height: 40px;
	width:400px ;
	float: left ;
	}
	
#footer .sortir {
	line-height: 40px;
	width:400px ;
	float: right ;
	}
	
#footer a:hover {
	font-weight: bold ;
	} 

form { text-align: left ; }
form span  { text-align: left ; }

input[type=text]{
	border: 1px dotted #7A7A7A ;
	text-align:left ;
}
	
textarea {
	text-align:left ;
	border: 1px dotted #7A7A7A ;
	font-size: 15px ;
	width: 50% ;
	height: 200px ;
}
	
	
input[type=submit]{
	background: #DDD;
	size : 50 px ;
	cursor:pointer ;
}

input[type=submit]:hover{
	background: #FF0000;
}

.error-message {
	color : #F00 ;
	}