/* CSS Document general.css */
/* Structure interface site */

body { 
width: 1000px;
margin-top:0; 
margin-left:auto;
margin-right:auto;
background: url(../css/bg.jpg);
font-family:Arial, Helvetica, sans-serif; 
}

/************************************/
#header{
	width:1000px;
	height:130px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFC;
	
}

#header_img{
	position:absolute;
	width: 106px;
	margin-top:2px; 
	margin-left:20px;
}
#header_img2{
	position:absolute;
	width: 106px;
	margin-top:2px; 
	margin-left:880px;
}

#header_pub{
	position:absolute;
	vertical-align:top;
	width: 728px;
	margin-top:0px;
	margin-left:140px;
	text-align:center;

}

#menu {
	position:absolute;
	width:1000px;
	height:40px;
	margin-top:0px;
	margin-right:0px;
	background-color: #FFC;
}
#menu ul { 
	width:auto;
	display:inline;
	margin: 0px 0px 10px 0px;
	background-color:#FF9;
}

#menu li { 
	width:auto;
	display:inline;
	list-style: none;
	margin-right: 25px;
}

#lesarts {
	width:1000px;
	margin-top:50px;
}
#contenu {
	width:740px;
	background-color: #FFC;
	text-align:center;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

#contenu li { 
	width:auto;
	display:block;
	list-style: none;
	font-size:14px;
}
#cadre_photo {
	width:720px;
	margin-top:10px;
	margin-left:70px;
	text-align:justify;
}
#cadre_plan {
	width:720px;
	margin-top:10px;
	margin-left:20px;
	text-align:justify;
}

#contenu_title {
	width:740px;
	height:35px;
	background-color: #FFC;
	border-bottom:2px solid #ccd2d2;
}
#contenu_text {
	width:740px;
	background-color: #FFC;
	margin-top:10px;
}
#autopromo {
	width:740px;
	background-color: #FFC;
	margin-top:15px;
	text-align:center;
}

#colonne_gauche {
	position:absolute;
	width:250px;
	margin-left:740px;
	text-align:center;
	top: 173px;

}
#recherche {
	position:absolute;
	width:250px;
	text-align:center;
	margin-left:10px;
	border:2px solid #ccd2d2;
	background-color:#CCC;
}
#photolesarts {
	width:250px;
	text-align:center;
	margin-top:60px;
	margin-left:10px;

}
#colonne_gauche_pub {
	width:250px;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
}
#siteInfo {
	width:250px;
	text-align:right;
	margin-top:10px;
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #FFC;
}
/* CSS Document style.css */
/* Structure style et text site */

/************************************/
/* Header tag styles                */
/************************************/
A {text-decoration:none; color: #C39;}
A:hover {
	color: #C6F;
	text-align: center;
}
h1 { 
 font-family: Verdana,sans-serif;
 text-align:center;
 font-size:10px;
 font-style: italique;
 color:#000000;
 margin: 0px;
 padding: 0px;
}
h2 { 
 font-family: Verdana,sans-serif;
 text-align:center;
 font-size:12px;
 font-style: normal;
 color:#000000;
}
h3 { 
 font-family: Verdana,sans-serif;
 text-align:center;
 font-size:14px;
 font-style:normal;
}
h4 { 
 font-family: Verdana,sans-serif;
 text-align:center;
 font-size:18px;
 font-style:normal;
 color:#F96;
}
h5 { 
 font-family: Verdana,sans-serif;
 text-align: center;
 font-size:12px;
 font-style: italique;
 color:#F93;
 margin: 0px;
 padding: 0px;
}
h6 { 
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 font-size:14px;
 font-style: italique;
 text-decoration:underline;
 margin: 0px;
 padding: 0px;
}
