body{

	margin:0,auto;
	margin: 0;
	padding: 0;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;

}
#page{

	position:relative;
	width:1000px;
	margin: 0 auto ;
	background-color: #ffffff;

}
#haut{

	background-image:url('images/bg_fond.gif');
	height: 130px;
	background-color: #139af2;
	width: 100%;
	position: relative;

}
#logo{

	background-image:url('images/logo.png');
	width:258px;
	height:102px;
}
#menu_haut{

	text-align:center;
	margin:0;
	width:100%;
	line-height:40px;
	height:40px;
	background:url('images/bg_menu.gif') repeat-x;

}

#menu_haut ul{

	height:68px;
	margin-top : 0px;
	margin-right:40px;
	line-height : 40px;

}

#menu_haut li, #menu_haut a {

	display: inline;
	color:#d5d5d5;
	text-decoration: none;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	height: 40px;
	line-height:40px;
	padding: 14px 15px;
	margin: auto;

}
#menu_haut li a:hover{

	height: 40px;
	background: url('images/on_menu.gif') repeat-x;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	color: #fff;
	background-position:0 5px;

}
#gauche{
	float:left;
	width: 190px;
	padding:10px;

}
#droite{

	float:right;
	width: 195px;
	padding:10px;
}
#contenu{

	padding:10px;	
	width: 540px;
	background-color: #ffffff;
	overflow-x: hidden; 

}
#bas{

	text-align:center;
	background-image:url('images/bg_fond.gif');
	position:relative;
	clear:both;
	height:100px;

}

.bloc_annuaire{

	padding:7px;
	border: 1px #cccccc solid;
	background-position: bottom ;
	background-repeat: repeat-x;
	background-image:url('images/fond_cadre_degrade.gif');

}
.message_positif{

	margin:10px;
	padding:10px;
	background-color:#D0FF7A;
	border: solid 1px #37E400;

}
.message_negatif{

	margin:10px;
	padding:10px;
	background-color:#FFCD7A;
	border: solid 1px #FF7F08;

}
.bloc{

	padding:7px;
	border: 1px #cccccc solid;
	background-position: bottom ;
	background-repeat: repeat-x;
	background-image:url('images/fond_cadre_degrade.gif');

}
.haut_menu{

	background-image:url('images/h_menu.gif');
	width:177px;
	height:25px;
	padding:20px;

}
.milieu_menu{

	background-image:url('images/m_menu.gif');
	width:187px;
	padding:15px;

}
.bas_menu{

	background-image:url('images/b_menu.gif');
	width:217px;
	height:48px;

}
a:link, a:active, a:visited{

	color:#0063dc;
	text-decoration:none;
	font-weight:bold;

}

a:hover{

	color:#e2007a;
	text-decoration:underline;
	font-weight:bold;

}
h1{

	color: #aeff00;
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	background-color: #ebffeb;

}

input,select{

	margin: 2px;

}

label{

	width: 120px;
	display: inline;
	float: left;
	color: #e2007a;
	font: bold 12px "Trebuchet MS", Tahoma, sans-serif;
	text-align: right;
	margin: 2px;

}

#droite .bloc label{
	width: 120px;
	display: inline;	
	color: #e2007a;
	font: bold 12px "Trebuchet MS", Tahoma, sans-serif;
	text-align : left;
	margin: 2px;

}

h2{

	color: #0063dc;

}
b{

	color:#6c6c6c;

}
.pagination{

	text-align: center;
	width:540px;
	margin:15px;
	display:block;

}
.pagination a{

	text-align: center;
	margin:5px;
	padding:5px;
	border-style:solid;
	border-color:#e2007a;
	border-width:1px;
	background-color:#e2007a;
	color:#ffffff;
	display:block;
	width:20px;
	float:left;

}
.pagination a:hover{

	background-color:#ffffff;
	color:#e2007a

}