* {margin:0; padding:0}			
/* PAGE */
body {
	font-family:tahoma, trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11pt;
	background-color: #ffffff;
}

h1 {
	font-size:14pt;
	font-weight:bold;
	color:#666666;
}

h1 .next{
	margin-top:100px;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	color:#a79e9b;
}

b, strong {
	color:#666666;
}
ul {
	list-style-type:none;	
	margin-top:10px;	
	margin-bottom:10px;
	
}
li {
	background-image:url(../img/puce2.jpg);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left:15px;
	margin-bottom:10px;
	text-align:justify;
}
.baseline {
	color:#666666;
	font-size:11pt;
	font-weight:bold;
	text-align: justify;
}

.first {
	height: 2px;	
}

/* CONSTRUCTEUR */
.conteneur {
	width : 995px;
	margin: auto;
	border:0px solid red;	
}

/* EN TETE */
.top {
	width:995px;	
	background-image: url(../img/conteneur_bgd.jpg);
	background-repeat: repeat-y;
	background-color:#ffffff;
	overflow:hidden;
}
.head {
	width : 995px;
	height: 15px;
	background-image: url(../img/conteneur_head.jpg);
	background-repeat: no-repeat;
}
.logo {
	width:377px;
	height:75px;
	position: absolute;
	top:27px;
	margin-left:30px;
}
.bandeau {
	width:995px;
	margin-top:65px;
	padding-left:9px;
	border:0px solid red;	
}

/* RECHERCHER */
.search {
	width:327px;
	height:34px;
	position: absolute;
	top:9px;
	margin-left:640px;
	background-color:#f7f6f6;
}
.search .input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:212px;
	height:15px;
	background-color:#FFFFFF;
	border:1px solid #d1d1d1;
	margin:7px 10px 0 15px;
	color:#9d9d9d;
	padding:2px;
}
.search .submit {
	width:24px;
	height:19px;
	border:0;
	background-image:url(../img/btn_search.jpg);
	background-repeat:no-repeat;
	margin-right:60px;
	margin-top:7px;
	float:right;
}

/* CONTENU PAGE */
.main {
	width : 995px;
	background-image: url(../img/conteneur_bgd.jpg);
	background-repeat: repeat-y;
	border:0px solid blue;
}
.main_content {	
	padding-top:20px;
	margin-left:270px;
	width : 700px;
	border:0px solid red;
	color:#333333;
	font-size:10pt;	
	min-height:800px;
}
.main_content p{	
	margin-top:35px;
	text-align: justify;
}

.main_content a{
	color:#2e79b9;
	text-decoration:none;
}

.main_content a:hover{
	text-decoration:underline overline;
	background-color:#F5F5F5;	
}

/* DROITE */
.right {
	width:306px;
	float:right;
	border:0px solid blue;
	padding:40px 25px 50px 25px;
}
.right .lgd{
	font-style:italic;
	text-align:right;
	margin-top:0;
	display:block;
	width:300px;
	color:#a79e9b
}

.separator {
	background-image:url(../img/fiche_separator.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}

/* PIED DE PAGE */
.foo {
	width : 995px;
	height: 80px;
	background-image: url(../img/conteneur_foo.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
}
.foo .content{
	width:920px;
	border-top:1px solid #dadada;
	margin:auto;
	padding-top:10px;
}
.foo .content .l{
	color:#666666;
	font-size:8pt;
	display:inline;
	width:220px;
}
.foo .content .r{
	color:#666666;
	font-size:8pt;
	display:inline;
	margin-left:135px
}
.foo .content .r a{
	color:#666666;
	text-decoration:none;
}
.foo .content .r a:hover{
	text-decoration:underline;
}
