/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: global ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.2em;
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-image: url("images/fond1a.jpg");
	background-attachment:fixed;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: page ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#conteneur{
	margin: auto;
	width: 860px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: white;
}


#tete{
	width:860px;
	height:100px;
	margin-top: 0px;
}
.langues{
	float:left;
	margin-left:40px;
	margin-top: 5px;
}

#nav{
	position:absolute;
	top: 40px;
	margin-left: 350px;
	height: 20px;
	width: 523px;
}

.bloc_nav{
	width: 110px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	color: grey;
	text-align: center;
}

.bloc_nav2{
	width: 90px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	color: grey;
	text-align: center;
}

.bloc_nav:hover{
	width: 110px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	color: black;
	text-align: center;
}

#slider{
	width:860px;
	height:258px;
	margin-bottom:50px;
}

#interieur{
	width:860px;
	padding-bottom:20px;
	clear: both;
}

#pied{
	width:860px;
	text-align:center;
	font-size:0.9em;
	padding-top:30px;
	padding-bottom:100px;
	
}

.texte{
	width:400px;
	position: absolute;
	top:120px;
	padding-top:30px;
	padding-left:15px;
}


h1{
	font-size:1.5em;
}

h2{

}

h3{
	color:#e75d20;
}

h4{

}

p{
	text-align: left;

}

b{
	font-size:1.2em;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

ul{

}

li{
	list-style-type:square;
}

/* COULEURS /////////////////////////////////////////*/

.orange{
	color:#e75d20;
}
.gris_clair{
	color:#e9e9e9;
}
.or{
	color:#e3b55f;
}


/* //////////////////////////////////////////////////*/

#lien{
	width:200px;
	height:50px;
	background-color:black;
}




.opacity
{
opacity: 0.3;
filter:alpha(opacity=30);
filter: "alpha(opacity=30)";
}



.shadow{
margin-bottom:20px;
-moz-box-shadow: 8px 8px 8px #aaa; 
-webkit-box-shadow: 8px 8px 8px #aaa; 
box-shadow: 8px 8px 8px #aaa;
}
