/* CSS Document */

body {
	background: #feffbb url('../images_design/back_body.png')  repeat-y center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

#block {
	width:950px;
	margin:auto;
	background-color:#FFFFFF;
}

#top {
	width:100%;
	height:30px;
	background-image:url(../images_design/degrade_top.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
}

#header {
	width:100%;
	height:114px;
	background-image:url(../images_design/header.png);
	background-repeat:no-repeat;
}

#speed {
	width:100%;
	height:26px;
	background-image:url(../images_design/degrade_jaune.png);
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#menu_gauche {
	background-image:url(../images_design/back_menu_gauche.png);
	background-repeat:repeat-y;
}

#menu_droite {
	background-image:url(../images_design/back_menu_droite.png);
	background-repeat:repeat-y;
}

#presentation_droite {
	background-image:url(../images_design/degrade_contenu.png);
	background-repeat:repeat-x;
	padding-top:30px;
}

#conteneur {
	background-image:url(../images_design/degrade_contenu.png);
	background-repeat:repeat-x;
	padding-top:30px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
}

#conteneur a {
	color:#6666CC;
	text-decoration:none;
}

#conteneur a:hover {
	color:#FF3300;	
	text-decoration:underline;
}

#footer_top {
	width:100%;
	height:50px;
	border-top:1px solid #9a9da3;
	background-image:url(../images_design/degrade_bottom.png);
	background-repeat:repeat-x;
}

table.menu {
	width:149px;
	margin-top:10px;
}

table.menu thead {
	height:26px;
	background-image:url(../images_design/degrade_jaune.png);
	background-repeat:repeat-x;
	line-height:26px;
	text-align:center;
	font-size:medium;
	color:#c4850b;
}

table.menu a {
	height:auto;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#6666CC;
	display:block;
	border-bottom:1px dashed white;
}

table.menu a:hover {
	background-color:#CCCCFF;
}