body {
	margin: 0;
	padding: 0;
	font: 60% verdana, arial, sans-serif;
	background-image: url(fond/Fond.jpg);
	background-repeat: no-repeat;
}
#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 1000px;
     }
.titreG {
	font-family: "Arial Rounded MT Bold";
	font-size: 20pt;
	color: #666666
}
.titreR {
	font-family: "Arial Rounded MT Bold";
	font-size: 22pt;
	color: #CB332E;
}
.titreB {
	font-family: "Arial Black";	
	font-style: italic;
	font-size: 18px;
	color: #1F2853;
}
.text {
	font-family: "Arial";
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.textR {
	color: #CB332E;
}
.lien {
	color: #354460;
	font-size: 9pt;
}
.text_lien {
	font-family: "Arial";
	font-size: 10pt;
	color: #0000FF;
	font-weight: bold;
}
.Accueil {
	font-family: "Arial";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.text1 {
	font-family: "Arial";
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.text2 {
	font-family: "Arial";
	font-size: 12pt;
	color: #0000FF;
	font-weight: bold;
}
/* début menu déroulant */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 175px;
left: 2px;
z-index:102;
width: 100%; /* correction pour Opera */
}
#menu dl {
color: #fff;
float: left;
width: 142px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #505778;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #8ea2d6;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #1e2751;}
/* fin menu déroulant */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

</style>

