@charset "utf-8";

/*links*/
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #580000 ;
	text-decoration: underline;
}

/*layout*/
body  {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#336699;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #000000;
}

.thrColElsHdr #container { 
	width: 56em;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	border:groove;
} 

#header { 
	background: url(images/headerb.jpg) no-repeat;
	width:900px;
	height:108px;
	margin-left: 0px; 
} 

#header h1 {
	font-size:15px;
	color:#FFFFFF;
	margin-left: 15px;
	margin-top:0px;
	padding: 0 0 0 15px;
	
	
	 
}
.thrColElsHdr #nav {
margin:	-50px 0 50px 0;
margin-left:300px;
height: 108px;
}
#nav ul {
	margin:0px;
	padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 66px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

/*leftside*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 130px; 
	margin-top:1em;
	margin-left:1em;
	background:#FFFFFF; 
	

}
#sidebar1  h2 {
	text-align: left;
	font: 10px Tahoma, Geneva, sans-serif;
	color: #000000;
	
}
#menu {
  width            :   auto !important;/* Largeur interprétée par tous les navigateurs excepté IE6 et inférieur */						
  width            :   130px;              /* largeur interprétée par IE6 et inférieur */
  padding          :   2px;               /* Définition des marges intérieures */  
  text-decoration  :   none;              /* Suppression du soulignement */
  color            :   #39C;              /* Couleur de la police */
  display          :   block;             /* Définition sous forme de block */
  background-color :   #F5FBFF;           /* Définition de la couleur de fond */ 
  border           :   1px solid #3399CC; /* Ajout d'une bordure */	
  border-left-width:   4px;               /* Modification de la bordure gauche */
}
/*center*/
.thrColElsHdr #mainContent {
	width:560px;
	margin: 3em 5em 1em 13.5em; 
	font-size: 12px;
	color: #006;
	font-family: Tahoma, Geneva, sans-serif;
	
} 
.thrColElsHdr #boutique {
	width:770px;
	margin: -2.75em 6em 0em 4em; 
	
	
} 

#mainContent  h2 {
	text-align: center;
	font: 15px Tahoma, Geneva, sans-serif;
	color:#339;
	
}

#mainContent  h1 {
	text-align: justify;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #306;

	
}
/*rightside*/
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 10em; 
	background: #FFFFFF;
	margin: 0.5em 0.5em 0em 0em; 


}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #006;
	font-family: Tahoma, Geneva, sans-serif;
}


/*footer*/
.thrColElsHdr #footer {
	padding: 0 10px;
	background:#DDDDDD;
	color: #006;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#picture1{
	margin-left: 0px;
	height: 92px;
	width: 103px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image: url(images/canopy.jpg);
}
