/* CSS Document */

body{
	text-align: center;
	margin: 0;
	border : 0;
	padding : 0;
	/*background-image:url(./../images/index/boucle.jpg);*/
	font-family:Verdana, Arial, Helvetica, sans-serif /*verdana*/;
	font-size:12px;
	color:black;
	background-color:white;
}

a {color: #7e7f81;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; color: #DF0025;}
a:active {text-decoration:none; color: #DF0025;}
a img {border: none;}

img {border: none;}
p {margin: 0; padding:0px;}

#contenu{
width : 1005px;
height : 604px;
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement normal du texte */
}

h1{
	font-style:italic;
	color: #3F3F3F;
	text-align: right;
	font-weight: normal;
	margin-right:40px;
	font-size: 13px;
	padding-top:8px;
}

h2{
	font-family:Georgia;
	font-style:italic;
	color: #3F3F3F;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	width : 540px;
	float : left;
	margin : 0px;
	margin-left:35px;
}

h3{
	font-size: 18px;
	color: #DF0025;
	font-weight: 200;	
	width : 300px;
	float : right;
	margin:0px;
	margin-right : 90px;
	margin-bottom:10px;
	margin-top:15px;
	}

h4{
	clear : both;
	font-family:Georgia;
	font-style:italic;
	color: #7E7F81;
	font-weight: normal;
	margin : 0px;
	margin-left:35px;
	width:920px;
	font-size: 20px;
}



.img_contenu {
float:right;
margin-right : 40px;
}

#contenu img{margin:0; padding:0;}

.menu{
	float:right;
	clear:both;
	list-style-type: none;
	font-size: 18px;
	color: #7E7F81;
	font-weight: 200;
	width:900px;
	margin-top : 10px;
	margin-right : 40px; 
}

.menu li{
	float : right;
	margin-left:25px;
	list-style-type: none;	
}



#texte
{
	color:#FFFFFF;
	text-align: left;
	width : 300px;
	float : right;
	margin-right : 90px;
	font-size:12px;
	color:#FFFFFF;
}

#principal #texte li, #principal #texte ul
{
	padding :0;
	margin :0;
	color:#FFFFFF;
	width : 270px;
	font-size:12px;
	line-height:15px;
}

#principal
{
	float : left;
	width : 995px;
	height : 360px;
	background-image: url(../image/fond.gif);
	background-repeat: no-repeat;
	padding-top : 20px;
}


#illustration
{
	height:280px;
	width : 450px;
	float : left;
	margin : 0px;
	margin-left:35px;
	/*background-color:#000066;*/
}

.liste_savoir_faire
{
	margin:0;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
	color: #7e7f81;
}

hr
{
	color : #7E7F81;
	border: thin solid #CCCCCC;
}

#pied
{
	width : 100%;
	height : 80px;
	background-color:#CCCCCC;
	text-align:right;
	padding-top : 7px;
	clear:both;
}

#pied a {
color:#666666;
}

.bloc_mail {
	margin-top:5px;
	background-color : red;
	width:180px;
	height:15px;
	padding:2px;
	padding-left:15px;
	display:block;
	color:#FFF;
	 -moz-border-radius:8px 8px 8px 8px ; 
-webkit-border-radius:8px 8px 8px 8px ;          
-webkit-border-bottom-left-radius: 8px; /* pour Chrome */ 
-webkit-border-bottom-right-radius: 8px; /* pour Chrome */}




.bloc_mail:link {text-decoration:none;}
.bloc_mail:visited {text-decoration:none;}
.bloc_mail:hover {text-decoration:none; color:white;}
.bloc_mail:active {text-decoration:none; color: white;}




