body
{
  margin:0px;
  padding:0px;
  text-align:center;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

div.accueil
{
  font-family: Arial, sans-serif;
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:5px;
  width:31%;
  height:500px;
  text-align:left;
  float:left;
  margin:0px 3px 0px 3px;
  margin-bottom:20px;
 
  overflow:hidden;
}

div.accueil_h
{
  font-family: Arial, sans-serif;
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:5px;
  width:96%;
  height:200px;
  text-align:left;
  /*float:left;*/
  margin:0px 3px 0px 3px;
  margin-bottom:20px;
  position:center;
  overflow:hidden;
}

.accueil_titre
{
  color:red;
  padding:0px;
  margin:0px 0px 5px 0px;
  text-align:center;
  text-decoration:underline;
  font-weight:bold;
  font-size:14px;
}

#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:0px;
  margin-left:auto;
  margin-right:auto;
  height:100%;
}

#all_inner
{
  width:890px;
  margin-left:10px;
}

#header
{
  width:870px;
  padding-bottom:10px;
  padding-top:0px;
  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;
  padding-top:0px
}

.titre2
{
  font-weight:bold;
  font-family:verdana;
  color:navy;
  font-size:14px;
  padding-bottom:2px;
}

.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;
}

.titre_t
{
  text-align:justify;
  border-bottom: 1px solid navy;
  color:navy;
}


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: 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 couleur 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;}


li.borderblue 
{
  border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: navy navy navy navy;
	border-collapse: collapse;
	text-align:left;
}

li.borderred 
{
  border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: collapse;
	text-align:left;
}

li.bordergreen 
{
  border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: green green green green;
	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;
margin-right:10px;
/*width:190px;*/
}

/* 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:200px;
}

/* 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:200px;
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:190px;
height:35px;
border:1px solid navy;
border-width:0px 0px 0 0;
/*background:#758279;*/
background:navy;
padding-left:10px;
line-height:1.5;
}

.vertical_menu_red a, .vertical_menu_red a:visited {
display:block;
/*font-size:11px;*/
text-decoration:none;
color:#fff;
width:190px;
height:35px;
border:1px solid navy;
border-width:0px 0px 0 0;
/*background:#758279;*/
background:#c10040;
padding-left:10px;
line-height:1.5;
}

.vertical_menu_green a, .vertical_menu_green a:visited {
display:block;
/*font-size:11px;*/
text-decoration:none;
color:#fff;
width:190px;
height:35px;
border:1px solid navy;
border-width:0px 0px 0 0;
/*background:#758279;*/
background:green;
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:200px;
w\idth:190px;
}

/* style the second level background */
.vertical_menu ul ul a.drop, .vertical_menu ul ul a.drop:visited {
/*background:#949e7c;*/
background:navy;
}

.vertical_menu_red ul ul a.drop, .vertical_menu ul ul a.drop:visited {
/*background:#949e7c;*/
background:#c10040;
}

/* 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:35px;
left:0;
width:210px;
}

/* another hack for IE5.5 */
* html .vertical_menu ul ul {
top:35px;
t\op:30px;
}

/* position the third level flyout vertical_menu */
.vertical_menu ul ul ul{
left:2000px;
top:0;
width:200px;
}

/* position the third level flyout vertical_menu for a left flyout */
.vertical_menu ul ul ul.left {
left:-200px;
}

/* 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:180px
/* yet another hack for IE5.5 */
}

.vertical_menu_red ul ul a, .vertical_menu_red ul ul a:visited {
/*background:#d4d8bd;*/
background:#c10040;
color:#fff;
height:auto;
line-height:1em;
padding:5px 10px;
width:180px
/* yet another hack for IE5.5 */
}

.vertical_menu_green ul ul a, .vertical_menu_green ul ul a:visited {
/*background:#d4d8bd;*/
background:green;
color:#fff;
height:auto;
line-height:1em;
padding:5px 10px;
width:180px
/* yet another hack for IE5.5 */
}

* html .vertical_menu ul ul a{
width:200px;
w\idth:180px;
}

/* 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:200px;
}

/* 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:200px;
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:190px;
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:200px;
w\idth:190px;
}

/* 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:200px;
}

/* 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:200px;
top:0;
width:200px;
}

/* position the third level flyout vertical_menu_dropped for a left flyout */
.vertical_menu_dropped ul ul ul.left {
left:-200px;
}

/* 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:180px
/* yet another hack for IE5.5 */
}

* html .vertical_menu_dropped ul ul a{
width:200px;
w\idth:180px;
}

/* 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;
}


.vertical_menu_green ul ul a{
background:green;
}

/*Permet de définir la couleur du fond du bloc menu*/
.vertical_menu_red ul ul a, .vertical_menu_red ul ul a:visited{background:#c10040;}
/*Permet de définir la couleur du fond du bloc menu lorsque le souris passe sur chaque lien*/
.vertical_menu_red ul ul a:hover{background:#eab4b1;color:black;}

/* SELON MOI NE SERS PAS...
.vertical_menu_red ul ul ul a:hover {
background:#d97a7e;
color:white;
}

.vertical_menu_red ul ul ul :hover > a {
background:#d97a7e;
color:white;
}

.vertical_menu_red ul ul ul :hover > a {
background:#d97a7e;
color:white;
}*/

/*Permet de définir la couleur de la case principale lorsque la souris passe dessus*/
.vertical_menu_red a:hover {color:white; background:#d97a7e;}
.vertical_menu_red :hover > a {color:white;background:#d97a7e;}





/*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;
}

form label.ccas,form label.ccas_b{
	width: 515px;
	float: left;
	margin-right:25px;
	margin-top:2px;
}	

form label.ccas_b{
font-weight: bold;
}

p.bold{
font-weight: bold;
}

.clearfixe{
	border-top:1px dashed navy;
	padding: 5px 0px;
	vertical-align:top;
	margin:0 3px 0 0px;
}	

LABEL.dddoc, LABEL.dddoc_I, LABEL.modif_famille_I,LABEL.adh_2010{
font-weight: bold;
float: left;
width: 170px;
}

LABEL.dddoc_I{
color:red;
}

LABEL.modif_famille_I{
width:200px;
}

LABEL.adh_2010{
width:300px;
}

/*FAQ*/

.question, .question a,.question a:hover, .question a:active{
color:red;
font-style: italic;
height:20px;
}

.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:390px;
  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;
}
