/* -- Corps principal -- */
body 
{
	background-color: #8BACCD; 
	margin: 0;
	padding: 0;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: center;
	color:#000;
}

/* -- conteneur -- */
#conteneur 
{
	background: url('../images/conteneur.jpg') repeat-y; 
	margin: 0 auto; 
	width: 803px; 
	text-align: left;
	font-size: 70%;
}

/* -- header -- */
#header 
{
	background: url('../images/header.jpg') no-repeat 13px top; 
	margin: 0; 
	height: 144px;
}

/* -- title -- */
#title
{
	background: url('../images/title.jpg') no-repeat 13px top; 
	margin: 0; 
	height: 32px;
}

#title H2 
{
	margin:0;
	padding-left: 25px; 
	padding-top:3px;
	background: url('../images/h2.gif') no-repeat left bottom; 
	line-height: 25px; 
	font-size: 17px;
	font-weight:lighter;
	letter-spacing:0px; 
	color:#4A75B2;
}

/* -- Menu Gauche -- */
#gauche 
{
	float:left;
	width: 171px;
}

#gauche ul 
{
	list-style-type: none;
	margin: 0;
	margin-left:13px;
	padding: 0;
}

#gauche li 
{
	margin: 0;
	background-color:#4F84C0;
	border-bottom:1px solid #fff;	
}

#gauche a 
{
	margin: 0;
	height:20px;
	padding-top:8px;
	padding-left:10px;
	display: block; 
	text-decoration: none;
	font-size:11px;
	color:#fff;
}

#gauche a:hover 
{
	text-decoration:none;
	background:#8BACCD url('../images/menu.gif') no-repeat 133px 6px;	
}

/* -- contenu -- */
#contenu 
{
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 5px; 
	padding-top: 5px;
	float:right;
	width:567px;
	margin-right:15px;
}

#contenu H2 
{
	margin:0;
	padding-left: 5px; 
	padding-top:0px;
	background: url(h2.gif) no-repeat left bottom; 
	line-height: 25px; 
	font-size: 1.9em;
	font-weight:lighter;
	letter-spacing:0px; 
}

.hCapital
{
	color:#4A75B2;
	font-weight:bold;
}

#contenu H3 
{
	margin:0;
	padding-top:5px;
	padding-left: 0px; 
	margin-left: 0px; 
	font-size: 1.7em; 
	font-style:italic;
	letter-spacing:0px;
	line-height:15px; 
	font-weight:lighter;	
}

#contenu p 
{
	text-indent: 2em; 
	line-height: 1.7em; 
	text-align: justify;
}

#contenu a 
{
	color: #4A75B2;
	text-decoration:none;
}

#contenu a:hover 
{
	color: #4A75B2;
	text-decoration:underline;
}

/* -- Contenu centré -- */
.contenu-centre
{
	line-height:18px;
	text-align:center;
}

.universitaire
{
	font-weight:bold;
}

.universite
{
	font-style:italic;
}

/* -- footer -- */
#footer 
{
	margin : 0;
	padding : 0;
	clear:both;
	background: url('../images/footer.jpg') no-repeat left top;
	height: 41px;
}

#footer p 
{
	padding-right: 30px; 
	padding-top: 11px;
	color: #000; 
	text-align:right;
	font-size: 10px;
}

#footer a 
{
	color:#000;
	text-decoration:none;
}

#footer a:hover
{
	color:#4A75B2;
}
