body {
margin: 10px 0 5px 0;
padding: 0;
background-image: url(images/fond_plan2b.jpg);
background-attachment: fixed;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 11pt;
}

h1, h2, h3, h4, h5 {
	
	padding:  0;
   margin: 5px;
}

a {text-decoration: none;
color: #222;
}

a.contenu {
	text-decoration: underline;
	color: #291972;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#site {
color: #000;
margin-left: auto;
margin-right: auto;
width: 725px; /* largeur obligatoire pour être centré */
border: 2px solid #A9A9A9;
background-color: White;
text-align: left;
}

.top {
	width: 720px;  /* original 725 */
	height: 132px;  /* original 145 */
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-color: #ddd;
	padding-top: 13px;
	padding-left: 5px;
}
.topFlash
{
	width: 725px; 
	height: 145px;
	padding: 0;
	margin: 0;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	
}

.pleine_largeur {
	padding: 10px;
	text-align: justify;
}
.pleine_largeur_padding0
{
	padding: 0;
}

#leftcol {
width:523px; 
background: url('images/site_03.gif') repeat-y;
margin: 0;
padding: 0;
text-align: justify;
}


#leftcol p, h1, h2, h3, h4, h5 {

padding-left: 20px;
padding-right: 20px;
padding-top: 0;
margin-top: 0;
}


#left_fixe1
{width:523px; 
height: 365px;
overflow: hidden;
background-image: url(images/fond_fixe1.jpg);
text-align: center;
padding: 30px 0 0 0;
margin: 0;
	
}
#diapo
{
width:503px; /* original: 523 */
height: 329px;  /* original 399 */
overflow: hidden;
background-image: url(images/fond_diapo.jpg);
background-repeat: no-repeat;
text-align: center;
padding: 70px 0 5px 12px;
margin: 0;
}

.img_diapo {
	border-width: thin;
	border-style: outset;
	border-color: #291972;
	margin: 0;
}

#rightcol_fixe1 {
width:173px; 
height: 365px;
overflow: scroll;
float:right; 
margin-left: auto;
margin-right: auto;
background-color: #FFF;
padding: 0 5px 0 0;
text-align: left;
}

.ul_contenu

{
	padding: 10px 15px 10px 15px;
	margin-left: 15px;
}

.li_contenu

{
	list-style: disc;
		
}

.bloc_haut {
	width:523px; 
	height: 29px;
	background-image: url(images/site_03_top.gif);
	margin: 0;
	padding: 0;
}



.bloc_foot {
width:523px; 
height: 23px;
background-image: url(images/site_03_foot.gif);
background-repeat: no-repeat;
background-color: White;
	margin: 0;
	padding: 0 0 10px 0;
}

.bloc_haut_petit {
	
	background-image: url(images/bloc_blanc_petit_top.gif);
	background-repeat: no-repeat;
	height: 19px;
	margin: 0;
}
.bloc_centre_petit {
	background-image: url(images/bloc_blanc_petit_centre.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 3px 15px 3px 15px;
}
.bloc_foot_petit {
background-image: url(images/bloc_blanc_petit_foot.gif);
background-repeat: no-repeat;
height: 23px;
margin: 0;
	
}
	
#rightcol {
width:168px; 
float:right; 
background-color: #FFF;
padding: 5px;
text-align: left;
}

#rightcol h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}


#foot {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #291972;
	color: White;
	border: 2px solid #A9A9A9;
	padding: 3px 0 3px 0;
}

#foot a {
	color: #DAE9EA;
	text-decoration: underline;
}

.title {
/*display: block; 
clear:both; 
padding:5px; 
margin:0px 0px 2px 0; */
border-bottom: 1px outset #5B7C7C;
border-top: 1px outset #5B7C7C;
font-weight: bold;
color: White;
background-color: #291972;}

.floatright
{
	float: right;
	padding: 20px;
}

.floatleft
{
	float: left;
}

h2.title
{
	font-size: 13pt;
	margin: 0;
	padding: 0;
}

.margin0
{
	margin:0;
}
.marginpading0
{
	margin: 0;
	padding: 0;
}
/* STYLES POUR LE BLOC BLEU */
.top_bleu {
	width: 100%;
	height: 41px;
	background-image: url(images/fond_top_bleu2b.jpg);
	background-repeat: no-repeat;
	/*padding-top: 18px;*/
}

.bleu {
	width: 100%;
	/*height:1000px;*/
	/*overflow: scroll;*/
	/*padding-left: 18px;*/
	background-image: url(images/fond_centre_bleu.jpg);
	background-repeat: repeat-y;
}

.foot_bleu {
	width: 100%;
	height: 23px;
	background-image: url(images/fond_foot_bleu.jpg);
	background-repeat: no-repeat;
}

/* FIN DES STYLES POUR LE BLOC BLEU */



/* CSS MENU HORIZONTAL issu des tutoriels http://css.alsacreations.com */

#menu {
position: absolute;
top:135px;
margin-left: auto;
margin-right: auto;
padding-left: 5px;
width: 725px; /* largeur obligatoire pour être centré */
}
#menu dl {
float: left;
width: 119px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/*background: #ccc;*/
border: 1px solid gray;
}
.selected {
	background-color: #291972;
	color: White;
	width: 119px;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #291972;
color: White;
}
