@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body,html {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

#principal {
	width: 1040px;
	margin: 0px auto;
	background-repeat: no-repeat;
	
	/*border: 1px solid #f00;*/
}

#logo {
	width: 100%;
	text-align: center;
}

#logo img{
	border: 0;
}

.menu {
	position: relative;
	margin: 0;
	width: 120px;
	height: 500px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	
	/*border: 1px solid #f00;*/
}

.menu p {
}

.menu p:a{
	color: #ccc;
}

.menu #bas {
	position: absolute;
	bottom: 0px;
	color: #999999;
}


.menu_gauche {
	margin: 0 20px 0 0;
	width: 100px;
	height: 500px;
	
	position: relative;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: right;
	
	float: left;
	
	/*border: 1px solid #0f0;*/
}

.menu_gauche p {
	color: #CCCCCC;
}

.menu_gauche p:a {
	color: #ccc;
}

.menu_gauche #bas {
	position: absolute;
	bottom: 0px;
	right: 0;
	color: #00FF66;	
	/*border: 1px solid #0f0;*/
}


#diaporama {
	margin: 0 20px 0 0; 
	position: relative;
	width: 500px;
	height: 500px;
	float: left;
	
	/*border: 1px solid #0f0;*/
}

#droite {
	position: relative;
	/*width: 500px;*/
	margin-right: 0;
	height: 500px;
	float: left;
	
	/*border: 1px solid #0f0;*/
}

#droite p {
	color: #666666;
	font-size: 14px;
}

#droite p:a{
	color: #ccc;
}

#bandeau {
	width: 100%;
	margin: 0;
	/*height: 700px;*/
	
	/*border: 1px solid #f0f;*/
}

#images {
	/*margin: 0 0 0 200px;*/
	padding: 0;
	width: 915px;
	height: 525px;
	/*float: right;*/
	overflow: auto;
	
	/*border: 1px solid #ff0;*/
}

#images table {
	/*border: 1px solid #f00;*/
}

#images img {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #666666;
}


.clearboth {
	clear: both;
}
