@import url("reset-fonts-grids.css");
@import url("text.css");

/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/
html {
	background-color: #fff0d2; /* Couleur beige */
	color: #004600;/* Couleur vert Foncé */
}

/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/
a:link
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #007700; /* Les liens est en Vert Pale l*/
}

a:visited	{color:#993300;text-decoration:none;/* Couleur Vert Clair */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration:none; /* Le lien deviendra souligné quand on se prommène dessus */
   color: #FF0000; /* Le lien est en rouge quand on se prommène dessus */Couleur rouge */
}

a:active	{color:#000099;text-decoration:underline;/* Couleur bleu quand on pointe dessus */
}



.style16 {color: #663300; font-size:16.0pt; line-height:150%;font-family: margin-RIGHT: 123.0pt;Arial;text-align:justify;
}




/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/
#entete {
	background-image: url("imagejpg/entete 3a4a.jpg");
	background-repeat: no-repeat;
	border-style:inset;
	height:105px;
	width:785px;
}

.droite {
	font-size: 12px;
	padding-top: 18px;
	margin-right: 22px;
	text-align: right;
}

.logo {
	position: absolute;
	top: 100px;
	left: 0px;
}

#bd {
	background-image: url("../img/fond.jpg");
	background-repeat: repeat-y;
	padding: 12px;
	padding-right: 30px;
}
/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/
#contenu {
	margin-left: 21px;
	margin-top: 18px;
	font-family:Comic Sans MS;
	font-size:10.0pt;
}

#ft {
	background-image: url("../img/pied.jpg");
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 5px;
	padding-right: 14px;
	padding-top: 5px;
}

#bd .retour {
	text-align: right;
	font-size: 11px;
}

.lienbas {
	font-weight: bold;
	color: #e55a36;
	font-size: 11px;
	height: 20px;
}
.lienbas a {	color: #e55a36; }
.lienbas a:hover { color: #ff0; }

#menubas {
	margin-left: 12px;
}

/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/

#nav {
	height: 33px;
	background-image: url("../img/nav.jpg");
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
	z-index: 25;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #f5c400;
}
#nav ul {
	top: 192px;
	position: absolute;
	z-index: 20;
}
#nav ul li {
	float: left;
	margin-left: 20px;
	line-height: 33px;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 15;
}

#nav  ul  li.act {
	background-image: url("../img/onglet2.png");
}

#nav > ul > li.act:before {
	content: url("../img/onglet1.png");
	height: 33px;
	width: 13px;
	margin-left: -13px;
	position: absolute;
	top: 0;
	left:0;
}

#nav > ul > li.act:after {
	content: url("../img/onglet3.png");
	height: 33px;
	width: 13px;
	margin-right: -17px;
	position: absolute;
	top: 0;
	right:0;
}

#nav li.spacer {
	height: 0px;
	border: 1px solid #400;
	margin: 7px 10px 3px 15px !important;
	padding: none;
}

#nav ul ul { display: none; }
#nav ul ul li { list-style-image: none !important; }
#nav ul li:hover ul {
	display: block;
	top: 32px;
	position: absolute;
	background-color: #660000;
	margin-left: -17px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	letter-spacing: 0px;
	z-index: 10;
}
#nav ul li:hover ul li {
	float: none;
	margin-right: 15px;
	line-height: 25px;
	
}
#nav ul ul li.act {
	background-image: none;
	background-color: #e0a700;
	margin: 2px !important;
	padding-left: 18px;
}
#nav ul ul li.act a { color: #000936; }


/*-*-*-*-*-*-*-*-*-*-*/

#subnav {
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial", "Helvetica Narrow";
}

#subnav ul {
	margin: 0 20px;
}



/*-*-*-*-*-*-*-*-*-*-*-**-*-*-*-*-*-*-*-*-*-*-*/

#titre {
	font-size: 2em;
	font-style: italic;
	margin-bottom: 0;
    text-align: center;
    color: #004600;
}

#soustitre {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 0;
	margin-left: 100px;
	color: #000;
}