/*General styles*/
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "Arial Unicode MS", verdana, sans-serif;
	color: #151515;
	font-size: 0.8em;
	text-align: center;
}
h2, h3, h4, p, td {
	font-family: "Arial Unicode MS", "Lucida Sans", sans-serif;
}
h1 {
	margin: 0 10px 10px 0px;
	font-size: 1.5em;
	color: #000000;
}
h2{
	margin: 0 10px 10px 0px;
	font-size: 1.3em;
}
h3{
	margin: 0 10px 10px 0px;
	font-size: 1.2em;
	color: #151515;
}
h4{
	margin: 0 10px 10px 0px;
	font-size: 1.1em;
}
p{
	margin: 0 10px 10px 10px;
	text-align: justify;
}
a
{
color: #666666;
text-decoration: none;
}
a:hover
{
color: #cccccc;
text-decoration: none;
}

/* cadre global */

div#global{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	}
	
/* header*/
div#header{
border-bottom:1px solid #474646;
height:45px;
margin-bottom:20px;
position:relative;
width:1000px;}
ul#menu {
	position: absolute;
    right: 0;
    top: 5px;
	}
ul#menu li {
    display: inline;
    padding-left: 10px;
}
ul#sub_menu {
	position: absolute;
    right: 0;
    top: 40px;
	}
ul#sub_menu li {
    display: inline;
    padding-left: 10px;
}

/* corps de page  */
#index_content {
	margin-left: 20%;
	width : 600px;
	}
#contact {
	margin-left: 760px;
	width: 250px;
	height: 380px;
	}
#contact_image {
	margin-left: 0%;
	float: left;
	
	}
#description {
	font-size: 0.8em;
	}
#content {
	margin-left: 5%;
	margin-top: 60px;
	width : 900px;
	}
#affichage {
	width: 900px;
	height: 160px;
	border: 1px solid #CCCCCC;
}
#affichage2 {
	width: 900px;
	height: 230px;
	border: 1px solid #CCCCCC;
}
#affichage3 {
	width: 900px;
	height: 320px;
	border: 1px solid #CCCCCC;
}
#affichage4 {
	width: 900px;
	height: 400px;
	border: 1px solid #CCCCCC;
}
#affichage5 {
	width: 900px;
	height: 410px;
	border: 1px solid #CCCCCC;
}
#affichage6 {
	width: 900px;
	height: 500px;
	border: 1px solid #CCCCCC;
}
#footer {
	clear: left;
}
ul#expo li {
    display: inline;
    padding-right: 10px;
	float: left;
	font-size: 0.8em;
}
ul#expo_texte li {
    display: inline;
    padding-right: 10px;
	float: right;
	font-size: 0.8em;
}
ul#expo_texte2 li {
    display: inline;
    padding: 10px 0 10px 0;
	float: right;
	font-size: 0.8em;
}



	


