BODY {
	margin: 0;
}

IMG {
	border: 0;
}

#mainlayout {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#nav > HEADER {
	height: 130px;
	position: relative;
}

#gallerie_photo {
	background-color: lightgrey;
}

.lower {
	min-height: 220px;
}

#footer {
	margin-top: 5px;
}

#footer, #footer A {
	text-align: center;
	color: grey;
}

#toute_notre_actualite, #nos_prochains_stages {
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(224,224,224))
	);

	background-image: -moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(224,224,224) 100%
	);
	
	position: relative;
}

#nos_prochains_stages H2, #toute_notre_actualite H2 {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	color: white;
	background: red;
	width: 95%;
	padding-left: 5%;
}

#nos_prochains_stages {
	position: relative;
}

#nos_prochains_stages FOOTER {
	width: 98%;
	padding-right: 2%;
	text-align: right;
	color: red;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#nos_prochains_stages FOOTER A {
	color: red;
	text-decoration: none;
}

NAV {
	position: relative;
	height: 115px;
}

UL.menu {
	list-style: none;
	margin: 75px 0px 0px 0px;
	padding: 0;
}

.menu > LI {
	display: inline-block;
	margin: 0px 0px 0px 8px;
	font-size: 15px;
	position: relative;
}

.menu > LI > A {
	text-decoration: none;
	color: grey;
}

.menu > LI > A:hover {
	text-decoration: none;
	color: red;
}

UL.ssmenu {
	list-style: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	display: none;
	background: white;
	opacity: 0.9;
}

UL.ssmenu > LI {
	width: 210px;
	margin: 0px;
	text-align: left;
	font-size: 15px;
	border: 1px solid lightgrey;
	height: 25px;
	line-height: 25px;
	opacity: 1;
}

UL.ssmenu > LI > A {
	display: block;
	width: 200px;
	padding-left: 10px;
	text-decoration: none;
	color: grey;
	opacity: 1;
}

UL.ssmenu > LI > A:hover {
	background: red;
	color: white;
}

#modalpanier {
	display: none;
}

#panier {
	position: absolute;
	top: 15px;
	right: 5px;
	line-height: 24px;
	width: 220px;
}

#panier A {
	text-decoration: none;
}

DIV.gallerie {
	height: 240px;
	position: relative;
}

#gallerie-photo, #gallerie-photo2 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.image_gallerie {
	height: 220px;
}

.item_gallerie {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 240px;
}

.caption_gallerie {
	background: grey;
	text-align: right;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: white;
}

.caption_gallerie SPAN {
	padding-right: 20px;
}

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

#prochains_stages LI {
	margin-left: 10px;
	display: block;
	height: 40px;
}

#accueil-titre {
 	background: red;
 	color: white;
 	padding: 0;
 	margin: 0;
 	width: 230px;
 	position: absolute;
 	bottom: 0px;
 	height: 150px;
 }
 
#accueil-titre H1 {
	font-size: 12px;
	font-weight: normal;
	margin: 3px;
}

.gallerie-nav {
	position: absolute;
	width: 960px;
	height: 240px;
	top: 0px;
	left: 0px;
}

.gallerie-nav-right, .gallerie-nav-left  {
	position: absolute;
	width: 76px;
	height: 240px;
	top: 0px;
}

.gallerie-nav-right {
	right: 10px;
}

.gallerie-nav-left {
	left: 10px;
}

.gallerie-nav-right A, .gallerie-nav-right A:hover, .gallerie-nav-left A, .gallerie-nav-left A:hover {
	font-size: 24px;
	color: white;
	text-decoration: none;
}

.maintable {
	width: 90%;
}

.maintable TD {
	border: 1px solid lightgrey;
	text-align: center;
}

.maintable TH {
	border: 1px solid grey;
	text-align: center;
}

.admin H1, .admin H2 {
	margin-top: 10px;
	font-size: 18px;
	color: grey;
}

