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

/* Titre particulier pour les news... */
div#page h1.titre {
	display : block;
	position : relative;
	float : none;
	clear : left;
	width : 700px;
	height : 39px;
	margin : 0px;
	padding : 0px 0px 0px 30px;
}

/* 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 : #48310A;
}
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;*/
}

/* Menu secondaire bloc titre + menu */

div#content div#sectionmenu {
	display : block;
	position : absolute;
	width: 963px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left : 52px;
	top : 20px;
	/*float : none;
	clear : left;*/
}


/* Titre du menu secondaire */
div#content div#sectionmenu h2 {
	display : inline;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	background-image: url(../images/content/sectionmenu-item.png);
	background-repeat: no-repeat;
	background-position : 0px 4px;
	padding-left : 8px;
}

/* Menu secondaire */
div#content div#sectionmenu ul {
	display : inline;
	margin-left : -12px;
	/*background-image: url(../../plugins/opencubemenu/sub-menu.png);
	background-repeat: no-repeat;*/
}

/* Positionnement des titre et texte de la page */
div#content h1 {
	display : block;
	position : relative;
	top : 60px;
	float : none;
	clear : left;
}
div#content h1 + p, div#content h1 + table, div#content h1 + p img {
	margin: 30px 0px 0px 0px;
}

/* Titre d'une section */
div#content div#sectionmenu ul li {
	display : inline;
	background-image: url(../images/content/sectionmenu-sub-item.png);
	background-repeat: no-repeat;
	background-position : 4px 2px;
	padding-left : 12px;
	color:#4888C2;
	/*position : relative;
	width : auto;
	height : 20px;
	margin : 0px 0px 0px -100px;
	padding:0px 3px 0px 5px;
	font-weight:bold;
	color:#2B589F;
	text-indent : 12px;
	background-image: url(../../plugins/opencubemenu/sub-item.png);
	background-repeat: no-repeat;
	background-position : 4px 2px;
	border-width:0px;
	border-style:none;*/
}
/*div#content div#sectionmenu ul li.first {
	background-image: none;
	text-indent : 0px;
}*/

/* Lien dans ce titre */
div#content div#sectionmenu ul li a {
	width:auto;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}
div#content div#sectionmenu ul li a:hover {
	width:auto;
	color:#4888C2;
	text-decoration:none;
}

/* Liste des sous-sections */
div#content div#sectionmenu ul 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#content div#sectionmenu ul ul li a {
	/*background-color : #FFFFFF;*/
	font-size : 11px;
	font-weight : bold;
	font-family : verdana, arial, sans-serif;
	color : #8EDA2F;
}
div#content div#sectionmenu ul ul li a:hover {
	/*background-color : #FFFFFF;*/
	color : #000000;
}

