@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}

html {
	width:100%;
	height:100%;
}

/*index*/
#main-index {
	height:100%;
	background-color:#FFFFFF;
}

#degrade-index {
	background-image:url(images/index_degrade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
.menu-index a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #5e5e5e;
	text-decoration: none;
}

.menu-index a:hover{
	color: #c84e4f;
}
#hauteur-index {
	height:240px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}
/*page interne*/

#main {
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#structure {
	width:1024px;
}
#marge-gauche {
	padding-left:30px;
}
#cell-menu {
	padding:0px 40px 0px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
}
#lien-menu {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c84e4f;
	margin-top:10px;
	line-height: 22px;
	background-color:#FFFFFF;
}
#lien-menu a{
	color: #e8974b;
	text-decoration: none;
}
#lien-menu a:hover{
	color: #c84e4f;
	text-decoration: none;
}

#col-droite {
	background-image:url(images/pointilles.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:200px;
	height:100%;
	padding-top:48px;
	}
	
#show-haut {
	background-image: url(images/show_haut.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height:64px;
}
#show-bas {
	background-image: url(images/show_bas.png);
	background-repeat: repeat-x;
	background-position: top;
	height:22px;
}

#show-gauche {
	background-image: url(images/show_gauche.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	width: 14px;
}
#show-droite {
	background-image: url(images/show_droite.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	width: 14px;
}
#maxsize {
	height:567px;
}
#truc {
	padding:0;
}
#flash{
	display:block;
}
#leg1, #leg2, #leg3, #leg4, #leg5, #leg6{
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4b4b4b;
	margin-top:0px;
	text-align: right;
}

#leg1 a, #leg2 a, #leg3 a, #leg4 a, #leg5 a, #leg6 a{
	color:#c84e4f;
}


#leg1 a:hover, #leg2 a:hover, #leg3 a:hover, #leg4 a:hover, #leg5 a:hover, #leg6 a:hover{
	color:#c80002;
}


#bloc-legende {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c84e4f;
	margin-top:230px;
	margin-right:12px;
	text-align: right;
}


#titre-leg{
	text-decoration:underline;
	line-height:20px;
	font-weight:bold;
}
.mini{
	display:inline;
	float:left;
	margin-right: 5px;
	margin-left: 6px;
}
.mini img{
	border:0;
}
.marge-droite {
	margin-right:8px;
}
