/* CSS Document */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin:0;
	padding:0;
}

.conteneur{
	width:950px;
	height:770px;
	margin: 0px auto;
	padding: 0;
}
.header{
	height:212px;
	width:950px;
	margin: 0 ;
	float:left;

	background-image:url(../images/bandeauNoir.png);
	background-repeat:no-repeat;
	}
.header .titre{
	color:#FF6600;
	/*color:#fff;*/
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0px 30px 30px 30px;
}
.header .titre span{
	color:#FF6600;
	/*color:#000;*/
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
}
/*-----------------------------------colonneGauche-------------------------------*/
.colonneGauche{
	float:left;
	height:344px;
	width: 200px;
	padding: 10px 0px 0px 0px;
	
	font-size: 14px;
	font-weight:bold;
}
.colonneGauche img{
	border:#000000 solid 3px;
	margin-bottom: 0px;
	margin-top:10px;
}
/*-----------------------------------NAVIGATION-------------------------------*/
.navigation{
	float:left;
	width:950px;
	padding: 0px 0px 0px 0px;
	
	font-size: 14px;
	font-weight:bold;
}
.navigation ul{
	background-color:#000000;
	list-style-type:none;
	float:left;
	margin: 0px;
	padding:0px;
	width:950px;
	}	
.navigation ul li{
	line-height:15px;
	float:left;
	height:15px;
	margin: 10px 0 0 0px;
	padding: 0 0 0 10px;
	width: 200px;
	/*background-image:url(../images/bgMenu.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
}	
	
.navigation ul li a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}	
.navigation ul li.select a{
	color:#cc3300;
}		
.navigation ul li a:hover{
	color:#cc3300;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.navigation ul li a:selected{
	color:#cc3300;
}
/*------------------------------contenu---------------------------*/
*html .contenu{
	margin:  10px 10px 20px 10px;
	padding: 0px ;
}
.contenu{
	width:715px;
	float:left;
	margin:  10px 0 10px 20px;
	padding: 5px 0px 5px 5px ;
	font-size:80%;
	overflow:auto;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
}
h3{
	text-align:left;
	margin-bottom:0px;
	color:#FF6600
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	letter-spacing:0.05em;
	margin-bottom:0px;
	width:400px;}
	
*+html p{
	width:540px;
}
p{
	float:left;
	margin: 0 0 10px 0;
	width:500px;}
.contenu a{
	font-weight:bold;
	color:#FF6600
}
.contenu img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;}
.contenu .bodytext img {
	float:right;}
.frise {
	float:none;
	clear:both;
	}
.frise img {
	border:#000000 solid 3px;
	margin-right: 25px;
	}
/*------------------------LIVRE D'OR---------------------------------*/
.contenu .tx-veguestbook-pi1 h2.tx-guestbook-header{
	width:700px;
	color:#cc3300;
	background-color:black;	
	font-size:25px;
	padding: 3px;
}
p.tx-guestbook-form-error{
	width:300px;}
/*-----------------------------------FOOTER------------------------*/
.infos {
	font-size:70%;
	margin-top:10px;
	text-align:center;
	width:100%;}

.copyright{
	height:20px;
	width:950px;
	margin: 10px auto;
	padding: 0;
	clear:left;
	float:left;

	font-size: 12px;
	font-weight:bold;
	text-align:right;
}	
.copyright a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}	
.copyright a:hover{
	color:#cc0033;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/*------------------------------------CONTACT------------------------------------------*/
fieldset {
	border:0;
	float:left;
}
form {
	font-size:12px;
	margin-top:9px;
}
.contenttable contenttable-0 {
	font-size:12px;
}
select {
	font-size:12px;
}
.csc-mailform {
	clear:both;
	margin-top:5px;
	margin-left:0px;
	margin-right:10px;
}
.csc-mailform-field {
	padding-bottom:2px;
	margin-left:0px;
}
.csc-mailform-label {
	padding-top:8px;
}
label {
	width:100px;
	display:block;
	float:left;
	margin-left:0px;
	clear:left;
	color:#000;
}
input {
	font-size:12px;
}
input.csc-mailform-submit {
	margin-top:10px;
	float:left;
	clear:left;
}
textarea {
	font-size:12px;
}
#mailformformtype_mail {
	margin-left:99px;
}