/* CSS Document */

/******************* balises ******************/
body
 {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	color: #0E6A9C;
	
}
a 
{
	color: #FEB301;
	text-decoration: none;
}
a#news {
	color: #1a6692;
	text-decoration: none;
}
a:hover {
	color: #1a6692;
	text-decoration:underline;
}
a#news:hover {
	color: #1a6692;
	text-decoration:underline;
}
a.footer {
	color: white;
	text-decoration: none;
}
a.footer:hover {
	color: white;
	text-decoration: none;
}
#navigation a {
	color: #1a6692;
	text-decoration: none;
	background:url(../images/nav_fleche.png) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	margin-top:-12px;
	display:block;
	border-bottom:1px solid white;
}
#navigation a:hover {
	color: #0588c7;
	font-weight:bold;
	background:url(../images/nav_fleche.png) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	margin-top:-12px;
	display:block
}

h3 {
	display: inline;
	color: #1a6692;
	font-size: px;
	}
h2 {
	display: inline;
	color: #1a6692;
	font-size: px;
}
h4 {
	display: inline;
	color: #1a6692;
	border-bottom:1px dotted #1a6692;
	font-size: px;
}
h1 {
	display: inline;
	color: #1a6692;
	font-size: px;
}
dd, dl, dt, blockquote{
	display: inline;
}

li{
	display:inline;
	margin:5px;
	padding: 5px;
	}
ul{
	padding-top:8px;
	display:compact;
	}
p{
	display:compact;
}
/****************************** fin balises ******************************/

/******************* div ******************/
div#conteneur {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) repeat-y;
}
div#bandeau {
	width: 100%;
	height:150px;
	background:url(../images/bandeau.jpg) no-repeat #00aeef;
	margin: 0;
	padding: 0;
}
div#photos {
	padding-left:547px;
	margin: 0;
	position:absolute;
}
div#centre {
	height:75%;
	background:url(../images/bg.png) repeat-y;
	margin: 0;
	padding: 0;
	width: 1024px;
}
div#corps {
	
	width:800px;
	
	margin: 0;
	padding: 0;
	float:left;
	font-size:1.1em;
	line-height:150%;
	text-align: justify;
}

div#colonne_droite {
	width:100px;
	height:100%;
	margin: 0;
	padding: 0;
	float:right;
}
div#navigation {
	max-width: 173px;
	width: 173px;
	height: auto;
	margin: 0;
	background : #ffcb05;
	float:left;
	padding-top:30px;
}

div#pied {
	height: auto;
	text-align: left;
	clear:both;
	padding:5px 0 5px 250px;
	font-size:8pt;
}
div#footer {
	vertical-align: bottom;
	width: 100%;
	height: 44px;
	margin: 0;
	background:url(../images/footer.png) left no-repeat #00aeef;
	text-align:left;
	clear: both;
}
div#texte-footer {
	vertical-align: bottom;
	padding:7px 0px 15px 250px;
	color:white;
	text-align: right;
}
div#titre_accueil {
	text-align: center;
	color: #ffcb05;
}
/******************************* fin div *******************************/

li.puces_asi {
	list-style-position:outside;
	padding-left:1em;
	list-style-image:url(../images/puces.gif);
	display: list-item;
}
	
/******************* classes ******************/	
.bold {
   font-weight: bold;
}
.padding {
   padding:0 20px 0 30px;
}
.padding-2 {
   padding:5px 10px 0 15px;
}
.small-txt {
   font-size: 7pt;
}
/***************************** fin classes *********************************/

#menu dt {
cursor: pointer;
background: #1a6692;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 0px solid white;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 10em;
margin-top: -4em;
width: 20em;
background: #1a6692;
border: 0px solid white;
}
#menu ul {
padding: 0px;
margin: 0px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 15px;
line-height: 10px;
display: block;
}
#menu li a, #menu dt a {
	font-size: 9pt;
	color: #ffcb05;
	text-decoration: none;
	background:url(../images/nav_fleche2.png) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	margin-top:0px;
	display:block;
	border-bottom:1px solid white;
}
#menu li a:hover {
	font-size: 9pt;
	color: #ffcb05;
	font-weight:bold;
	background:url(../images/nav_fleche2.png) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	margin-top:0px;
	display:block
}	
