

body{
margin:0px;
padding:0px;
text-align:center;

}

#accessibilite  {
background-color:rgb(153,204,255);
border-top:2px solid navy;
height:75px;
}
#accessibilite a{color:black;}

#all{
width:910px;
background-image:url("../image/css/bg-general.gif");
background-repeat:repeat-y;
text-align:left;
margin-top:10px;
margin-left:auto;
margin-right:auto;
height:100%;
}
#all_inner{
width:890px;
margin-left:10px;
}


#header{
width:870px;
padding-bottom:10px;
padding-top:20px;
padding-left:20px;
text-align:center;
border-bottom:8px solid navy;
border-top:2px solid navy;
}

#barre{
height:6px;
border-bottom:2px solid navy;
margin-bottom:10px;
}

#menu_contenu{
min-height:600px;
}

.spacer {
  clear: both;
}



#contenu{
float:left;
margin-left:30px;
width:620px;
}

#footer{
width:870px;
padding-bottom:10px;
padding-top:20px;
padding-left:20px;
text-align:center;
border-top:8px solid navy;
border-bottom:2px solid navy;
}

.titre{
font-weight:bold;font-family:verdana;color:navy;font-size:24px;padding-bottom:2px;
}
.titre2{
font-weight:bold;font-family:verdana;color:navy;font-size:14px;padding-bottom:3px;}
.adresse
{
font-weight:bold;color:navy;font-size:11px;padding-bottom:0px;
}
.rnm{font-family:Tahoma;font-size:9px;padding-left:10px;padding-right:7px;padding-top:6px;}

.item{
background-color:navy;
color:white;
}

.item_title{
text-align:center;
font-weight:bold;
background-image:url("../image/css/item.gif");
background-repeat:no-repeat;
background-position:right;
border-bottom:1px solid white;
}
.item_menu_content{
border:1px solid navy;
margin-bottom:20px;
}

.item_content{
padding:10px;
color:black;
border:1px solid navy;
margin-bottom:20px;
background-color:white;.

}



body {behavior: url(./csshover.htc);}


.noJs{display:none}


#menu{
margin-left:10px;
float:left;
width:200px;
}


div.item_menu_content {width: 198px;}

/* fond blanc pour le menu */ 
div.item_menu_content a {color:#000000}
div.item_menu_content ul {padding: 0; width: 198px; border:1px solid navy; margin:0px; background: white}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div.item_menu_content li:hover {background: rgb(153,204,255);}
div.item_menu_content li.sousmenu:hover {background: rgb(153,204,255);}
div.item_menu_content li.sousmenu_encours:hover {background: rgb(153,204,255);}

/* Rajout d'une petite fleche pour les sous menu */ 
div.item_menu_content li.sousmenu {background: url(fleche.gif) 95% 50% no-repeat;}
div.item_menu_content li.sousmenu_encours {background-color:rgb(102,153,255);}

div.item_menu_content ul li {position:relative; list-style: none; border-bottom:1px solid navy;}
div.item_menu_content ul ul {position: absolute; top: -1px; left: 198px; display:none ; }

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div.item_menu_content li a {text-decoration: none; padding: 4px 0 4px 8px; display:block; border-left: 8px solid #BBB; width:182px}
div.item_menu_content li.encours a {border-color:red;background-color:rgb(102,153,255);}
/*div.item_menu_content ul.niveau1 li.sousmenu:hover ul.niveau2, 
div.item_menu_content ul.niveau2 li.sousmenu:hover ul.niveau3,
div.item_menu_content ul.niveau3 li.sousmenu:hover ul.niveau4,
div.item_menu_content ul.niveau1 li.sousmenu_encours:hover ul.niveau2, 
div.item_menu_content ul.niveau2 li.sousmenu_encours:hover ul.niveau3,
div.item_menu_content ul.niveau3 li.sousmenu_encours:hover ul.niveau4 {display:block;}*/

/* la bordure de chaque hauteur a une couleure de survol*/ 
div.item_menu_content li a:hover {border-left-color: #0000FF;}
div.item_menu_content ul ul li a:hover {border-left-color: #0000FF;}
div.item_menu_content ul ul ul li a:hover {border-left-color: #0000FF;}
div.item_menu_content ul ul ul ul li a:hover {border-left-color: #0000FF;}



td.borderblue {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: navy navy navy navy;
	border-collapse: collapse;
	text-align:left;
}






/* style the outer div to give it width */
.vertical_menu {
font-size:12px;
font-weight:bold;
font-family:"Verdana";
z-index:10;

/*width:750px;*/
/*padding-bottom:150px;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.vertical_menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:10;
}
.vertical_menu ul ul {
width:210px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown vertical_menu positon */
.vertical_menu li {
z-index:10;
float:left;
width:210px;
position:relative;
}
/* style the links for the top level */
.vertical_menu a, .vertical_menu a:visited {
display:block;
/*font-size:11px;*/
text-decoration:none;
color:#fff;
width:200px;
height:30px;
border:1px solid navy;
border-width:0px 0px 0 0;
/*background:#758279;*/
background:navy;
padding-left:10px;
line-height:1.5;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .vertical_menu a, * html .vertical_menu a:visited {
width:210px;
w\idth:200px;
}
/* style the second level background */
.vertical_menu ul ul a.drop, .vertical_menu ul ul a.drop:visited {
/*background:#949e7c;*/
background:navy;
}
/* style the second level hover */
.vertical_menu ul ul a.drop:hover{
background:#c9ba65;
}
.vertical_menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.vertical_menu ul ul ul a, .vertical_menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.vertical_menu ul ul ul a:hover {
/*background:#b2ab9b;*/
background:#06f;
}
.vertical_menu ul ul ul :hover > a {
/*background:#b2ab9b;*/
background:#06f;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertical_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0;
width:210px;
}
/* another hack for IE5.5 */
* html .vertical_menu ul ul {
top:30px;
t\op:30px;
}
/* position the third level flyout vertical_menu */
.vertical_menu ul ul ul{
left:210px;
top:0;
width:210px;
}
/* position the third level flyout vertical_menu for a left flyout */
.vertical_menu ul ul ul.left {
left:-210px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.vertical_menu table {position:absolute; top:0; left:0;}
/* style the second level links */
.vertical_menu ul ul a, .vertical_menu ul ul a:visited {
/*background:#d4d8bd;*/
background:navy;
color:#fff;
height:auto;
line-height:1em;
padding:5px 10px;
width:190px
/* yet another hack for IE5.5 */
}
* html .vertical_menu ul ul a{
width:210px;
w\idth:190px;
}
/* style the top level hover */
.vertical_menu a:hover {
color:#fff;
background:#06f;
}
.vertical_menu ul ul a:hover {
color:#fff;
background:#003BBA;
}
.vertical_menu :hover > a {
color:#fff;
background:#06f;
}
.vertical_menu ul ul :hover > a {
color:#fff;
background:#003BBA;
}
/* make the second level visible when hover on first level list OR link */
.vertical_menu ul li:hover ul,
.vertical_menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.vertical_menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.vertical_menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.vertical_menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.vertical_menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}
/* style the outer div to give it width */
.vertical_menu_dropped {
font-size:12px;
font-weight:bold;
font-family:"Verdana";
z-index:10;
/*width:750px;*/
/*padding-bottom:150px;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.vertical_menu_dropped ul {
padding:0;
margin:0;
list-style-type:none;
z-index:10;
}
.vertical_menu_dropped ul ul {
width:210px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown vertical_menu_dropped positon */
.vertical_menu_dropped li {
z-index:10;
float:left;
width:210px;
position:relative;
}
/* style the links for the top level */
.vertical_menu_dropped a, .vertical_menu_dropped a:visited {
display:block;
/*font-size:11px;*/
text-decoration:none;
color:#fff;
width:200px;
height:30px;
border:1px solid navy;
border-width:0px 0px 0px 0px;
/*background:#758279;*/
background:#06f;
padding-left:10px;
line-height:1.5;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .vertical_menu_dropped a, * html .vertical_menu_dropped a:visited {
width:210px;
w\idth:200px;
}
/* style the second level background */
.vertical_menu_dropped ul ul a.drop, .vertical_menu_dropped ul ul a.drop:visited {
/*background:#949e7c;*/
background:navy;
}
/* style the second level hover */
.vertical_menu_dropped ul ul a.drop:hover{
background:#c9ba65;
}
.vertical_menu_dropped ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.vertical_menu_dropped ul ul ul a, .vertical_menu_dropped ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.vertical_menu_dropped ul ul ul a:hover {
/*background:#b2ab9b;*/
background:#06f;
}
.vertical_menu_dropped ul ul ul :hover > a {
/*background:#b2ab9b;*/
background:#06f;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertical_menu_dropped ul ul {
visibility:visible;
position:absolute;
height:0;
top:30px;
left:0;
width:210px;
}
/* another hack for IE5.5 */
* html .vertical_menu_dropped ul ul {
top:30px;
t\op:30px;
}
/* position the third level flyout vertical_menu_dropped */
.vertical_menu_dropped ul ul ul{
left:210px;
top:0;
width:210px;
}
/* position the third level flyout vertical_menu_dropped for a left flyout */
.vertical_menu_dropped ul ul ul.left {
left:-210px;
}
/* style the table so that it takes no part in the layout - requinavy for IE to work */
.vertical_menu_dropped table {position:absolute; top:0; left:0;}
/* style the second level links */
.vertical_menu_dropped ul ul a, .vertical_menu_dropped ul ul a:visited {
/*background:#d4d8bd;*/
background:navy;
color:#fff;
height:auto;
line-height:1em;
padding:5px 10px;
width:190px
/* yet another hack for IE5.5 */
}
* html .vertical_menu_dropped ul ul a{
width:210px;
w\idth:190px;
}
/* style the top level hover */
.vertical_menu_dropped a:hover, .vertical_menu_dropped ul ul a:hover{
color:#fff;
/*background:#949e7c;*/
background:#06f;
}
.vertical_menu_dropped :hover > a, .vertical_menu_dropped ul ul :hover > a {
color:#fff;
/*background:#949e7c;*/
background:#06f;
}
/* make the second level visible when hover on first level list OR link */
.vertical_menu_dropped ul li:hover ul,
.vertical_menu_dropped ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.vertical_menu_dropped ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.vertical_menu_dropped ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.vertical_menu_dropped ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.vertical_menu_dropped ul :hover ul :hover ul :hover ul {
visibility:visible;
}







/*Boutons popup*/
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


.trombinoscope{
font-family:verdana, sans-serif;
font-size:70%;
color:white;
background-color:navy;
text-align:center;
}

LABEL.dddoc, LABEL.dddoc_I{
font-weight: bold;
float: left;
width: 170px;
}

LABEL.dddoc_I{
color:red;
}


/*FAQ*/
.question, .question a,.question a:hover, .question a:active{
color:red;
font-style: italic;
}
.question{
margin-top:0px;
margin-bottom:15px;
}

.reponse{
color:black;
margin-left:30px;
margin-top:5px;
margin-bottom:30px;
}


/*actualite*/
.actualite, .actualite a, .actualite a:hover, .actualite a:active{
color:black;
text-decoration:none;
}

.actualite_titre {border-bottom:2px solid navy;}
.actualite_titre a, .actualite_titre a:hover, .actualite_titre a:active {
color:navy;
font-weight:bold;
text-decoration:none;
}

.actualite_resume{padding-left:10px;}
.actualite_lire a,.actualite_lire a:hover,.actualite_lire a:active{
text-decoration:underline;
color:red;
font-style: italic;
}

.actualite_lire{
text-align:right;
}

.lien_image_sans_bordure { border : none; }

/*Liens*/
a, a:hover, a:active{color:navy; text-decoration:underline;}
.nodecoration a,.nodecoration a:hover,.nodecoration a:active{text-decoration:none;}


#conteneur_defil { 
	border:1px solid #0033CC;
	width:600px; 
	margin:0 auto;
	overflow:hidden;
	line-height:normal;
}
#cadre_defil {
	position:relative; 
	width:600px; 
	height:21px; 
	overflow:hidden;
	background:#33CCFF;}
#cadre_defil img{
	vertical-align: middle;
	border:0;
}
#defile { 
	position:absolute;
	width:3700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003399;
}
#defile .liens {
	text-decoration:underline;
	color:#003399;
}

.bloc_accueil{
  margin-right:10px;
  display:none;
  height:300px;
  width:570px;
  border:1px solid black;
  background:white;
  float:right;
  text-align:left;
  padding-left:50px;
}

.bouton_accueil{
border:1px solid black;height:30px;width:190px;cursor:pointer;text-align:left;
}