
/***************************** ELEMENTS BASIQUES *****************************/
.contenu a:link, .contenu a:active, .contenu a:visited, .contenu a:hover {
	color:#708528;
}
.contenu strong {
	color:#708528;
}
.bouton a:link, .bouton a:active, .bouton a:hover, .bouton a:visited {
	color:#FFFFFF;
}







/*********************************** TITRE ***********************************/
.titre {
	width:721px;		/* 811 - 90 */
	background:url(/images/2008/trame/3x12_blanc_gris.gif) center left repeat-x;
	margin:20px 0px 30px 0px;
	padding-left:90px;
	position:relative;
}
.titre h2 {
	width:199px;
	height:21px;
	background:url(/images/2008/titre/infos-pratiques.gif) top no-repeat #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;
	overflow:hidden;
}






/********************************* SOUS MENU *********************************/
.soustitre {
	width:450px;
	heiht:30px;
	position:absolute;
	right:30px;
	top:16px !important;
	top:17px;
}

.soustitre .onglet, .soustitre .onglet_select {
	float:right;
	padding:8px;
	margin:0px 2px 0px 2px;
	background-color:#D8D8D8;
}
.soustitre .onglet a, .soustitre .onglet a:link, .soustitre .onglet a:active, .soustitre .onglet a:hover, .soustitre .onglet a:visited {
	font-weight:bold;
	color:#696969;
	font-size:9px;
}
.soustitre .onglet_select {
	background-color:#8CAB2A;
}
.soustitre .onglet_select a, .soustitre .onglet_select a:link, .soustitre .onglet_select a:active, .soustitre .onglet_select a:hover, .soustitre .onglet_select a:visited {
	font-weight:bold;
	color:#FFFFFF;
	font-size:9px;
}

