/* CSS Document */

/* Proprietes de page*/
body{
  margin:0;
  padding:0;
  background: #737478 url(image/00-fond-PAGE.jpg) top left no-repeat fixed;
  color: #000000;
  font-size:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}

a{
	text-decoration : none;
	color: #000099;
	font-weight: bold;
	border: 0;
}

a:hover{
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
	border: 0;
}

a img{
  border:  none ;
}

/*Conteneurs*/
#conteneur {
	margin: auto;
	width: 750px;
	height: auto;
	background-color: #fff;
	border:1px solid #000000;
}

#conteneur-central {
	margin: auto;
	width: 360px;
	height: auto;
	border-left:1px solid #999999; /*servent pour le liseret de séparation des colonnes*/
	border-right:1px solid #999999; /*servent pour le liseret de séparation des colonnes*/
}

#conteneur-legal{
	float: left;
	margin: auto;
	width: 230px;
	height: auto;
	background-color:#990000;
	border:0px solid #000000;
}

#conteneur-finance{
	float:right;
	margin: auto;
	width: 230px;
	height: auto;
	background-color:#336600;
	border:0px solid #000000;
}

#conteneur2 {
	margin: auto;
	width: 750px;
	height: 300px;
	border:0;
	text: bottom center;
	background-color:#CC0000;
}

/*Banniere d'entete*/
#header {
	float:left;
	height:50px;
	width:750px;
	background: #FFFFFF url(image/00-top.jpg) no-repeat;
	margin:0;
}

#header h1 {
  text-indent: -5000px;
  margin:5px;
  font-size: 18px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:15px;
}

/*Photo d'entete*/
#head-picture {
	height:130px;
	margin-top: 0px;
	float:left;
}

/*Menus horizontaux*/
#menu {
	float:left;
	margin: auto;
	width: 750px; /* correction pour Opera */
	height: 21px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	font-size:8px;
	font-weight: bold;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
} 

#menu ul {
	padding: 0;
	margin: 0px;
	background: #ccc;
	text-align: center;
	border-left: 0px solid #000;
} 
 
#menu li {
	background:#fff;
	width: 150px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
} 

#menu li:hover {
	background: #ccc;
}

#menu li.sousmenu:hover {
	background: #ccc;
} 

#menu li.sousmenu {
	background: #fff;
}
 
#menu ul li {
	position:relative;
	list-style: none; 
	float:left; 
	border-top: 1px solid #000;
} 

#menu ul ul {
	position: absolute;
	display:none;
	width:150px;
	border-bottom: 1px solid #000;
}

#menu li a {
  color: #000;
  text-decoration: none;
  padding: 0;
  display: block;
  line-height: 20px;
  width:150px;
}

#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;} 

#menu ul.niveau2 {
	margin: 0;
	top: 20px; 
	left: 0px;
}

#menu ul.niveau2 li {
	background: #ccc;
} 

#menu ul.niveau2 li:hover {
	background:  #cc9966;
}

#menu ul.niveau3 {
	top:-1px; 
	left: 150px;
} 

#menu ul.niveau3 li {
	background: #ccc;
} 

#menu ul.niveau3 li:hover {
	background:  #cc9966;
}



/*Menu vertical*/
#menu-vert {
	float:left;
	width:200px;
	padding:10px 0 20px 15px;
	margin:0px;
}

#menu-vert ul {
	list-style-type:none;
	padding:0;
	margin:0 1em;
}

#menu-vert li a {
	display:block;
	height:20px;
    border: 1px solid #000000;
	font-size:10px;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
}
#menu-vert li a:hover {
  background: #FFFFCC;
}

/*Menu vertical 2*/
#menu-vert2 {
	float:left;
	width:200px;
	padding-top:30px;
	margin:0px;
}

#menu-vert2 ul {
	list-style-type:none;
	padding:0;
	margin:0 1em;
}

#menu-vert2 li a {
	display:block;
	height:20px;
    border: 1px solid #000000;
	font-size:10px;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
}
#menu-vert2 li a:hover {
  background: #FFFFCC;
}

/*Conteneurs texte*/
#global {
	float:left;
	width:750px;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	height:auto;
	border:0;
	background-color:#fff;
}

#globalgauche {
	float:left;
	width:200px;
	margin:0;
	padding-left:10px;	
	height:auto;
	text-align:left;
}
#globalcentre {
	float:left;
	width:360px;
	padding-right:20px;
	margin-top:10px;
	height:auto;
	text-align:justify;
}

#global-centredroit {
	float:right;
	width:160px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
	height:auto;
	text-align:center;
}

#globaldroit {
	float:right;
	padding-right:20px;
	padding-left:20px;
	width:500px;
	margin:0;
	height:auto;
	text-align:justify;
}

#globalgauche-bis {
	float:left;
	padding-left:20px;
	width:400px;
	margin:0;
	height:auto;
	text-align:justify;
}

#globalgauche2 {
	float:left;
	width:170px;
	padding-top:10px;
	margin:0;
	height:auto;
	text-align:justify;
}

#globalgauche3 {
	float:right;
	width:230px;
	padding-top:10px;
	margin:0;
	height:auto;
	text-align:justify;
}

#globaldroit-bis {
	float:right;
	width:300px;
	margin:0;
	padding-top:10px;
	padding-right:20px;	
	padding-bottom:20px;
	height:auto;
	text-align:right;
}
#globaldroit2 {
	float:left;
	width:240px;
	padding-top:10px;
	margin:0;
	height:auto;
	text-align:justify;
}
#globaldroit3 {
	float:right;
	width:240px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
	height:auto;
	text-align:justify;
}

/*Photos*/
#photo-droite {
 	float:right;
 	margin:0 5px 5px 5px;
}

#photo-gauche {
	float:left;
	margin:0 5px 5px 5px;
}

/*Pied de page*/
#footer {
	float:left;
	width:750px;
	background: #fff;
}

#footer h1 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
