* {	margin:0px;
	padding:0px;
	border: 0px;
	outline: 0;
	font-size: 100%;
	background: transparent;	
}

html, body {
	background:url('../images/bg.jpg') repeat-x;
	background-color:#FFF;
	text-align:center;
	margin:0;
	font-family:Arial, Verdana;
	font-size:13px;
	color:#333333;
	height: 100%;
}

input,textarea,select {
   font-family: Arial, Verdana;
   font-size: 13px;
   background-color: #F7F7F7;
   border: 1px solid #d3d4cc;
   outline: none;
   position:relative; 
}
input:focus,textarea:focus {
   background-color: #FFF;
   border: 1px solid #b6b7b1;
   outline: none;  
}
input .submit {
   font-size: 13px;
}
input.submit:hover {
   font-size: 15px;
}
h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#063B7A;
}
h1 a {
	color:#063B7A;
}
h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#0D2E86;
}
p {
	margin:10px;
	margin-left:0;
}
hr {
	border:0;
	background:#d3d4cc;
	height: 1px;
	color:#d3d4cc;
}
button {
	cursor:pointer;
   font-family: Arial, Tahoma, Verdana;
   font-size: 11px;
   height:25px;
   border: 1px solid #d3d4cc;
   border-top:1px solid #FFF;
   border-left:1px solid #FFF;
   color:#777;
   background-color:transparent;
   background:url('../images/btn.jpg') repeat-x center center;     
}
button:hover {
   font-family: Arial, Tahoma, Verdana;
   font-size: 11px;
   border: 1px solid #c4c5bd;
   border-top:1px solid #FFF;
   border-left:1px solid #FFF;
   color:#4f4e4d;
   background-color:transparent;
   background:url('../images/btn_on.jpg') repeat-x center center;
   cursor : pointer;
}
a{ color:#0D2E86; font-weight:bold;text-decoration:none; }
a:hover { color:#1781F4; font-weight:bold;text-decoration:none; }
ul {
	list-style-image:url('../images/puce.gif');
	margin-left:20px;
}
ul ul {
	list-style-image:url('../images/puce2.gif');
}
#bg_bottom {
	background:url('../images/bottom.jpg') repeat-x center bottom;
	min-height:100%;
	border:1px solid #FF0000
}
#bas {
	border:1px solid #FF0000;
	position:relative;
	min-height:100%;
	bottom:0px;
	height:auto !important;
	height:500px;
}
#footer {
	color:#1781F4;
}
#footer a {font-weight:normal; color:#1781F4;}
#footer a:hover {color:#FFF;}
#bg {
	background:url('../images/bg_top.jpg') no-repeat center top;
}
#global {
	width:990px;
	text-align:left;
	margin:auto;
}
#top {
	height:153px;
	width:100%;
	position:relative;
}
#top a{ color:#FFF; font-weight:normal; }
#top a:hover { color:#FFF; font-weight:bold; }

#topnav {
	height:100px;
	width:100%;
	position:relative;
}
#topnav a{ color:#0752A2; font-weight:bold; }
#topnav a:hover { color:#1781F4; font-weight:bold; }

#bottom {
	background:url('../images/bg_bottom.jpg') repeat-x bottom;
	height:253px;
	width:100%;
}
#content {
	background:#FFF;
}
#left {
	float:left;
	background:url('../images/left.jpg') repeat-y;
	width:245px;
	padding-bottom:40px;
}
.BlocErreur {
	font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  padding:2px 3px 2px 3px;
  background: url('../images/erreur_bg.jpg') center center;
  border: 1px solid #9f0000;
  color: #ffffff;
	position:relative;
	top:2px;
}
.left_titre {font-weight:bold;}
.left_titre a{ color:#333; font-weight:bold; }
.left_titre a:hover{ color:#1781F4; font-weight:bold; }

.left_detail {
	color:#999;
	font-size:11px;
}
.left_message {
	font-size:10px;
	left:-5px;
	position:relative;
	top:3px;
}
#contenu { 
	float:left;
	font-size:13px;
}
.list_grey {
	font-size:14px;
	font-weight:bold;
	color:#0D2E86;
	margin-left:30px;
}
.list_grey  li {
	margin-bottom:5px;
}
.list_blue {
	list-style-image:url('../images/puce.jpg');
	font-size:14px;
	font-weight:bold;
	color:#0D2E86;
	margin-left:30px;
}
.list_blue  li {
	margin-bottom:10px;
}
.exerg {
	font-weight:bold;
	color:#1076F3;
}
.actu_titre {font-weight:bold;}
.actu_titre a{ color:#333; font-weight:bold;font-size:12px; }
.actu_titre a:hover{ color:#1781F4; font-weight:bold;font-size:12px; }

.actu_detail {
	color:#666666;
	font-size:10px;
}