html, body{
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

hr{
	width:200px;
	text-align: left;
	margin: 0 auto 0 0; 
}

h1#titre{
	display: none;
}
body{
	padding-top: 5px;
	background: url(images/bas_bg.png) center bottom no-repeat;
}

html{
	background: url(images/bas_bg_under.png) center bottom #000 repeat-x;
}

*{
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

div, body, td, tr, span{
	color: #fff;
	font-size: 13px;
}

td, tr{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 30px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h2{
	font-size: 25px;
	line-height: normal;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
}
h3{
	font-size: 18px;
	line-height: normal;
	padding: 15px;
	margin: 0px;
	font-weight: normal;
}

#content{
	text-align: left;
	width: 1000px;
	margin: auto;
	line-height: 150%;
}


#entete{
	line-height: 0px;
	height: 112px;
}

a{
	color: #ccc;
	text-decoration: underline;
	border: 0px !important;
	margin: 0px;
	padding: 0px;
}

a img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px !important;
	text-decoration: none !important;
	margin: 0px;
	padding: 0px;
}

.flag{
    filter : alpha(opacity=20);
    -moz-opacity : 0.20;
    opacity : 0.20;
    padding-left: 20px;
}
.flag:hover{
    filter : alpha(opacity=75);
    -moz-opacity : 0.75;
    opacity : 0.75;
}

#lecontenu{
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 40px;
	background: url(images/content_bg.png) no-repeat left top;
	min-height: 1000px;
	position: relative;
}
#photos{
	text-align: right;
	float: right;
	width: 300px;
	padding-left: 20px;
}
#sidebar{
	text-align: right;
	float: right;
	width: 300px;
	padding-left: 20px;
}

#sidebar img,#photos img{
    filter : alpha(opacity=70);
    -moz-opacity : 0.70;
    opacity : 0.70;
}

#sidebar img:hover,#photos img:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

ul{
	padding: 0px;
	margin: 0px;
	list-style: none; 
	
}

li{
	padding: 0px;
	margin: 0px;
}

.boutontop{
	border: 0px hidden;
	height: 30px;
	overflow: hidden;
}

.boutontop:hover{
    filter : alpha(opacity=60);
    -moz-opacity : 0.60;
    opacity : 0.60;
}

#copyrights{
	padding-top: 40px;
	text-align: right;
	font-size: 10px;
}

#screen div {
	position:absolute;
	overflow:hidden;
	vertical-align: middle;
	background: #000;
	border: 2px solid black;
}
#screen img{
	position:absolute;
	cursor: pointer;
	-ms-interpolation-mode:nearest-neighbor;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
}
#caption, #title{
	text-align: center;
}
#caption b {
}
#carte{
	width: 250px;
	z-index: 9999;
}
#carte:hover{
	position: absolute;
	left: 60px;
	width: 880px;
}
p{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.boutons_bas{
	border: 0px hidden;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	width: 160px;
	height: 30px;
	background: url(/images/fond_bouton_blanc.png) center center no-repeat;
	cursor: pointer;
}
.boutons_bas:hover{
	color: #fff;
}