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

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

img {
	border:0px;
}

H1 {
	color: #C6C5BB;
	margin: 0px;
	padding: 0px;
	font-size: 27px;
	padding-bottom: 10px;
	text-transform:uppercase;
}

h2 {
	width: auto;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	display: block;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	font-size:10px;
	font-weight:bold;
	color:#FFC20E;
	text-transform:uppercase;
	background-image:url(../images/h2_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#131111;
	text-indent:5px;
}

#header {
	width: 1270px;
	height: 35px;
	margin: auto;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:15px;
	padding-right: 10px;	
	font-size:10px;
	text-align:right;
}

#footer {
	width: 1270px;
	height: 21px;
	margin: auto;
	padding-top:3px;
	padding-right: 10px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:10px;
	text-align:center;
}

#content {
	width: 1280px;
	height: 724px;
	background-image:url(../images/photofr_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin: auto;
}

#content_container {
	width: 760px;
	min-height: 100%;
	margin: auto;
}

#leftC {
	width: 450px;
	float: left;
	padding-bottom: 20px;
}

#leftC P {
	color: #C6C5BB;
	text-align:justify;
	font-size:13px;
	margin-bottom:13px;
	margin-top:0px;
	padding:0px;
}

#rightC {
	width: 215px;
	padding-left: 10px;
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFC20E;
}

#rightC P {
	color: #C6C5BB;
	line-height: 13px;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align:justify;
	padding-left:5px;
	margin-right: 5px;
}

#flashBox {
	width: 100%;
	height: 70px;
	padding-top: 95px;
	padding-bottom:20px;
	
}


/* texte */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #C6C5BB;
}

a:hover {
	text-decoration: underline;
	color: #C6C5BB;
}

.titre {
	color: #FFC20E;
	font-size: 10px;
	font-weight:bold;
}
