html, body {
	margin: auto;
	font-family:"sans-serif";
	color:#3281a3;
	background-color:#cdcdcd;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:157px;
	width:800px;
	text-align:center;
	margin: auto;
}

#logo{
	width:300px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:-10px;
	margin:auto;
}

#banniere_v{
	position:absolute;
	margin:70px auto auto 850px;	
}

#page{
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	width:800px;
	text-align:center;
	margin: auto;
}

#menu{
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	width:130px;
	text-align:left;
	margin-left:11px;
	float:left;
	font-size:12px;
}

#contenu{
	width:540px;
	font-size: 12px;
	padding: 10px 10px 0 10px;	
	text-align:justify;
	min-height:300px;
	float:right;
	margin-right:30px;
	color:#135d7c;
}

#filtre{
	width:100%;
	height:100%;
	position:absolute;	
	background-color:#000000;
	top:0;
	left:0;
	filter:alpha(opacity=70);
}

.photo img{
	position:relative;
	float:right;
	margin:0 0 8px 15px;
	vertical-align:top;
}

#cadre{
	position:absolute;
	top:180px;
	width:100%;
	left:0;
}

.oeuvre, a:link.oeuvre, a:visited.oeuvre, a:hover.oeuvre{
	border:1px;
	border-color:#3281a3;
	border-style:solid;
}

#footer{
	color:#3281a3;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	text-align:center;
	clear:both;
	height:86px;
	margin:auto;
}


a img {
	border: none;
}

input, textarea, select{
	font-family: "sans-serif";
	font-size: 11px;
	color: #3281a3;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}


a:hover img {
	border: none;	
}



a:link {
	color:  #3281a3;
	text-decoration: none;
	font-weight:bold;
}
		
a:visited {
	color:  #3281a3;
	text-decoration: none;
	font-weight:bold;
}
		
a:hover {
	color: #3281a3;
	text-decoration: underline;
}

/** MENUS **/
a:link.cat, a:visited.cat, a:hover.cat{
	color:#ff6c0b;
	font-size: 11px;
	font-weight:100;
	letter-spacing:2px;
}

/** TITRES **/
h1 {
	font:24px Times New Roman, Times, serif;
	/*color: #FFBA00;*/
	letter-spacing:.1em;
	/*line-height:26px;*/
	/*font-family:"sans-serif";*/
	padding-left:60px;
	background-image:url(../images/puce.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:30px;
	color:#ff6c0b;
	font-size: 16px;
	padding-top: 7px;
	font-weight:100;
}


/* Highlighting */
.highlight{
	background-color:#EEEEEE;
}

