/* CSS Document */
/*General*/
* {margin:0;padding:0}
html {
height:100%;
}
body {
	font-family: Tahoma, verdana, helvetica;
	font-size: 11px;
	color:#666666;
	padding:0px;
	margin:0px;
	background-color:#fff;
	height:100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}
a {
	color: #618ac0;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #a6c8f5;
	text-decoration: none;
	font-weight:bold;
}
img {
	vertical-align:middle;
	border:0px;
	margin:0px;
	padding:0px;
	}
.titre {
	height:19px;
	margin:0px;
	padding:5px 0px 0px 12px;
	background-image:url(../images/titre2.gif);
	background-repeat:no-repeat;
	border-bottom:#ececed 1px solid;
	background-position: left bottom;
	background-color:#f8f8f9;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#618ac0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h3{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#618ac0;
}
.hr {
  clear: both;
  visibility: hidden;
  height:0px;
  border:0px;
  _margin: -7px 0;
}
p {
	margin:0px;
	padding:0px;
	text-align:justify;
}

form {
margin:0px;
padding:0px;
}

.link {
	font-weight:normal;
	font-size:10px;
}

.link:hover {
	font-weight:normal;
	font-size:10px;
}
#center {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin:0px 0px 0px -500px;
	padding-left:0px;
	padding-right:0px;
	min-height:100%;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/* hack ie*/
* html #center {
 		height: 100%;
	}
#header {
	width: 992px;
	margin:0px 4px 0px 4px;
	padding:0px;
	border:0px;
	height:80px;
}

#menu_haut {
	color:#fff;
	width: 992px;
	margin:0px 4px 0px 4px;
	padding:0px;
	border:0px;
	height:60px;
	font-size:12px;
	background-image: url(../images/menu/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
	#menu_haut a{
		float:left;
		color:#fff;
		height:40px;
		margin:0px;
		padding:20px 20px 0px 20px;
		border-right:#FFFFFF 2px solid;
	}
	#menu_haut a:hover{
		background-color:#e0e0e2;
	}
	#menu_haut #drapeau {
		float:right;
		padding:5px 0px 0px 0px;
	 }
	 #menu_haut #drapeau input {
	   height:10px;
	 }
	 
	 #menu_haut #connection {
		/*float:right;*/
		margin:2px 10px 0px 0px;
		text-align:right;
	}
	#menu_haut #FormConnection{
		margin:2px 0px 0px 0px;
		padding:0px;
	}
	
	#connection a {
		float:none;
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}
	#connection a:hover {
		float:none;
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		background-color:transparent;
	}
#center #contenu {
	width: 992px;
	margin:0px 4px 0px 4px;
	padding:6px 6px 0px 6px;
	border:0px;
}

#footer {
	float:left;
	text-align:center;
	clear:both;
	width:100%;
	margin:10px 0px 10px 0px;
}
.footerli {
	float:left;
	text-align:center;
	clear:both;
	width:100%;
	margin:0px 0px 0px 0px;
}
     #footer a{
	    text-decoration:none;
		font-size: 11px;
		color:#666666;
		font-style:normal;
		font-weight:normal;
	 }
	 #footer a:hover{
	   color:#999999;
	   text-decoration:underline;
	 }
	 .footerli  .desc{
	   text-decoration:none;
		font-size: 10px;
		color:#666666;
		font-style:normal;
		font-weight:normal;
	 }
	  .footerli  .desc:hover{
	    color:#999999;
	    text-decoration:underline;
	 }
/*input*/
input {
	font-size:11px;
	height:15px;
}
.text {
	border:#CCCCCC 1px solid;
}
.lien {
	background-color:transparent;
	border:0px;
	color: #618ac0;
	font-weight:bold;
	cursor:pointer;
}
.lien2 {
	background-color:transparent;
	border:0px;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}
