@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#000000;
}

img {
	border:0px;
}

#lesPhotos {
	width: 363px;
	margin-top:15px;
	margin-bottom:15px;
	border-width: 1px;
	border-style: solid;
	border-color: #525252;
}

#lesPhotosBig {
	width: 725px;
	margin-bottom:15px;
	border-width: 1px;
	border-style: solid;
	border-color: #525252;
}

p {
	margin: 0px;
	line-height:24px;
	font-size:14px;
	color: FFF;
}

h1 {
	font-size: 18px;
	line-height:16px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	color: FFF;
}

#logo{
	display:block;
	text-indent:-999px;
	width:250px;
	height:125px;
	position:absolute;
}

#menu{
	height:25px;
	padding-top:100px;
	*padding-bottom:5px;
	padding-left:250px;
	background:url(../images/menu/ligne.gif) no-repeat right bottom;
}

#menu a{
	padding-right:10px;
	margin-left:5px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/menu/pligne.gif) no-repeat top right;
}
#menu a:hover {
	text-decoration:underline;
}

#container {
	width: 1024px;
	min-height: 768px;
	overflow:auto;
	margin: auto;
	background-image:url(../images/image_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#containerInner {
	width: 1024px;
	min-height: 768px;
	overflow:auto;
	margin: auto;
	background-image:url(../images/image_bg_inner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#leftC {
	width: 223px;
	text-align:right;
	margin-top: 60px;
	float: left;
}

#leftC p {
	margin: 0px;
	margin-right: 30px;
	margin-left: 30px;
	line-height:16px;
	font-size:12px;
	color: FFF;
}

#leftC h1 {
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	line-height:16px;
	font-size:18px;
	color: FFF;
}

#leContent {
	width: 450px;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
}

#leContentInner {
	width: 725px;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
}

#leContentInner p{
	text-align: justify;
}

a.plink:link, a.plink:active, a.plink:visited {
	font-size: 14px;
	color:#2cdaff;
	text-decoration:none;
}

a.plink:hover {
	font-size: 14px;
	color:#2cdaff;
}

#headerAll {
	text-align:center;
	width: 100%;
	max-width:1280px;
	margin: auto;
	background-image:url(../images/bgTop.gif);
	background-position:top;
	background-repeat:repeat-x;		
}

#footerAll {
	text-align:center;
	padding:15px 0;
	font-size:10px;
}

.small {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

.smallTitle {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}