@charset "iso-8859-1";

/********************************************
           Style général de la page
*********************************************/	

/* Texte normal - aligné à gauche (à définir par vous - */	
	.normalg {
	font-family : Verdana, Helvetica, Times;
	color : #000000;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	} 	

/* Texte Titre niveau 3 ? - aligné au centre - gras (des déportés racontent) */	
	.titre3 {
	font-family : Verdana;
	color : #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	} 	

/* Texte Menu du bas */	
	.menubas {
	font-family : Arial, Helvetica, Times;
	color : #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	} 	


/* Texte petit caractères ? - aligné au centre - (info sur ce site - 2 lignes) */	
	.petitcar {
	font-family : Verdana, Arial, Helvetica, Times;
	color : #000000;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	} 	

/* Texte mention légale */	
	.mention {
	font-family : Arial, Helvetica, Times;
	color : #000000;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	} 	

/* Les liens - Changer selon les couleurs que vous voulez */	
	a.menubas:link {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}
	
	a.menubas:hover {
	color: #FF0000;
	text-decoration:underline;
	}		
	
	a.menubas:visited {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	}
	

/********************************************
           Style du menu
*********************************************/

dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;

}

#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	width: 100%;
	height: 100%;
	text-align: right;
	margin-top: 0px;
	top: 180px;
}

#menu dl {
float: left;

}

/* Texte Menu supérieur */
#menu dt {
float:left;
cursor: pointer;
text-align: center;
height: 25px;
font-size: 9px;
font-family: Verdana;
font-weight: bold;

margin: 0px;
border: 0px solid gray;

}
#menu dd {
	position: absolute;
	z-index:101;
	display: none;
	top: 19px;
	background-color:#FFCC00;
	background-image: url(images/fonds/menu.gif);
	background-repeat: repeat-y;
	border: 1px solid gray;
	width: 176px;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=3);

}


#menu li {

text-align: left;
font-size: 12px;
font-family: verdana;
font-weight: bold;
padding:1px 10px;
}

#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0px none;
width: 750px:
}

#menu li a.pouet:hover, #menu li a.pouet:focus, #menu dt a.pouet:hover, #menu dt a.pouet:focus {
	border:1px solid #316BC6;
	display:block;
	background-color:#FFFFFF;
}
#menu li a.repouet:hover, #menu li a.repouet:focus, #menu dt a.repouet:hover, #menu dt a.repouet:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #69A0FC;
	text-decoration: none;
}
