* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/fond.jpg) repeat;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	min-height: 900px;
	position: relative;
	background: url(images/fond_degrades.jpg) center no-repeat;
}

	#leftcolumn {
		margin-left: 10px;
		margin-top: 0;
		position: absolute;
		width: 138px;
		min-height: 885px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
		float: left;
		background: #000;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		border-bottom: #fff 1px solid;
		/*border-bottom: #fff 1px solid;*/
		z-index: 100;
	}

		#navigation {
			width: 138px;
			float: left;
			margin-bottom: 70px;
			margin-top: 15px;
		}
		
		ul li {
			width: 138px;
			padding-bottom: 3px;
			padding-top: 3px;
		}

		ul span li {
			width: 138px;
			padding-bottom: 3px;
			padding-top: 3px;
			border-bottom: dotted 1px #fff;
		}
		
		
		ul li a {
			background: url(images/flache_03.gif) no-repeat left;
			padding-left: 15px;
			text-decoration: none;
			color: #fff;
			font-size: 12px;
		}

		ul li a:hover {
			padding-left: 0;
			background: none;
			text-decoration: none;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
}
		
		
		#actu {
			height: 400px;
			margin-bottom: 100px;
			color: #fff;
			width: 138px;
		}
	
		#actu h1{
			font-weight: bold;
			font-size: 16px;
			color: #fff;
			border-bottom: #fff dotted 1px;
			text-align: center;
			margin-bottom: 10px;
		}

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

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

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

		#actu #top{
			height: 140px;
			float: left;
			width: 138px;
			margin-bottom: 20px;
		}

		#actu #top img{
			float: left;
			margin-bottom: 7px;
		}

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

		#contact h1{
			font-weight: bold;
			font-size: 16px;
			color: #fff;
			border-bottom: #fff dotted 1px;
			text-align: center;
			margin-top: 20px;
			margin-bottom: 10px;
		}

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

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

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


	#header {
			width: 600px;
			height: 300px;
			padding-left: 198px;
			border: #fff 1px solid;
		}


	#rightcolumn {
		float: right;
		margin: 0;
		margin-right: 0;
		margin-left: 10px;
		margin-bottom: 20px;
		width: 680px;
	}
		
		#image{
			width: 250px;
			min-height: 50px;
			margin-right: 10px;
			float: left;
		}
		
		#texte{
			width: 350px;
			float: right;
		}

		#rightcolumn p{
			line-height: 20px;
			color: #fff;
			text-align: justify;
			font-size: 12px;
		}

		#rightcolumn p span{
			color: #603503;
			text-align: justify;
			font-size: 12px;
			margin-bottom: 10px;
		}
	
		#rightcolumn img{
			margin-top: 43px;
			margin-right: 4px;
			border: #fff solid 1px;
			float: left;
		}

		#rightcolumn h1{
			font-weight: bold;
			font-size: 16px;
			color: #fff;
			border-bottom: #fff dotted 1px;
			letter-spacing: 1px;
			text-align: right;
			margin-bottom: 30px;
			margin-top: 43px;
		}
	
		#rightcolumn h2{
			letter-spacing: 1px;
			font-size: 13px;
			color: #603503;
			/* border-bottom: #603503 solid 1px; */
			text-align: left;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		
	
		label {
			display: block;
			width: 75px;
			float: left;
			margin-top: 2px;
		}
	
		.form_input {
			width: 300px;
			background-color: #FFF;
			border:1px solid #999;
			padding: 2px;
		}

		#footer p{
			width: 800px;
			height: 50px; /**height:30px; **/
			color: #fff;
			text-align: center;
			float: left;
			margin-top: 10px;
			border-left: #fff 1px solid;
			border-right: #fff 1px solid;
			border-top: #fff 1px solid;
		    border-bottom: #fff 1px solid;
			padding-top: 10px; 
			padding-left:25px;
		}

	#logo{
	padding-right:20px;
	}