/* groupe LeftColumn */
div.left-column {
	float : left;
	width : 183px;
	margin-top : 70px;
	padding-left : 57px;
	background : url(../img/spacer-left.jpg) no-repeat left 260px;
}

/* Menu */
div.menu {
	height : 280px;
	padding-right : 30px;
}

div.menu h3 {
	text-transform : uppercase;
	color : #5690c7;
	font-size : 1.2em;
}

div.menu ul {
	margin : 15px 15px 0 10px;
	font-size : 1.1em;
}

div.menu ul li {
	background : url(../img/puce_menu.gif) no-repeat left 8px;
	padding-left : 8px;
	padding-bottom : 8px;
}

div.menu ul li a {
	color : #fff;
}

div.menu ul li a:hover {
	color : #adc5e6;
}

div.menu ul li a.actif {
	color : #adc5e6;
}	
/**/

/* Bloc en savoir plus */
div.plus {
	color : #fff;
	padding-right : 30px;	
}

div.plus-content {
	padding-left : 15px;
	padding-top : 15px;
}

div.plus h3 {
	text-transform : uppercase;
	color : #852a70;
	font-size : 1.2em;
}

div.plus h4 {
	font-size : 1.1em;
	font-weight : normal;
}

div.plus a {
	color : #ad3792;
}
/**/

/* group Page*/
div.page {
	float : left;
	width : 720px;
	background : #fff url(../img/center_bg.jpg) repeat-x top left;
	margin : 25px 0 60px 0;
}

div.page div.bg-top {
	background : transparent url(../img/center_bg_top.jpg) no-repeat top left;
	height : 5px;
}

div.page div.bg-bottom {
	background : transparent url(../img/center_bg_bottom.jpg) no-repeat top left;
	height : 4px;
}
/**/

/* fil d'ariane */
div.content div.path {
	font-size : 0.9em;
	font-style : italic;
	margin-bottom : 5px	
}	
div.content div.path a.path_on {
	color : #205485;
}
/* newsletter */
div.page div.newslettre h2 {
	font-size:1.5em;
	padding-bottom:10px;	
	padding-top:10px;
}

div.page #sitemap div.bloc {
	padding-bottom: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 15px;
	float:left;
	width:225px;
}

div.page #sitemap div h2{
	font-size:1.5em;
	color:#12304C;
	padding-bottom:10px;
	background:transparent url(../img/content_title_bottom.jpg) no-repeat scroll left 22px;
}
div.page #sitemap div h2 a{
	color:#12304C;
}