@CHARSET "UTF-8";

*{
	padding: 0;
	margin: 0;
}

ul{
	list-style-type: none;
}

body{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #951B51;
}

#Conteneur{
	position: relative;
	height: 100%;
}

#MenuTop{
	background: #D2157B;
	width: 95%;
	top: 40px;
	left: 20px;
	height: 25px;
	position: absolute;
	text-align: center;
	font-size: 0.78em;
}

#MenuTop ul li{
	display: inline;

}

#MenuTop ul li a{
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 16px;
}

#MenuTop ul li a:hover{
	/*
font-size: 1.05em;
*/
	color: #DDD;
}

#content{
	top: 80px;
	position: absolute;
	width: 990px;
}

#footer{
	clear: both;
 	overflow: hidden;
 	bottom: 0;
	position: fixed;
	background: #BCCA59;
	width: 100%;
	font-size: 0.7em;
	padding: 3px;
}

body.msie6 #footer{
	position: absolute;

}

#leftFooter{
	text-transform: uppercase;
}

#rightFooter{
	float: right;
	margin-right: 15px;
}

#PhotolistTop{
	margin-left: 260px;
}

#Main{
	margin-left: 300px;
	padding-bottom: 90px;
}

#LargeMain{
	margin-top: 150px;
	margin-left: 0px;
	padding-left: 100px;
	width: 425px;
	margin-right: 40px;
	float: right;
}

.cadre{
	background: url('/static/images/cade_content.png') repeat-y;
	width: 597px;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 50px;
}

.cadre p{
	font-size: 0.6em;
	clear: both;
	background-position: 0 4px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: justify;
	position: relative;
}

.text{
	margin-top: 10px;
	color: white;
	font-size: 0.65em;
	line-height: 1.5em;
}

.text p{
	background: url('../images/sbullet.png') no-repeat;
	background-position: 0 5px;
	text-indent: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.puce{
	z-index: 2;
	margin-top: -15px;
	margin-left: -15px;
	float: left;
}

.photolist li{
	display: inline;
}



#Gauche{
	margin-top: 200px;
	left: 10px;
	position: absolute;
}

#GaucheLarge{
	float: left;
	margin-top: 100px;
	margin-left: 10px;
	width: 410px;
	color: white;
}

#GaucheLarge h2{
	color: white;
	background: url('../images/sbullet.png') no-repeat 0px 17px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 0.75em;
	text-transform: none;
}

#GaucheLarge h1{
	color: white;
	background: url('../images/bbullet.png') no-repeat 0px 0px;
	padding-left: 43px;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 35px;
	font-size: 0.75em;
	text-transform: none;
}


#Main h1{
	color: white;
	background: url('../images/bbullet.png') no-repeat 0px 0px;
	padding-left: 43px;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 35px;
	font-size: 0.75em;
	text-transform: uppercase;
}

h1{
	color: white;
	background: url('../images/bbullet.png') no-repeat 0px 0px;
	padding-left: 45px;
	font-size: 1em;
	line-height: 35px;
	height: 35px;
}

h2{
	color: white;
	background: url('../images/bbullet.png') no-repeat 0px 0px;
	padding-left: 43px;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 35px;
	font-size: 0.75em;
	text-transform: uppercase;
}



#Droite{
	float: right;
	margin-top: 350px;

}

.puce2{
	background: url('../images/sbullet.png') no-repeat 0px 5px;
	padding-left: 15px;
}


#GaucheLarge p{
	font-size: 0.75em;
	margin-bottom: 10px;
	margin-left: 25px;
}



#Album{
	margin-left: 310px;
	margin-top: 25px;
}

.contact adress{
	padding-left: 10px;
	font-style: normal;
	font-size: 0.7em;
	margin-left: 25px;
	margin-bottom: 10px;
	color: white;
}

address{
	/*background: url(/static/images/sbullet.png) no-repeat;
	background-position: 15px 4px;*/
	padding-left: 25px;
	font-style: normal;
	font-size: 0.75em;
	margin-left: 25px;
	margin-bottom: 10px;
	color: white;
}


a{
	color: white;
}

.cadre h2{
	color: #AA2760;
	font-size: 0.82em;
	text-transform: uppercase;
	top: 0px;
	line-height: 1.5em;
	background: none;
	padding-left: 0px;
}

#Gauche h2{
	background: url('../images/sbullet.png') no-repeat 0px 15px;
	padding-left: 15px;
}

#ie6warn{
	position: absolute;
	width: auto;
	padding: 3px;
	margin-top: 5px;
	color: white;
	background: #951B51 ;
	left: 80px;
	font-size: 0.65em;
}

#ie6warn p{
	display: inline
}

#footer a{
	color: black;
}

#lang{
	float: right;
	margin-top: 10px;
	margin-right: 33px;
}

#lang a{
	background: #BCC858;
	padding: 5px;
	text-decoration: none;
}

#lang a:hover{
	background: #9FA756;
}
