/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
/*------------------------------------------------------------------*/
#content{
	background-image:url(images/accueil/content_bg.png);
	background-position:460px 100%;
	background-repeat: no-repeat;
	padding:0 0 46px 0
}
* html #content{
	background-image:url(images/accueil/content_bg.gif);
}
#content img{
	border:2px solid #e18c22;
}
#content div.gauche h2{
	font-size:1.8em
}
#content div.gauche p.sous_titre{
	font-size:1.32em
}
/*------------------------------------------------------------------*/
#content blockquote{
	text-indent:-1000em;
	overflow:hidden;
}
#content blockquote.churchill{
	width:448px;
	height:235px;
	margin-top:50px;
}
#content blockquote.baucher{
	width:440px;
	height:95px;
	margin-top:27px;
}
/*------------------------------------------------------------------*/
#content div.gauche{
	width:500px;
	float:left;
}
#content div.gauche div.description h2,
#content div.gauche div.actualites h2{
	font-weight:normal;
	margin:0 0 4px 0 ;
}
#content div.gauche div.description{
	background-image:url(images/accueil/page_bg.png);
	background-position:48px 0;
	background-repeat: no-repeat;
	padding:24px 0 35px 0;
}
* html #content div.gauche div.description{
	background-image:url(images/accueil/page_bg.gif);
}
#content div.gauche div.description p{
	margin: 16px 0;
	width:416px;
	text-align:justify;
}
#content div.gauche div.description ul{
	list-style-image:url(images/common/li_puce.gif);
	color:#ffb016;
}
#content div.gauche div.description > ul{
	list-style-image:url(images/common/li_puce.png);
}
#content div.gauche div.description ul li{
	margin-bottom:5px;
}
#content div.gauche div.description ul li a{
	font-weight:bold;
}
/*------------------------------------------------------------------*/
#content div.droite{
	width:440px;
	float:left;
}
#content div.droite h3{
	color:#ffb016;
	font-weight:normal;
	font-size:1.5em;
	margin-top:35px;
	margin-bottom:5px;
}
#content div.droite h4{
	margin-top:20px;
	margin-bottom:10px;
}
#content div.droite ul li{
	margin-bottom:5px;
}
#content div.droite ul.education{
	list-style-type:none;
	margin-top:5px;
}
#content div.droite div.description ul.disciplines{
	list-style-image:url(images/common/li_puce.gif);
	color:#ffb016;
}
#content div.droite div.description > ul.disciplines{
	list-style-image:url(images/common/li_puce.png);
}
/*------------------------------------------------------------------*/
