@charset "utf-8";
/* CSS Document */
body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.allbg
{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

.bandehaut
{
background-image:url(images/menubg.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:200;
}
.bandehaut a 
{
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}
.bandehaut a:hover
{
color:#FFFFFF;
text-decoration:underline;
}

.menuleft
{
background-image:url(images/rubrique.jpg)
}

.listone
{
background-image:url(images/rubrique.jpg);
background-repeat:no-repeat;
text-align:right;
color:#FFFFFF;
height:36px;
font-family:comic sans ms;
font-size:14px;
font-weight:bold;
}
.listone a {color:#FFFFFF; text-decoration:none;}
.listone a:hover{text-decoration:underline;}
.listtwo
{
	color:#666666;
	text-align:left;
	text-indent:30px;
	font-family:comic sans ms;
	font-size:13px;
	font-weight:bold;
}
.listtwo a {color:#666666; text-decoration:none;}
.listtwo a:hover{text-decoration:underline;}

.display
{
 text-align:justify;
 font-family:Calibri;
 font-size:14px;
 text-indent:5px;
 margin:5px;
 padding:5px;
 border-left:1px dotted;
 border-right:1px dotted;
}
.display img
{
max-width:592px;
border:0px;
}

