/******************************* CONTENU ****************************************/

/* Contenu avec section */
/*div#page {
	display : block;
	position : relative;
	float : left;
	clear : left;
	width : 610px;
	height : auto;
	margin : 0px;
	padding : 2px;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}*/

/* Titre particulier pour les news... */
div#page h1.titre {
	display : block;
	position : relative;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	color : #969696;
	font-variant: normal;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: right;
	font-style: italic;
	margin-top: 5px;
	padding-top: 10px;
	text-transform: none;
	text-decoration: none;
}

/* Lien dans ce titre */
div#page h1.titre a {
	color : #76B0DF;
}
div#page h1.titre a:hover {
	color : #000000;
}

/* Sous-titre particulier pour les news... */
div#page h2.titre, div#page h5.titre, div#page h6.titre {
	display : block;
	position : relative;
	float : none;
	clear : left;
	width : 100%;
	height : auto;
	margin : 0px;
	padding : 0px;
}

/* Lien dans un sous-titre */
div#content div#page h2.titre a {
	font-size : 16px;
	font-weight : bold;
	color : #C23434;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#content div#page h2.titre a:hover {
	color : #000000;
}

/*div#page ul li h6 {
	font-weight : bold;
}*/

/* Contenu sans menu section */
div.nosectionpage#page {
	/*width : 736px;*/
	width : 639px;
	height : auto;
	margin : 0px 0px 0px -4px;
	/*background-color : #CA8B2A;*/
}

/* Colonne de droite : menu secondaire */
div#sectionmenu {
	display : block;
	position : absolute;
	top : 0px;
	right : 0px;
	float : right;
	clear : right;
	width : 168px;
	height : 100%;
	margin : 0px;
	padding : 10px 0px 0px 0px;
	text-align : left;
	border : #EBD5B0 dotted;
	border-width : 0px 0px 0px 1px;
	/*background-color : #FFFFFF;*/
	color : #000000;
}

/* Titre d'une section */
div#sectionmenu h5 {
	display : block;
	position : relative;
	float : none;
	clear : none;
	width : auto;
	height : auto;
	margin : 0px;
	padding : 2px;
	text-align : left;
	background-color : #EBD5B0;
	font-size : 12px;
	font-weight : bold;
	font-family : verdana, arial, sans-serif;
	color : #000000;
}

/* Lien dans ce titre */
div#sectionmenu h5 a {
	background-color : #EBD5B0;
	font-size : 12px;
	font-weight : bold;
	font-family : verdana, arial, sans-serif;
	color : #FFFFFF;
}
div#sectionmenu h5 a:hover {
	background-color : #EBD5B0;
	color : #000000;
}

/* Liste des sous-sections */
div#sectionmenu ul {
	display : block;
	position : relative;
	float : none;
	clear : none;
	width : 168px;
	/*height : 384px;*/
	height : auto;
	margin : 0px 0px 2px 0px;
	padding : 0px;
	text-align : left;
	/*background-color : #FFFFFF;*/
	border : #EBD5B0 dotted;
	border-width : 0px 0px 0px 0px;
	list-style : none;
	text-indent : 2px;
	font-size : 11px;
	font-weight : bold;
	font-family : verdana, arial, sans-serif;
	color : #000000;
}

/* Lien vers une sous-section */
div#sectionmenu ul li a {
	/*background-color : #FFFFFF;*/
	font-size : 11px;
	font-weight : bold;
	font-family : verdana, arial, sans-serif;
	color : #8EDA2F;
}
div#sectionmenu ul li a:hover {
	/*background-color : #FFFFFF;*/
	color : #000000;
}

