  a  {
font-family : Verdana;
color : #0093dd;
}
a:link {
text-decoration : none;§
color : #da251d;
}
a:visited {
text-decoration : none;
}
a:hover {
text-decoration : none;
}
a:active {
text-decoration : none;
}
body {
margin-top : 0;
}
.Style2 {
font-size : 14px;
font-style : italic;
}
.Style3 {
font-size : 14px;
}
.Style4 {
font-size : 14px;
} 
.TexteBleu10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0093dd;
}
.TexteBleu12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0093dd;
	}
.TexteBleu14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0093dd;
}
.TexteGris12 {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
}
.TexteGris10 {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
.TexteRouge12Italique {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #da251d;
}
.TexteGris14 {

	font-family: Verdana;
	font-size: 14px;
	color: #CCCCCC;
}
.TexteGris18 {

	font-family: Verdana;
	font-size: 18px;
	color: #CCCCCC;
}
.TexteGris24 {

	font-family: Verdana;
	font-size: 24px;
	color: #CCCCCC;
}
.TexteGris12italique {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}

/*mise en place des menus*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 150px;          /*position vertical depuis haut du site*/
	float: right;
	z-index:100;
	width: 110px;        /*largeur du bouton*/
	height: 30px;        /*hauteur du bouton*/
}
#menu dl {
float: left;
width: 110px;      /*largeur du bouton*/
height: 25px;        /*hauteur du bouton  ---- 25*/
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #000;
	border: 0px;
	margin: 0px;
}
#menu dd {
	display: none;
	border: 0px;
	}
#menu li {
    text-align: center;
	background: #000;
}
#menu li a, #menu dt a {
	color: #000;
}
#menu li a:link, #menu li a:visited, #menu dt a:link, #menu dt a:visited {        /*avant hover et focus*/
		background: #000;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {           /*ajouté*/
		background: #000;
}
#menu li a:active,  #menu dt a:active {          /*ajouté*/
		background: #000;
}
#site {
position: absolute;
z-index: 1;
top : 60px;
left : 00px;
/*color: #000;*/
background-color: #ddd;
padding: 0px;
border: 0px; 
}

.TexteRouge14 {

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #da251d;
}

/*GALERIE PHOTO
div#galerie
{
	width: 500px ;
	background: #000 ;
	border: 1px solid #0093dd ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.8em Verdana, serif ;
}*/

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
		background: #000;
	/*float: right ;*/
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #0093dd ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 0.8em/normal Verdana, serif;
	color: #CCCCCC;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #0093dd ;
}
/*END GALERIE PHOTO*/

/*PETITES IMAGES EN GRAND*/

.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -203px;
	left: -105px;
	z-index: 1;
}

.magnify img
{
	background: #000000;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #0093DD;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 130px;
}

.magnify li
{
	background: #000000;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #0093DD;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 20px;  /*permet de séparer les images*/
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #0093DD;
	width: 460px;
	height: 320px;
}
/* FIN DES PETITES IMAGES EN GRAND*/

