* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}

body
{
	background: #acabab;
	background-image:url(../../../Images/Background.gif);
	background-repeat:repeat-x;
	background-position: top;
	text-align: left;
	font: 11px verdana, sans-serif;
	font-size: 13px;
}

/* Image - Header
################################################################################################################################################################### */
.header{
	width:880px;
	height:217px;
	background-image:url(../../../Images/Header.jpg);
	margin-left:auto;
	margin-right:auto;
}

/* Navigation - Menu déroulant
################################################################################################################################################################### */
#nav {
	position: relative;
	z-index: 100;
	width: 850px;
	height: 21px;
	margin: 0 auto 0px;
	text-align: left;
}
#menuDeroulant
{
	list-style-type: none;
	width: 850px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	margin: 0px 0;
}
#menuDeroulant li { float: left; width: 170px; }
#menuDeroulant a:link, #menuDeroulant a:visited
{
	display: block;
	height: 1%;
	color: #ffffff;
	background: #000000;
	padding: 2px 6px;
	border-right: 1px solid #848484;
	text-decoration: none;
}
#menuDeroulant a:hover { color: #ffffff; background-color: #000000; }
#menuDeroulant li a:active { background-color: #000000; }				/* Couleur si clic */
#menuDeroulant .sousMenu { display: none; list-style-type: none; }
#menuDeroulant .sousMenu li
{
	float: none;
	width: 170px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: transparent;
}
#menuDeroulant .sousMenu a:link, #menuDeroulant .sousMenu a:visited
{
	display: block;
	color: #000000;
	background: transparent url(../../../Images/Menu/fondTR.png) repeat;
	border-width: 0px 0 0 0;
	border-style: solid;
	border-color: transparent;
	text-decoration: none;
}
#menuDeroulant .sousMenu a:hover
{
	background-image: none;
	color: #FFF;
	background-color: #edbc14;
}
#menuDeroulant li:hover > .sousMenu { display: block; }

/* Content
################################################################################################################################################################### */
.content{
	width:880px;
	height:615px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	/*border: 1px solid green;*/
}

/* Ombre Haut
-------------------------------------------------------- */
.shadow_top{
	height:25px;
	background-image:url(../../../Images/Shadows/ShadowTop.gif);
}

.position{
	height:15px;
	width:220px;
	font-size:10px;
	color: #666666;
	float: left;
	margin-top:8px;
	margin-left:25px;
}

/* Conteneur central
-------------------------------------------------------- */
.center_content{
	height:540px;
}

/* Ombre Gauche
-------------------------------------------------------- */
.shadow_left{
	height:540px;
	width:15px;
	float:left;
}

.shadow_left_simple{
	height:242px;
	background-image:url(../../../Images/Shadows/ShadowLTop.gif);
}

.shadow_left_repeat{
	height:298px;
	background-image:url(../../../Images/Shadows/ShadowL.gif);
	background-repeat:repeat-y;
}

/* Zone blanche centrale
-------------------------------------------------------- */
.middle_content{
	height:540px;
	width:850px;
	float:left;
	background-color:white;
}

/* Ombre Droite
-------------------------------------------------------- */
.shadow_right{
	height:540px;
	width:15px;
	float:left;
}

.shadow_right_simple{
	height:242px;
	background-image:url(../../../Images/Shadows/ShadowRTop.gif);
}

.shadow_right_repeat{
	height:298px;
	background-image:url(../../../Images/Shadows/ShadowR.gif);
}

/* Ombre Bas
-------------------------------------------------------- */
.shadow_bottom{
	height:50px;
	width:880px;
	background-image:url(../../../Images/Shadows/ShadowBottom.gif);
}

.text_bottom{
	height:15px;
	width:220px;
	font-size:10px;
	float:right;
	margin-top:10px;
	margin-right:20px;
}

.content .shadow_bottom .text_bottom a:link {
    color: #9f9f9f;
	text-decoration:none;
    font-weight: normal;
    font-style: normal;
}

.content .shadow_bottom .text_bottom a:hover {
    color: #edbc14;
	text-decoration:none;
    font-weight: normal;
    font-style: normal;
}

.text_bottom a:visited {
    color: #9f9f9f;
	text-decoration:none;
    font-weight: normal;
    font-style: normal;
}

.flash_zone{
	height: 520px;
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.category{
	height: 128px;
	width: 570px;
	float: left;
	margin-top: 196px;
	margin-left: 10px;
	/*border: 1px solid green;*/
}

.category a:hover img{
	height: 126px;
	width: 98px ;
}

.picto1{
	height: 128px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	height: 42px;
	width: 179px;
	float:right;
	margin-right: 20px;
	margin-top: 157px;
	background-image:url(../../../Images/Logo/Platform.png);
}
