﻿body{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: White;
}

a {
	color: #398e16;
	text-decoration: none;
}
a:hover {
	color: #481f11;
}

hr {
	color: #551000;
	background-color: #551000;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur {
    width: 964px;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #b2b2b2;
}

.watermark 
{
    color: #ccc;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: #fff url(images/header.png) no-repeat center 10px;
    position: relative;
}

#header h1
{
    margin: 0;
    padding: 0;
}

#header h1 a
{
	display: block;
	height: 60px;
}

#header h1 a span 
{
    display: none;
}

#header .labelsqualite 
{
    position: absolute;
    top: 3px;
    right: 10px;
}

/*********** NAVIGATION ***********/

#navigation {
	width: 250px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	min-height: 250px;
	_height: 250px;
}
#navigation h2 
{
    font-size: 16px;
    color: #398e16;
}

/*********** MENU SECONDAIRE ***********/
#menusecondaire 
{
    margin-top: 30px;
}
#menusecondaire ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menusecondaire ul ul 
{
    margin-left: 20px;
}
#menusecondaire li 
{
    margin: 7px 0;
    padding: 0;
}
#menusecondaire a, #menusecondaire li.actif ul a
{
    color: #808080;
    font-weight: bold;
    font-size: 11px;
    background: url(images/navigation-puce.png) no-repeat 0 0;
    display: block;
    padding: 2px 0 2px 30px;
}
#menusecondaire a:hover, #menusecondaire li.actif a, #menusecondaire li.actif ul a:hover
{
    background: #481f11 url(images/navigation-puce-hover.png) no-repeat 0 0;
    color: #fff;
}


/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
	margin: 0;
	padding: 0;
	float: right;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist li {
	text-align: left;
	border-left: 2px solid #fff;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	width: 138px;
}

.menulist a {
    background: #481f11;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px 10px 2px 10px;
	height: 70px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist li.actif a
{
    background: #237f05;
}

.menulist ul {
	background: #481f11;
	display: none;
	position: absolute;
	top: 77px;
	left: 0;
	width: 250px;
}

.menulist ul li 
{
	border: 0;
	text-align: left;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
    border-bottom: 1px solid #fff;
}

.menulist ul a 
{
    background: url("images/menulist-puce.jpg") no-repeat 4px 6px;
    height: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
    padding: 3px 0 3px 20px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover {
    background: #398E16 url("images/menulist-puce-hover.jpg") no-repeat 4px 6px;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 180px;
}

.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
HACKS: IE/Win:
A small height on <li> and <a> tags and floating prevents gaps in menu.
* html affects <=IE6 and *:first-child+html affects IE7.
You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
	padding: 0;
}

* html .menulist ul li {
	float: left;
	height: 1%;
	padding: 0;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */


/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 11px;
	color: #a0a0a0;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#ascendance ul {
	background: url(images/ascendance-puce.png) no-repeat 6px 5px;
	margin: 0;
	padding: 3px 7px 7px 20px;
	float: left;
}
#ascendance li {
	display: inline;
	padding-left: 5px;
}
#ascendance a {
	color: #481f11;
}
#ascendance a:hover {
	color: #398e16;
}


/*********** RECHERCHE **********/

#recherche {
	text-align: right;
	float: right;
}
#recherche input 
{
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#recherche .terme 
{
	border: 1px solid #e6e6e6;
	width: 150px;
	padding: 2px 0 2px 10px;
}
#recherche .valider 
{
    background: #481f11;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px;
}


/**************************************************************/

#milieuPage 
{
    clear: both;
    min-height: 250px;
    _height: 250px;
    margin-top: 20px;
}


/*********** CONTENUS ***********/

#contenus {
	width: 685px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	border: 0;
}


.composant {
	color: #666;
}

.composant h2 {
    font-size: 12pt;
    font-weight: bold;
    color: #551000;
    border-bottom: 3px solid #E6E6E6;
    margin: 10px 0;
    padding: 0 0 0 0;
    vertical-align:bottom;
}
.composant a 
{
    text-decoration: underline;
}
.composant img {
	border: 0;
	margin: 2px 20px;
}

/*********** DOCUMENTS ***********/

.composant .docs 
{
    border-left: 2px solid #ccc;
    float: right;
    width: 200px;
    margin: 20px 10px;
}
.composant .docs img 
{
    vertical-align: middle;
}


/*********** RESULTATS RECHERCHE ***********/

.composant .resultatRecherche 
{
    cursor: pointer;
}
.composant .resultatRecherche:hover 
{
    color: #000;
}
.composant .resultatRecherche h2 a
{
    text-decoration: none;
    color: #551000;
}
.composant .resultatRecherche:hover h2
{
    border-color: #999;
}
.composant .resultatRecherche:hover h2 a
{
    color: #000;
}
.composant .resultatRecherche .highlight 
{
    font-weight: bold;
    font-style: normal;
    background-color: #ff0;
    color: #000;
}


/* accroche */
.composant .accroche {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* texte */
.composant .texte {
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}


/*********** ACTUALITES ***********/
#actualites 
{
    font-size: 10px;
    color: #666;
    width: 450px;
    margin-top: 11px;
}
#actualites h2 
{
    font-size: 16px;
    color: #28ba00;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#actualites .actu 
{
    padding-bottom: 7px;
}
#actualites h3 
{
    color: #551000;
    text-transform: uppercase;
    font-size: 11px;
    display: inline;
    margin: 0;
    padding: 0;
}
#actualites strong 
{
    color: #f7931e;
    padding-right: 5px;
}
#actualites a
{
    color: #f7931e;
    text-decoration: underline;
}
#actualites a:hover 
{
    color: #551000;
}


/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    border: 1px solid #b2b2b2;
    border-width: 2px 0;
    float: left;
    width: 904px;
    clear: both;
    margin-bottom: 15px;
    padding: 2px 30px;
}
#pieddepage a 
{
    color: #4c4c4c;
    font-weight: bold;
    font-size: 11px;
}
#pieddepage a:hover 
{
    color: #551000;
}

/*********** LIENS FOOTER ***********/
#liensfooter
{
    border-left: 1px solid #a0a0a0;
    list-style-type: none;
    float: left;
    margin: 5px 0;
    padding: 0;
}
#liensfooter li
{
    border-right: 1px solid #a0a0a0;
    text-align: center;
    float: left;
    width: 120px;
    margin: 0;
    padding: 0;
}

/*********** SITES ***********/
#sites
{
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}
#sites li
{
    text-align: center;
    float: left;
    width: 120px;
    margin: 0;
    padding: 0;
}


/*********** POWERED BY ***********/

#poweredby 
{
    text-align: center;
	clear: both;
	font-size: 11px;
}

#poweredby a {
	text-decoration: none;
	color: #a5b9c0;
}

#poweredby a:hover {
	color: #4c6570;
}