a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}
img {
	border-style: none;
}
h1 {
	margin:0px;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
}
h3 {
	margin:0px;
	text-align: justify;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
}
.titre {
	margin:0px;
	text-align: justify;
	font-size: 20px;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
}
body {
	background-color: #02AB0A;
	background-image: url(/v2/fond.jpg);
	background-repeat: repeat-x;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
}
#menuG{
	margin:0px;
	width:768px;
	/*background-repeat:repeat-y;
	background-image:url(contourG.png);*/
}
#menuD{
	margin:0px;
	width:768px;	
	background-position:right;
	/*background-repeat:repeat-y;
	background-image:url(/v2/contour.png);*/
}
#menuBas{
	margin:0px;
	width:768px;
	background-position:bottom;
	/*background-repeat:repeat-x;
	background-image:url(contour.png);*/
}
#corps {
	margin:0px;
	padding:20px;
	background-image:url(transparent.png);
	text-align: justify;
	font-weight:bold;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
}
#topFlash {
	height:180px;
	width:768px;
	background-image:url(/v2/banniere.png);
}
#global {
	width:768px;
	margin-right:auto;
	margin-left:auto;
}

#nav, #nav ul{
top:180px;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:absolute;
line-height:1.5em;
}

#nav a{
display:block;
padding:0px 5px;
border:0px;
color:#000;
text-decoration:none;
text-align:center;

background-image: url(/v2/fbouton.png);
}

#nav a:hover{
background-color:#fff;
color:#333;
background-image: url(/v2/fboutonOn.png);
}

#nav li{
width:192px;
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:192px;
top:1.5em;
}

#nav li ul a{
width:182px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:182px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.textcenter {
	text-align:center;
}

.textbot {
	text-align:center;
	font-size: 12px;
}

.alignImg {
	display: inline-block;
	margin-left : 100px;
	border-style: none;
	vertical-align: middle;
}

.back {
	display: inline-block;
	margin-left : 15px;
	vertical-align: middle;
}

.next {
	display: inline-block;
	margin-right : 15px;
	vertical-align: middle;
}

.annee {
	display: inline-block;
	margin-left : 260px;
	margin-right : 260px;
	vertical-align: middle;
}

.galerie {
	width: 100px;
	height: 100px;
	cursor:pointer;
}