
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: url(../images/fond.png);
	background-repeat: repeat;
}

#cache_logo { /*Juste un rectangle blanc pour masquer le logo de gallerie photo*/
	position:fixed;
	background-color:#FFF;
	width:150px;
	height:20px;
	left:915px;
	top:644px;
}


#conteneur {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	background-image:url(../images/header_background.png);
	height:132px;
	background-repeat:repeat;
}

#header_right {
	float:right;
	width:30px;
	height:132px;
	background-image:url(../images/header_right.png);
}
	
#header_left {
	float:left;
	width:970px;
	height:132px;
	background-image:url(../images/header.jpg);
}
	
#header h1 { display: none; font-size:0; height:0; }

#main {
	width:100%;
	background-image:url(../images/right.png);
	background-position:right;
	background-repeat:repeat-y;	
	background-color:#FFF;
}

#main_left {
	width:100%;
	min-height:528px;
	background-image:url(../images/fond_menu.png);
	background-repeat:repeat-y;
	background-position:left;
}

.menu {
	float:left;
	background-image:url(../images/left.jpg);
	background-repeat:no-repeat;
	height:528px;
	width:120px;
	z-index:2;
	}
.content {
	float:right;
	width:870px;
	margin-right:10px;
	background-image:url(../images/main.jpg);
	background-position:0px 0;
	background-repeat:no-repeat;
	min-height:166px;
	height:100%;
	z-index:0;
	}
	
#bottom {
	width:100%;
	background-image:url(../images/bottom_repeat.png);
	/*background-position:bottom;*/
	background-repeat:repeat;
	height:32px;
	}

#bottom_left {
	float:left;
	background-image:url(../images/bottom_left.png);
	width:120px;
	/*background-position:bottom left;
	background-repeat:no-repeat;*/
	height:32px;
	}

#bottom_right {
	float:right;
	background-image:url(../images/bottom_right.png);
	/*background-position:bottom right;
	background-repeat:no-repeat;*/
	height:32px;
	width:30px;
	}

.footer {
	width:100%;
	text-align:center;
	height: 20px;
	font-size:10px;
	}
.clearthis {
	clear:both;
	/*size:0px;*/
	font-size:0px;
	}
.content .breadcrumb {
	height: 5px;
	margin-left:110px;
	}
.content .infos {
	margin-left:90px;
	height:20px;
	text-align:center;
	font-size:10px;
	}
.content .texte {
	text-align:justify;
	margin-right:20px;	/* a modifier */
	margin-left:20px;
	font-size:12px;
	color:#666666;
	}

.content .galerie {
	padding-top:30px;
	padding-left:60px;
/*	margin-right:20px;	/* a modifier */
/*	margin-left:20px;
	margin-top:50px;
	font-size:12px;
	color:#666666;*/
	}


.content h1 {
	color:#336699;
	font-family:titi;
	font-style:oblique;
	text-align:center;
	margin-right:20px;
	margin-left:20px;
}
	
.content h2 {
	color:#990066;
	margin-right:25px;
	margin-left:25px;
	}
	
.content h6 {
	font-size:10px;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#000000;
	}

			/* MENU FOOTER */
			.footer .menu_bas {
				margin-left:auto;
				margin-right:auto;
				width:500px;
				}
			.footer ul {
				list-style:none;
				}
			.footer  li {
				border-right-width: 1px;
				border-right-style: solid;
				border-right-color: #999999;
				float:left;
				padding: 0 6px;
				display:block;
				}
			.footer li:first-child {
				border-left-width: 1px;
				border-left-style: solid;
				border-left-color: #999999;
				}
			.footer a, .footer a:hover, .footer a:visited {
				text-decoration:none;
				color:#AAA;
				font-weight:bold;
				}
			.footer a:hover {color:#000000;}
			
/* menu déroulant à gauche */
.menu-deroulant {
	margin-top: 160px;
	margin-left : 10px;	
	position: absolute;
	}

.footer .boite-a-pub {
	width:110px;
	height:40px;
	position:absolute;
	margin-left:10px;
	margin-top:-80px;
	border-width:0px;
	}

.footer .boite-a-pub a {
	text-decoration:none;
	}
