/* définitions anciennes */
body {
	background-image: url(images/bg.gif);
}

.mentions_infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.nouvelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.titrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}

.legendePhoto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	line-height: normal;
	
	margin-right: 5px;
	margin-left: 5px;
}

.texteStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

table.bordureTab {
	position: relative
	width: 500px;
	margin-left:auto;
	margin-right:auto;

	border: 1px solid #000000;
}

.piedPage {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

/* Nouvelles définitions */
a.menu{
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 15px;
	font-style: normal;
	color: #666666;
}
a.menu:hover{
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 15px;
	font-style: normal;
	color: #660000;
}

div.barreMenu{
	padding-left: 5px;
	background-color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
	
	border-top-style:solid;
	border-top-width:1px;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div.boiteContenu{
	padding: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	
	overflow: auto;
}

div.rendParagraphe{
    position: relative;
    clear: both;
}

/*Css exclusifs galeries */
div.msgAlphaBg{
	position: fixed;
	width: 0%;
	height: 0%;
	background-color: black;
	top: 0px;
	left: 0px;
	
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
	visibility: hidden;
	
	z-index: 1;
}

div.boiteImgMod{
	position: absolute;
	width:0px;
	height:0px;

	visibility: hidden;	
	z-index: 2;
	
	background-color: white;

	border-width: 1px;
	border-style: solid;
	border-color: #494949
	
}

div.cadrePhoto{
	position: relative;
	overflow: auto;
}

div.boiteImg{
    position: relative;
	width: 150px;
	height: 150px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #494949;
    background-color: white;

    float: left;
}

div.msg{
	font-family: Helvetica,Arial;
	font-size: 13px;
	padding: 4px;
	color: #494949
}

div.vignette{
	background-color: white;
	padding: 3px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	
	cursor: pointer;
	
	position: relative;
	float: left;
		
	margin-right: 5px;
	margin-bottom: 5px;
}