@charset "windows-1252"; 

html, body {
    margin:0;
    padding:0;
}

body{
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url('../icones/wfond.jpg');
	font-size:0.9em;
	font-family:arial,Georgia,Serif;
	color:#ffffff;
	}


	/*titre*/
h1{
	font-size:3em;
	text-align:center;
	font-family:andy;
	position:relative;
	top:10px;
	}

	/*sous titre*/
h2{
	text-align:center;
	font-size:1.5em;
	font-family:time new roman;
	position:relative;
	bottom:8px;
	color:#ffff99;
	}

	/*titre rubriques*/
h3{
	text-align:center;
	font-size:2em;
	font-style:normal;
	text-decoration:underline;
	color:#ffff99;
	}

	/*titre rubriques align gauche*/
h4{
	font-size:1.5em;
	font-style:normal;
	text-decoration:underline;
	color:#ffff99;
	}

p{
	}

.center{
	text-align:center;
	}

.sommaire{
	position:relative;
	left: 20px;
	}	

	
table{
	margin:auto;/* Centre le tableau */
	width:100%;
	}

 td {
	background-color:#000000;
	text-align:center;
	}

.photos { /* table 3 cellules */ 
	margin:auto;/* Centre le tableau */
	width:100%;
	} 

.photos td  {
	background-color:#000000;
	text-align:center;
	width:30%;
	}
  
.infos { /* table 4 cellules */ 
	margin:auto;/* Centre le tableau */
	width:100%;
	}

.infos td {
	background-color:#6699cc;
	text-align:center;
	width:25%;
	}
	


		
img { 
	border:0;
	} 

.logogabian{ 
	height:150px; 
	width:150px; 
	margin-left:15px;
	} 

.centrale {
   	width:300px;
	position:relative;	
	left:1px;
	}	

.petite{ 
	height:150px; 
	} 
	
.boutique {
   	width:600px;
	position:relative;	
	left:100px;
	}


a:link {
	text-decoration:none;
	color:#fff;
	}      /* unvisited link */

a:visited {
	text-decoration:none;
	color:#fff;
	}  /* visited link */

a:hover {
	text-decoration:underline;
	color:#ffffcc;
	}  /* mouse over link */

a:active {
	color:#ffffcc;
	}  /* selected link */ 


hr{
	margin-left:20px;
	margin-right:20px;
	background-color:#336699;
	height:2px;
	border-width:1px;
	}

.hrpage{	
	margin-left:220px;
	margin-right:220px;
	background-color:#c0c0c0;
	height:1px;
	border-width:1px;
	}	
	
	
/* blocs conteneur ------------------------------------------------------------------------------------------------ */	
div#conteneur {
	width:1000px;
	height:45000px;
	}
	
	
	
/* bloc page ------------------------------ */	
div#page {
   background-color:#000000;
   width:1000px;
   height:45000px;
   margin-top:5px;
   margin-left:5px;
   padding: 10px;
   border-radius: 10px 10px 10px 10px;
   }

	

	



