/*----------------------General------------------------*/
/*-------------------<--  Pixell -->---------------------*/

/*---- Reset css -------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html, body {
    height: 100%;
}

/*---- Mise en page -------*/
body {
	background:url(bg.jpg) no-repeat top center;
	background-attachment:fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: black;
	position: relative;
	width:100%;
	height:100%;
	background-size: cover;
}
#header {
	width:960px;
	margin:0 auto;
	height:100px;
	background:#FFF;
	clear:both;
	margin-top:40px;
}

	#conteneur {
	width:960px;
	height:auto;
	overflow:hidden;
	background:ffffff;
	clear:both;
	margin:0 auto;
	}

/*---- Bandeau -------*/

	#logo {
	width:954px;
	height:65px;
	clear:both;
	margin:0px auto;
	padding:0px auto;
	border-top:#d3d3d3 3px solid;
	border-left:#d3d3d3 3px solid;
	border-right:#d3d3d3 3px solid;
	}
	
	#logo img{
	margin:0px;
	padding:0px auto;
	}
		
#slideshow{
	height:300px;
	width:100%;
	background:#f4f5f5;
	clear:both;
	border-bottom:4px solid #d3d3d3;
}

.slideshow_list_img{
	height:300px;
	width:550px;
	float:right;
}



/*---- Menu -------*/
#nav{
	width:100%;
	height:35px;
	margin:0px 0px 0px 0px;
	background:#6495db;
	clear:both;
}
	#nav ul {
		
		height:30px;
		list-style-type: none;
		margin-top:0px;
		list-style:outside;
		color:#b3b3b3;
		margin:0px 70px;
	}
		#nav li {
			font-size: 14px;
			float: left;
			padding:5px 0px;
			width:135px;
			height:25px;
			margin:0px 15px 0px 15px;
			width:auto;
		}


		#nav li.lien_actif {
			color:#000;
			font-weight:bold;
			}
		
		    #nav li.lien_actif a {
			color:#000;
			font-weight:bold;
		    }
			#nav a {
				padding:5px 10px;
				display:block;
				height:20px;
				font-family:Arial, Helvetica, sans-serif;
				color:#FFF;
				font-size:14px;
				font-weight: bold;
				text-transform:capitalize;
				text-decoration: none;
				line-height:14px;
			    width:auto;
			}
			
			#nav a:hover {
				color:#e12116;
			}


/*---- Texte -------*/


#section {
	top:0px;
	width:960px;
	clear:both;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.bienvenue{
	height:280px;
	width:390px;
	float:left;
	padding:10px;

}

.bienvenue  h1{
	    font-family: Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size:22px;
		text-transform:capitalize;
		color:#1f2022;
		font-weight: bold;
		font-style:italic;
		width:400px;
		 }	
.bienvenue p{
		font-family: Tahoma, Geneva, sans-serif;
		color:#192227;
		font-size:11px;
		line-height:18px;
		width:100%;
		margin-top:10px;
	
	}

	.bande{
		width:960px;
		height:72px;
		background:#FFF;
		clear:both;
	}

	.content_section_index{
		width:952px;
		height:auto;
		overflow:hidden;
		border:4px solid #d3d3d3;
		background:#FFF;
		clear:both;
	}
	
	.section_index_1{
		width:300px; 
		height:auto; 
		overflow:hidden; 
		float:left; 
		margin:10px 40px; 
	}	
	.section_index_2{
		width:340px; 
		height:auto; 
		overflow:hidden; 
		float:left; 
		margin:10px 30px 10px 0px;
		padding-top:100px;
	}	
	.section_index_3{
		width:200px; 
		height:auto; 
		overflow:hidden;
		float: right;
		margin:10px 0px;
	}	
	
	.section_index_3 img{
		margin-top:80px;
}
	
.rouge{
		color:#de1a1b;
		font-weight:bold;
	
	}
.section_index_2 a{
		color:#de1a1b;
		text-decoration:none;

	}
.section_index_2 a:hover{
		color:#de1a1b;
		text-decoration:none;

	}
	
	
h1{
	    font-family: Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size:20px;
		text-transform:capitalize;
		color:#1f2022;
		font-weight: bold;
		font-style:italic;
		 }	
h2{
	    font-family: Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size:20px;
		color:#1f2022;
		font-weight: bold;
		font-style:italic;
		text-transform: none;
		 }	
		 
		 p{
		font-family: Tahoma, Geneva, sans-serif;
		color:#192227;
		font-size:11px;
		line-height:18px;
		width:100%;
		margin-top:10px;
	
	}
	
	.content_section_1{
		width:420px; 
		height:auto; 
		overflow:hidden; 
		float:left; 
		margin:10px 40px;
	}	
	.content_section_2{
		width:420px; 
		height:auto; 
		overflow:hidden; 
		float:left; 
		margin:10px 30px 10px 0px;
	}	
	
	
	.content_section_top{
		width:880px; 
		height:auto; 
		overflow:hidden; 
		margin:10px 40px;
		clear:both;
	}	
	
	.content_section_top a{
		color:#de1a1b;
		text-decoration:none;

	}
	.content_section_top a:hover{
		color:#de1a1b;
		text-decoration:none;

	}
	
	.content_section_top ul{
		font-family: Tahoma, Geneva, sans-serif;
		color:#192227;
		font-size:11px;
		line-height:18px;
		width:100%;
		margin:10px 5px 0px 5px;
		list-style: inside;
		padding:0px 20px;
	}
	
		
		.formulaire{
		width:400px;
		height:auto;
		margin:10px 0px 10px 0px;
		float:right;
		overflow:hidden;
		color:#5d5d5d;
		}
#formcontact p{
		margin:10px 0px 10px 0px;
		font-size: 0.8em;
}	


.coordonnees{
		width:440px;
		height:auto;
		margin:10px 20px 10px 20px;
		float:left;
		overflow:hidden;
		}
	.coordonnees p{
		font-family:Arial, Helvetica, sans-serif;
		color:#5d5d5d;
		font-size:12px;
		text-align:justify;
		line-height:24px;
		margin:10px 0px;
	}	
	.coordonnees h2{
		font-family: Tahoma, Geneva, sans-serif;
		font-size:20px;
		text-transform:capitalize;
		color:#de1a1b;
		height:20px;
		padding:10px 0px;
		font-weight:normal;
		
	}		

/*---- Formatage -------*/
.center {
	text-align: center;
}
img.bordure {
	border: 4px solid #ECBF92;
}
.floatleft{
	float: left;
	margin: 5px 10px 3px 20px;
}
.floatright{
	float: right;
	margin: 5px 20px 3px 10px;
}
.clear {
	clear: both;
}


/*---- Pied de page -------*/
#footer {
	width:954px;
	height:50px;
	clear: both;
	color: #a6a2a2;
	background:#fff;
	border-bottom:#d3d3d3 3px solid;
	border-left:#d3d3d3 3px solid;
	border-right:#d3d3d3 3px solid;
	margin-bottom:40px;
}
.footer-auto{
	padding: 11px 10px 5px 0;
	margin:0 auto;
	
	}
	
.footer_left{
		font-family:Arial, Helvetica, sans-serif;
		color: #a6a2a2;
		font-size:11px;
		text-decoration: none;
        float:left; 
		margin:0px 0px 0px 10px; 
		width:300px;	
		}
.footer_right{
		font-family:Arial, Helvetica, sans-serif;
		color: #a6a2a2;
		font-size:11px;
		text-decoration: none;
		float: right; 
		margin:0px 0px 0px 10px; 
		width:300px; 
		text-align: right;	
			}
	
	#footer p img {
		vertical-align:middle;
	}
	#footer a{
		text-decoration: none;
		color: #a6a2a2;
		}
		#footer a:hover{
		text-decoration: none;
		color: #a6a2a2;
		}

/*---- pagination-------*/
.pagination {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
	#section .pagination a, #section .pagination strong{
		border: 1px solid #e1e4ec;
		background: white;
		padding: 1px 4px;
        margin-left: 4px;
		text-decoration: none;
		color: #d88107;
	}
	#section .pagination a:hover{
		border: 1px solid #e1e4ec;
		background: #f9dcc0;
		color: white;
	}
	.pagination strong{
		background: #e5f1ff ;
	}

/*---- Messages divers -------*/
.attention, .confirmation {
	background: #fce5e1 url(attention.gif) 10px 5px no-repeat;
	padding: 0px 5px 5px 50px;
	margin: 1em 1em;
	border: 1px #ff9100 solid;
	min-height: 30px;
}
.confirmation {
	background: #F0FFF0 url(confirmation.gif) 10px 5px no-repeat;
	border: 1px #009F00 solid;
}

/*---- bloc -------*/

