

body { 
background-image:url("background/bg2.jpg"); 
background-repeat: no-repeat;
background-attachment: fixed;
font-size: small; 
font-family:Time New Roman,Arial,Comic Sans MS,Verdana,sans-serif,Helvetica,sans-serif; 
} 

 p{
 margin-right : 3px;
 margin-left : 10px
 }
 
  #lien {
text-decoration: none; 
color : blue;
}

/*-----------------------Bloc Menu en haut--------------*/

.menu1 {
padding:5px 0 0 1em; 
margin:0; 
list-style:none; 
height:40px; 
position:relative; 
background:transparent url(background/pro_five_0c.gif) repeat-x left bottom; 
font-size:11px;
}

.menu1 li {
float:left; 
height:40px; 
margin-right:1px;
}

.menu1 li a {
display:block; 
float:left; 
height:40px; 
line-height:35px; 
color:#333; 
text-decoration:none; 
font-family:arial, verdana, sans-serif; 
font-weight:bold; 
text-align:center; 
padding:0 0 0 4px; 
cursor:pointer; 
background:url(background/pro_five_0a.gif) no-repeat;
}

.menu1 li a b {
float:left; 
display:block; 
padding:0 16px 5px 12px; 
background:url(background/pro_five_0b.gif) no-repeat right top;
}

.menu1 li.current a {
color:#000; 
background:url(background/pro_five_2a.gif) no-repeat;
}


.menu1 li.current a b {
background:url(background/pro_five_2b.gif) no-repeat right top;
}

.menu1 li a:hover {
color:#000; 
background: url(background/pro_five_1a.gif) no-repeat;
}

.menu1 li a:hover b {
background:url(background/pro_five_1b.gif) no-repeat right top;
}

.menu1 li.current a:hover {
color:#000; 
background: url(background/pro_five_2a.gif) no-repeat; cursor:default;
}

.menu1 li.current a:hover b {
background:url(background/pro_five_2b.gif) no-repeat right top;
}
/*---------------------------fin bloc menu --------------------------*/


/*les bordures arrondis */
.bordure {
 padding:0 10px;
 border:3px double black;
 border:1px solid #000000;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 width : 900px;
 }
 /*--------------------Fin bloc Menu----------------*/
 
/* Mise en forme des paragraphes */ 
/* utilisation courante */ 
 .en_tete_par {
border-left: 1px solid #FC6; 
border-top: 1px solid #FC6;
border-bottom: 1px solid #FC6; 
text-align: left; 
font-size:small; 
font-weight: bolder; 
background: #87cefa;/*#FFF9C3; background-image: url("images/fond3.gif"); */
margin-bottom:10px;
 }
 /*
 .en_tete_par span { 
 padding-left: 3px; 
 padding-right:3px; 
 border-right: 4px solid #FC6; 
 color : #009; 
 } */
 
 /*------------------------------------------pour le menu gauche---------------------*/
 /*--- Menu 20---*/

#menu20 {
width: 200px;
margin: 10px;
margin-left: 1px;
}

#menu20 ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu20 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 22px;
text-decoration: none;
}

/* N'oubliez pas de renseigner l'adresse des images */
#menu20 li a:link, #menu20 li a:visited {
color: #666;
display: block;
background: url(background/menu20.gif);
padding: 10px 0 0 35px;
}

#menu20 li a:hover {
color: #000;
background: url(background/menu20.gif) 0 -32px;
padding: 10px 0 0 35px;
}

/* pour le tableau des liens */ 
.tableau_liens { 
font-size: small; 
}


