@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	border:0px;
	padding:0px;
}

body {
	padding-top:10px;
	background-image: url(img/maquette/fnd.jpg);
	background-repeat:repeat-x;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	line-height:15px;
}

#conteneur {
	background-image:url(img/maquette/fnd_cont.gif);
	background-repeat:no-repeat;
	width:800px;
	height:600px;
	margin:0px auto;
}
#top-logo {
	width:425px;
	height:92px;
	overflow:hidden;
	margin:0px auto;
}

#titre {
	width:800px;
	height:32px;
	background-color:#023F88;
}

#logo_part {
	width:800px;
	height:60px;
	padding-top:5px;
	
}

#titre_txt {
	margin:0px auto;
	height:32px;
	width:800px;
	text-align:center;
}

#contenu {
	width:580px;
	height:300px;
	overflow:auto;
	margin-left:10px;
	padding-left:5px;
}

#ss_menu {
	width:795px;
	text-align:right;
	padding-top:5px;
	height:40px;
}

#orga {
	width:800px;
	height:20px;
	border-bottom:solid 1px #EC1C24;
	clear:both;
}

#menu {
	float:left;
	height : 320px;
	margin-bottom:30px;
	width:200px;
	border-right:solid 6px #023F88;
}

#logo-orga {
	float:right;
	height:60px;
	width:107px;
}

.logo_part_place {
	margin-left:28px;
}

.valign-middle {
	vertical-align:middle;
}

.menu_spacer {
	margin-top:10px;
	margin-bottom:32px;
}

a:link {
	text-decoration:none;
	color:#023F88;
}

a:visited {
	text-decoration:none;
	color:#023F88;
}

a:active {
	text-decoration:none;
	color:#EC1C24;

}

a:hover {
	text-decoration:underline;
	color:#023F88;

}

h1 {
	text-align:center;
	color:#EC1C24;
	font-size:16px;
	margin-bottom:15px;
}

h2 {
	text-align:center;
	color:#999999;
	font-size:13px;
	margin-bottom:7px;
	margin-top :10px
}

.table {
	width:96%;
	margin : 0 auto;
	border-bottom:1px solid #023F88;
}

.table_head {
	color:#FFFFFF;
	background-color:#023F88;
	font-size:13px;
	text-align: center;
	
}

.td_2 {
	width: 50%;
}

.valign-top {
	vertical-align:top;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}