/* hide from ie on mac \*/
html {
	height: 100%;	
	overflow: hidden;
}

body {
	color: #414141;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/fond.jpg);
	background-color: #414141;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#flashcontent {
	height: 100%;
	padding: 0;
}
#noflash {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	left: 50%;
	top: 0px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
html>body #noflash{
	height: auto;
	min-height: 600px;
}

#bandeau {
	width: 1000px;
	float: left;
	position: relative;
}
#bandeau img{
	margin: 10px;
}


/* MENU */
.drapeau{
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}

#menu {
	width: 230px;
	height: 330px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}
html>body #menu{
	height: auto;
	min-height: 330px;
}

.sousMenu_u0 li {
	list-style-type: none;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
}

a.rubrique:link, a.rubrique:active, a.rubrique:visited {
	color: #666666;
	text-decoration: none;
}

a.rubrique:hover {
	color: #6FB023;
	text-decoration: none;
}

.sousMenu_u1 li {
	list-style-type: none;
	margin-left: -50px;
	margin-top: 5px;
	font-size: 10px;
}
 .ssrubriqueSelect {
	color: #ab0614;
	font-weight: 700;
 }
#menu a:link, #menu a:active, #menu a:visited {
	color: #666666;
	text-decoration: none;
	background-color:transparent;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#6FB023;
}


/* CONTENU */

#contenu {
	width: 730px;
	height: 330px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	margin: 10px;
}

#contenu h1 {
	font-size: 18px;
	color: #ffffff;
	background-image: url(../images/h1.jpg);
	background-repeat: repeat-y;
	text-indent: 10px;
	margin-top: 0px;
}

.photo{
	border: thin solid #DEE0DF;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 350px;
	float: left;
}
.photoPetite{
	border: thin solid #DEE0DF;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 150px;
	float: left;
}

html>body #contenu img#photo{
	max-width: 350px
}
html>body #contenu{
	height: auto;
	min-height: 330px;
}

/* petitePhoto */
#petitePhoto {
	width: 730px;
	height: 330px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	margin: 10px;
}

/* Legende */
#legende {
	width: 1000px;
	height: 50px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 9px;
	color: #999999;
	vertical-align: bottom;
	font-size: 10px;
}

#contenu a:link, #contenu a:visited, #legende a:link {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#contenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6FB023;
}

