/*** PAGE D'ACCUEIL ***/
/*#layout-page-accueil {
	color: #000;
	width: 984px;
	margin: 10px auto;
	border: 1px solid #dfdfdf;
}
#layout-page-accueil .menu-gauche-fond {
	margin:72px 0 0 0;
	float: left;
	width:229px;
}

#sousmenu {
	float:left;
	display:block;
}

#accueil-contentPage {
	width:631px;
	float:right;
}

#Main-accueil {
	float: left;
	width: 100%;
	margin:0;
	border:none;
	padding:0;
}
#accueil-col-Content {
	float: right;
	width: 694px;
	margin: 0 0 0 0;
}
*/


/* NEWS */

/* *** edito *** */
h2#titre-edito {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 ;
	color:#335894;
	padding: 30px 0 30px 0;
	background: transparent url(../../images/fond_titre.gif) 0 0 no-repeat;
}
/*#bloc-edito {
	width:274px;
}
#bloc-edito h2 {
	font-size:1em;
	padding: 0;
	color:#999;
}
.accueil-edito {
	padding: 0;
}
.accueil-edito dt{
	font-size: 1.15em;
	color: #004494;
	line-height:1em;
	margin: 8px 0 4px 0;
}
.accueil-edito dd{
	line-height:1.1em;
}
*/

/* *** actus *** */
#actu-gauche {
	width:285px;
}
#actu-gauche h2 {
	background: transparent url(../../images/actu_fond_titre.gif) 0 0 no-repeat;
	padding-left:10px;
	height: 22px;
	margin:0;
}
#actu-gauche h2 span {
	/*display:none;*/
}

#actu-droite {
	width:285px;
	text-align:left;
}
#actu-droite h2 {
	background: transparent url(../../images/actu_fond_titre.gif) 0 0 no-repeat;
	padding-left:10px;
	height: 22px;
	margin:0;
}
#actu-droite h2 span {
	/*display:none;*/
}

#modules-accueil dt{
	font-size: 1em;
	color: #e2001a;
	line-height:1em;
	margin: 8px 0 0 0 !important;
	padding: 0 0 0 10px !important;
	font-weight:bold;
}
#modules-accueil dt a{
	color: #336699 !important;
	text-decoration:none !important;
	background:transparent url(../../images/fleche_double.gif) 0 6px no-repeat;
	padding: 0 0 0 10px;
}
#modules-accueil dt a:hover{
	color: #dd1c00 !important;
}
#modules-accueil dd{
	padding:0 0 0 10px!important;
}
#modules-accueil div#actu-gauche dd{
	padding:0 0 0 10px!important;
	font-size:.8em;
}

#modules-accueil div#actu-droite dd{
	padding:0 0 0 10px!important;
	font-size:.8em;
}

.agenda-date {
	font-size:.8em;
}

/* OFFRE Onglet */
ul.offre_tabs {
	margin: 0 5px 5px !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	border-bottom: 1px solid #2D4D84;
	width: 100%;
}
ul.offre_tabs li {
	float: left;
	padding: 0 !important;
	border: 1px solid #2D4D84;
	margin: 0 0 -1px 2px !important;
	overflow: hidden;
	position: relative;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
ul.offre_tabs li a {
	text-decoration: none !important;
	color: #369 !important;
	display: block;
	font-size: 1.2em;
	padding: 3px 10px;
	outline: none;
}
ul.offre_tabs li a:hover { background: #B9D9F4; }
ul.offre_tabs li.offre_active {
	background: #E9F9FF;
	font-weight: bold;
	border-bottom: 1px solid #E9F9FF;
}
ul.offre_tabs li.offre_active a:hover  { background-color: #B9D9F4; }
