/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/fd.jpg) top left repeat-x #000;
	margin:0px;
	padding:0px;
}
.fond {
	background:url(img/fond.jpg) top left no-repeat;
	width:1295px;
	margin:0 auto;
}
#tbl-conteneur{
	height:600px;
	width:764px;
	background-image:url(img/fond-corps.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
}
#cel-bandeau{
	height:309px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
}
#cel-corps{
	background-image:url(img/corps.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:300px;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#818DC9;
	height:29px;
}

/*----------- MENU -----------*/

#menu{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;
}
#menu a{
	padding:4px 3px 6px 3px;
	line-height:26px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	background-image:url(img/fond-a-hover.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:underline;
	color:#fff;
}

/*----------- CORPS DE LA PAGE -----------*/

#contenu{
	padding:20px 25px 20px 40px;
	font-size:12px;
	color:#f2e6e6;
	width:699px;
}
#contenu a{
	text-decoration:none;
	color:#de3d3d;
	font-weight:bold;
}
#contenu a:hover{
	text-decoration:none;
	color:#de3d3d;
}
h1{
	font-size:18px;
	color:#F3981C;
	padding:0px 0px 0px 0px;
}
h2{
	font-size:14px;
	color:#292d77;
	padding:10px 0px 10px 0px;
	text-decoration:underline;
	text-transform:uppercase;
}
h3{
	font-size:13px;
	color:#fff;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu img{
	border:1px #F58A3C solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
	color:#000;
}
.petit{
	font-size:10px;
}
.jaune{
	color:#FEF902;
}
/*----------- ELEMENTS PROPRIETAIRES -----------*/

/*----------- FORMULAIRES -----------*/

input {
	border:1px solid #333;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px solid #333;
	color:#333;
}

/*----------- BAS  -----------*/
#bas{
	text-align:left;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:4px 0 4px 60px;
	vertical-align:middle;
}

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}

.100 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:bold;
	color:#C30;
	padding:5px;
	border:4px solid #C30;
}

.photos {
margin:5px;
}
.photos:hover{
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6; }
