* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}

body {
	background-color:#080301;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	scrollbar-face-color: #190600;
    scrollbar-shadow-color: #190600;
    scrollbar-highlight-color: #190600;
    scrollbar-3dlight-color: #190600;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #7E1E00;
    scrollbar-arrow-color: #FFFFFF;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}	
	
A:link	{ text-decoration:none;color:#FFFFFF; border-bottom:1px dotted #FFFFFF; }
A:visited { text-decoration:none;color:#FFFFFF; border-bottom:1px dotted #FFFFFF; }
A:hover { text-decoration:none;color:#FCA000; border-bottom:1px solid #FCA000; }

form {
	padding:0px;
	margin:0px;
	}
	
input, select, textarea {
	font-size:10px;
	background-color:#F2F2F2;
	border:1px solid #FCA000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
#containerHP {
	position:fixed !important;
	position:absolute; 
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-450px;
	width:900px; 
	height:550px;
	background-image:url(img/bckgrd_home.jpg);
	background-repeat:no-repeat;
	background-position:TOP LEFT;
}

#containerPG {
	position:fixed !important;
	position:absolute; 
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-450px;
	width:900px; 
	height:550px;
	background-image:url(img/bckgrd_page.jpg);
	background-repeat:no-repeat;
	background-position:TOP LEFT;
}

#navigation {
	padding-left:124px;
	padding-top:42px;
	width:717px;
	height:33px;
	}
	
	#navigation A:link	{ border-bottom:none; }
	#navigation A:visited { border-bottom:none; }
	#navigation A:hover { border-bottom:none; }
	
	.affichePhoto A:link	{ border-bottom:none; }
	.affichePhoto A:visited { border-bottom:none; }
	.affichePhoto A:hover { border-bottom:none; }
	
	.affichePhoto { color:#666666; }
	
#homeContent {
	padding-left:67px;
	padding-top:58px;
	width:800px;
	height:334px;
	}
	
#homeLeft {
	width:239px;
	float:left;
	margin-right:33px;
	height:334px;
	}
	
#homeCenter {
	width:213px;
	padding-top:113px;
	float:left;
	margin-right:37px;
	height:221px;
	}
	
#homeRight {
	width:239px;
	float:left;
	height:334px;
	}
	
#pageContent {
	width:475px;
	text-align:justify;
	height:334px;
	overflow:auto;
	}
	
#pagePhotos {
	width:490px;
	text-align:justify;
	height:334px;
	overflow:auto;
	}

#footer {
	padding-top:38px;
	text-align:center;
	font-size:10px;
	}
	
	#footer A:link	{ text-decoration:none;color:#FFFFFF; font-size:10px; border-bottom:none; }
	#footer A:visited { text-decoration:none;color:#FFFFFF; font-size:10px; border-bottom:none; }
	#footer A:hover { text-decoration:none;color:#FCA000; font-size:10px; border-bottom:1px solid #FCA000; }
	
.padding10 {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}

.divSeparation {border-bottom:1px dotted #FCA000; clear:both; padding-top:5px; margin-bottom:2px;}
.div100 {float:left; width:120px; margin-bottom:2px;}
.div500 {float:left; margin-bottom:2px;}
.divClear {clear:both;}
.inputSubmit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FCA000;
	color:#FFFFFF;
	border:1px solid #333333;
	cursor:pointer;
	}
	
	/*Supersize Plugin Styles*/	
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}
