/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D7D7D7;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
}
img {
	border: 0px;
}
/* début mise en page */
#contenu{
	margin: 0px auto;
	width: 760px;
}

#haut{
	background-image:url(../images/fondHaut.gif);
	background-repeat:no-repeat;
	height: 210px;
}

#logo{
	position:relative;
	top: 23px;
	left: 80px;
}

#langue {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

* html body #langue {
	margin-top: 7px;
}

#milieu{
	background-image:url(../images/fondMilieu.gif);
	background-repeat:repeat-y;
	float: left;
	width: 760px;
	padding-bottom: 50px;
}

#bas{
	background-image:url(../images/fondBas.gif);
	background-repeat:no-repeat;
	height: 80px;
	width: 756px;
	float: left;
}

ul#menuBas{
	padding-top: 15px;
	margin-left: 40px;
}

ul#menuBas li{
	display: inline;
	font-weight:bold;
	font-size: 70%;
	padding: 0px 5px;
}
ul#menuBas li a{
	text-decoration: none;
	color: #000000;
}
ul#menuBas li a:HOVER{
	text-decoration: underline;
}

#pourquoi{
	float: left;
	margin-top: -30px;
	margin-left: 70px;
	position:relative;
	z-index: 4;
}
* html body #pourquoi{
	margin-left: 45px;
}
#sep{
	float:left;
	margin-top: 50px;
}
#comment{
	z-index: 5;
	margin-top: 50px;
	float: left;
	margin-left: 150px;
	padding-right: 0px;
	width:350px;
}
* html body #comment{
	margin-left: 80px;
	padding-left: 45px;
}
#qui{
	margin-top: 50px;
	float: left;
	padding-left: 40px;
}
/* fin mise en page */

/* début styles */
h1{
	color: #D07931;
	font-weight:bold;
	font-size: 200%;
}
p{
	font-size: 120%;
	color: #221E1F;
}
p.indent1{
	text-indent: 30px;
}
p.indent2{
	text-indent: 60px;
}

#pourquoi a{
	font-size: 80%;
	color: #0D6EA6;
	font-weight:bold;
	text-decoration:none;
}
#pourquoi a:HOVER{
	text-decoration:underline;
}
#comment p{
	margin-bottom: 10px;
}
#comment p.centre{
	text-align: center;
}
#comment a{
	font-size: 80%;
	color: #0D6EA6;
	font-weight:bold;
	text-decoration:none;
	margin-left: -20px;
}
#comment a:HOVER{
	text-decoration:underline;
}

#qui ul {
	margin-top: 20px;
}
#qui li{
	list-style: none;
	line-height: 25px;
	font-size:110%;
}
#qui li a{ 
	color: #0D6EA6;
	font-weight:bold;
	text-decoration: none;
}
#qui li a:HOVER{ 
	color: #1BADBB;
}

a#sche{
	display:block; 
	background-image: url(../images/schema.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50px 0px;
}
* html body a#sche{
	width: 250px;
	background-position: -5px 0px;
}
a#sche:HOVER{
	background-image: url(../images/schema_roll.gif);
}


p.ccc{
	float:right;
	text-align:right;
	font-size: 75%;
	width: 250px;
	margin-top: -65px;
	margin-right: 15px;
}
p.ccc img{
	float: right;
	padding: 16px 0px 10px 10px;
}

/* fin styles */



