/* CSS Document */


/* STYLE S DEANAVIGATION */



/* GENERAL */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990033;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #990033;
}
a:active {
	color: #990033;
}
h1 {
	font-size: 26px;
	color: #560122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 26px;
}
h2 {
	font-size: 14px;
	color: #560122;
	font-weight: bold;
}



/* DIV DE CONSTRUCTION */

#centrage {
	width: 1000px;
	position: relative;
}
#colonne-gauche {
	float: left;
	height: 579px;
	width: 260px;
}
#colonne-droite {
	float: right;
	width: 740px;
	position: absolute;
	text-align: left;
	left: 260px;
	top: 0px;
}
#menu-droit {
	position: absolute;
	width: 244px;
	top: 159px;
	left: 496px;
}
#bandeau-haut {
	background-image: url(../images/bandeau.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 208px;
	width: 740px;
}
#titre-page {
	position: absolute;
	width: 440px;
	left: 17px;
	top: 156px;
}
#texte-page {
	position: absolute;
	width: 470px;
	top: 235px;
	left: 17px;
}
#texte-page-18ans {
	position: absolute;
	width: 700px;
	top: 225px;
	left: 17px;
}
#mentions {
	font-size: 9px;
	text-align: left;
}
#retour-accueil {
	position: absolute;
	right: 50px;
	top: 38px;
	font-weight: bold;
	color: #AF1729;
	font-size: 10px;
	background-color: #FFFFFF;
}
#retour-accueil a {
	color: #AF1729;
	text-decoration: none;
}
.rubriquagetitre {
	font-size: 12px;
	font-weight: bold;
	color: #C31A2E;
}
#redactionel li {
	list-style-image: url(../images/petite-icone.gif);
}

/* DIV DU SOUS MENU*/
#sous-menu {
	height: 54px;
	position: absolute;
	top: 65px;
	right: 169px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
	width: 176px;
	background-color: #FFFFFF;
	background-image: url(../images/fond-menu-haut-gauche.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 10px;
	}
#sous-menu a {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
#sous-menu a:hover {
	text-decoration: underline;
}
#sous-menu2 {
	height: 54px;
	position: absolute;
	top: 65px;
	right: 2px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
	width: 176px;
	background-color: #FFFFFF;
	background-image: url(../images/fond-menu-haut-droite.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 10px;
	}
#sous-menu2 a {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sous-menu2 a:hover {
	text-decoration: underline;
}

