/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
}
img{
border:none;
}
input,select{
/*background-image:url(images/fond_form.gif);
background-repeat:repeat-x;*/
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
input.ann{
background-image:none;
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
}
textarea{
background-image:url(images/fond_pub.jpg);
background-position:right;
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
border:1px solid #000000;
}

#haut_page_gauche{
	width:320px;
	float:left;
}
#haut_page_droite{
	margin-left:320px;
	text-align:center;
}
.spacer{
clear:both;
}
#menu {
}

#menu ul{
margin:0;
padding:0;
padding-top:18px;
padding-bottom:18px;
background-image:url(images/fond.jpg);
}
#menu li{
height:55px;
margin-left:10px;;
padding:0;
display:inline;
list-style-type:none;
}
#menu a{
background-image:url(images/fond.jpg);
font-size:small;
padding:20px 5px 20px 5px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
#menu a:hover{
background-image:url(images/fond2.jpg);
}
#menu a.selec{
background-image:url(images/fond3.jpg); !important
}
#centre{
padding:5px;
margin-top:20px;
font-size:small;
}
#pub_droite{
float:right;
border-top : 1px solid #5c70be;
border-bottom : 1px solid #5c70be;
border-left : 1px solid #5c70be;
text-align:center;
background-image:url(images/fond_pub.jpg);
background-position:right;
background-repeat:repeat-y;
}
#pub_droite .titre{
margin:0;
padding:0;
border-bottom : 1px solid #5c70be;
text-align:center;
font-size:x-small;
}
#pub_droite div{
padding:5px;
}

h1{
font-size:large;
background-image:url(images/h1_2.jpg);
background-repeat:no-repeat;
height:46px;
padding-left:50px;
vertical-align:middle;
text-decoration:underline;
}
h1.t2 {
background-image:url(images/h1.jpg);
}
h2{
font-size:small;
background-image:url(images/h2.gif);
background-repeat:no-repeat;
height:14px;
padding-left:15px;
vertical-align:middle;
margin-bottom:5px;
}
h2.t2 {
background-image:url(images/h2_2.gif);
}
h2.t3 {
background-image:url(images/h2_3.gif);
}
h2.t4 {
background-image:url(images/h2_4.jpg);
}
#bare_pub{
margin-top:100px;
text-align:right;

}
#bas {
border-top : 1px solid #5c70be;
border-bottom : 1px solid #5c70be;
text-align:center;
font-size:x-small;
background-image:url(images/bas.gif);

}
#bas a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
#bas a:hover{
color:#000000;

}

.gris{
color:#666666;
}

a {
color:#0000CC;
}
a:hover{
color:#0099FF;
}

.border1{
border : 1px solid #5c70be;
}
.border2{
border: 1px dashed #5c70be;
}