@charset "utf-8";
/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
		padding:0 0 0 0;
		margin:0;
		background-image:url(../images/motif.jpg);
		background-repeat:repeat;
	}

#container{
	background-image:url(../images/fond.png); background-repeat:repeat-y; width:750px; margin-left:375px; vertical-align:top; text-align:center; margin-left: auto; 
  margin-right: auto; 
}

#titre{
	position:relative; z-index:10; margin-top:-5px; *margin-top:-5px; text-indent:10px; width:740px; background-color:#2a546a; text-align:left;
}
#bouton_menu{
cursor:pointer; 
display:block;
margin-top:-5px; 
*margin-top:0px; 
width:145px; 
*margin-left:-10px;

}

.Style1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style2 {
	color: #000000;
	font-size:14px;
	text-decoration:underline;
	outline-color:#2a546a;
}

.Style3 {
	color: #2a546a;
	font-size:16px;
}
.Style4 {color: #2a546a}
.Style5 {
color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.Style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	color:#FFFFFF
}

.lettrine{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color:#2a546a;
}

 a.choix_gal{
	color:#2a546a;
	text-decoration:none;
	font-size:14px;
}

 a.choix_gal:visited{
	color:#2a546a;
	text-decoration:none;
}