@charset "UTF-8";
/* CSS Document */

/**********************************************************************************

NE PAS EFFACER NE PAS EFFACER NE PAS EFFACER

CES PARAMÈTRES EFFECTUERONT UNE MISE-À-ZÉRO DES PARAMÈTRES IMPORTANTS DE VOS PAGES HTML

CES PAGES S'AFFICHERONT AINSI DE FAÇON PLUS CONSISTANTE D'UN NAVIGATEUR À L'AUTRE

SANS POUR AUTANT GARANTIR UNE APPARENCE IDENTIQUE EN TOUT TEMPS

**********************************************************************************/

* {
margin:0; 
padding:0;
line-height:100%;
}

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0;
	padding:0;
}

:focus { /*elimine la bordure pointillée dans FF*/
	outline:none;
}

img {
	border:none;
}

/**********************************************************************************

FIN DE LA MISE-À-ZERO

**********************************************************************************/
.text1 {
	color: #003399;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.text1 {
	color: #003399;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.text1:hover {
	color: #0099FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.title1 {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.botton1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #003399;
}
ul.categories {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	width: 219px;
	font-weight:normal;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-size:11px;
}
ul.categories li {
	float: left;
	margin: 0;	
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
	width: 219px;
	background:#406a86;
	border-bottom:#FFF 1px solid;
}
ul.categories li:hover {
	
}
ul.categories li a{
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	float: left;
	color:#FFF;
	background:#406a86;
}
ul.categories li a:hover{
	color:#FFC;
	padding-left:15px;
}
ul.categories li ul.subnav {
	list-style: none;
	position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0; padding: 0;
	width: 219px;
	overflow:hidden;
	background:none;
}
ul.categories li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #FFF; /*--Create bevel effect--*/
	background: #b4c5d5;
	clear: both;
}
ul.categories li ul.subnav li:hover{
	background: #b4c5d5;
}
ul.categories li ul.subnav li a{
	color:#000;
	background: #b4c5d5;
}
#menugauche{
	width:219px;
	height:419px;
	position:relative;
	background:url(images/barre_menu_2.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#bandebois{
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/barre_menu.png);
	background-repeat:no-repeat;
	width:93px;
	height:419px;
	z-index:6;
}
#menugauche #One{
	width:200px;
}
#menugauche #Two{
	width:180px;
}
#menugauche #Three{
	width:170px;
}
#menugauche #Four{
	width:160px;
}
#menugauche #Five{
	width:150px;
}
#menugauche #Six{
	width:145px;
}
#menugauche #Seven{
	width:140px;
}
#menugauche #Eight{
	width:138px;
}
#menugauche #Nine{
	width:138px;
}
#menugauche #Ten{
	width:138px;
}
#menugauche #Eleven{
	width:138px;
}
#menugauche #Twelve{
	width:138px;
}
#menugauche #SubOne{
	width:170px;
}
#menugauche #SubTwo{
	width:160px;
}
#menugauche #SubThree{
	width:155px;
}
#menugauche #SubFour{
	width:150px;
}
#menugauche #SubFive{
	width:145px;
}
#menugauche #SubSix{
	width:138px;
}
#menugauche #SubSeven{
	width:135px;
}
#menugauche #SubEight{
	width:130px;
}
#menugauche #SubNine{
	width:130px;
}
#imgcontent{
	width:618px;
	height:419px;
	position:absolute;
	top:0;
	left:142px;
	z-index:4;
	text-align:right;
}
#content{
	position:absolute;
	z-index:100;
}
