* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/fond.gif) repeat;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#faux {
	overflow: auto;
	width: 100%
}

#leftcolumn {
	width: 240px;
	margin-right: 10px;
	float: left;
	display: inline;
}

	#logo {
			margin-top: 40px;
	}

	#actu {
			height: 250px;
			margin-bottom: 10px;
			color: #000;
			width: 240px;
		}
	
	#actu h1{
			font-weight: bold;
			font-size: 14px;
			color: #590202;
			border-bottom: #590202 solid 1px;
			text-align: left;
			margin-bottom: 10px;
		}

	#actu #bottom{
			height: 20px;
			width: 240px;
			float: left;
			text-align: center;
		}

	#actu #bottom a{
			text-decoration: none;
			color: #590202;
		}

	#actu #bottom a:hover{
			text-decoration: underline;
			color: #590202;
		}

	#actu #top{
			float: left;
			width: 240px;
			margin-bottom: 20px;
		}

	#actu #top img{
			float: left;
			margin-bottom: 7px;
			border: 1px solid #590202;
		}

	#actu #top p{
			float: left;
			text-align: justify;
			color: #000;
			margin-bottom: 7px;
		}
		
	#popup_actualite {
			background: url(images/fond.jpg) repeat center;
		}

	#contact h1{
			font-weight: bold;
			font-size: 14px;
			color: #590202;
			border-bottom: #590202 solid 1px;
			text-align: left;
			margin-top: 20px;
			margin-bottom: 10px;
		}

	#contact h2 {
			font-size: 14px;
			color: #590202;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			font-weight: normal;
			font-style: normal;
		}

	h4 {
			font-size: 12px;
			color: #590202;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			font-weight: normal;
			font-style: normal;
		}

	#contact p {
			font-size: 12px;
			color: #000;
			text-align: center;
			margin-bottom: 2px;
		}

#rightcolumn {
	float: right;
	width: 540px;
	margin-left: 10px;
	display: inline;
	position: relative;
}

#btn {
	width: 540px;
	height: 11px;
	border-top: solid #590202 4px;
	padding-top: 5px;
	padding-bottom: 20px;
}

ul {
	display: inline;
	list-style: none;
	font-size: 14px;
}

ul li{
	float: left;
	text-align: center;
	width: 135px;
}

a{
	color: #590202;
	text-decoration: none;
}

a:hover{
	color: #010626;
	text-decoration: underline;
}

#content h1{
	font-weight: bold;
	font-size: 14px;
	color: #590202;
	border-bottom: #590202 solid 1px;
	text-align: right;
	margin-bottom: 10px;
}

#content img{
	float: left;
	border: 1px solid #590202;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content p{
	text-align: justify;
	color: #000;
}

#texte {
	float: right;
	margin-left: 5px;
	width: 310px;
}

#texte span{
	font-size: 10px;
	color: #590202;
}

#image {
	float: left;
	margin-right: 5px;
	width: 200px;
}

label
{
display: block;
width: 75px;
float: left;
margin-top: 2px;
}

.form_input 
{
	width: 300px;
	background-color: #FFF;
	border:1px solid #999;
	padding: 2px;
}

#footer {
	width: 540px;
	text-align: center;
	border-top: #590202 solid 1px;
	margin-top: 30px;
	padding-top: 5px;
	margin-left: 260px;
}

.clear {
	clear: both;
}

#popup_actualite{
 		color: #000;
 		height: 100%;
 		padding: 10px;
 		margin: 10px;
 		margin-bottom: 20px;
 	}
 
 	/* style css pour la mini actualit et la popup actualit*/
 	.actualite{
 		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
 	}
 
 	#bottom_pop{
		height: 20px;
		width: 100%;
		float: right;
		text-align: center;
		margin-top: 50px;
	}
 	
 	#bottom_pop a{
		text-decoration: none;
		color: #590202;
	}
 
 	#bottom_pop a:hover{
		text-decoration: underline;
		color: #590202;
	}
	
	#popup_actualite p{
		margin: 0;	
	}
	
	#popup_actualite img{
		margin-right: 20px;	
	}