﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;

}
#container {
	width: 800px;
	height:auto;
	margin: 0 auto;
	background-image:url('../images/fond.jpg');
	background-repeat:no-repeat;

}

#masthead {
	width:790px;
	height:157px;
	background-image:url('../images/entete.gif');
	background-repeat:no-repeat;
}

#baseline {
	width:400px;
	padding-left:130px;
	padding-top:130px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:medium;
}
#baseline1 {
	width:400px;
	padding-left:50px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:medium;
}

#fond {
	width:790px;
	height:132px;
}

#fond_menu {
	width:397px;
	height:132px;
	float:right;
}


#page_content{
	width:790px;
	height:auto;
	background-color:#fff;
}
#sidebar {
	float: left;
	width: 174px;
	height:288px;
	background-image:url("../images/menu.gif");
	background-repeat:no-repeat;
	font-style:italic;

}
#sidebar ul{
	list-style-type: none;
	width: 175px;
	height:288px;
	padding: 0;
	margin: 0;
	text-align:right;
}
#sidebar li{
	width: 175px;
	height:34px;
}

#content {
	float: right;
	width: 600px;
}

#logos{
	width:600px;
	height:236px;
}
#logog{
width:300px;
float:left;
height:236px;
}
#logod{
width:300px;
height:236px;
float:right;
}
#logog0{
width:300px;
float:left;
height:236px;
}
#logod0{
width:300px;
height:236px;
float:right;
}
#logog1{
width:300px;
float:left;
height:236px;
}
#logod1{
width:300px;
height:236px;
float:right;
}
#logog2{
width:300px;
float:left;
height:236px;
}
#logod2{
width:300px;
height:236px;
float:right;
}
#logog3{
width:300px;
float:left;
height:236px;
}
#logod3{
width:300px;
height:236px;
float:right;
}

#logog4{
width:300px;
float:left;
height:236px;
}
#logod4{
width:300px;
height:236px;
float:right;
}

#plaquette{
width:590px;
}

#accueil{
width:580px;
color:#558087;
text-align:justify
}

#footer {
	text-align: right;
	clear: both;
	width: 650px;
	display:block;
}

h2{
	color:#E4E571;
}
h3{
	color:#E4E571;
	vertical-align:text-top;
}

/* Styles pour les éléments de navigation */
#sidebar a {
	color:#000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #000;
}
/* Styles pour le pied de page */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
