@charset "utf-8";
/* TAGS */

h1 {display: inline;margin: 0px;padding: 0px;font-weight: normal;}
h2 {display: inline;margin: 0px;padding: 0px;font-weight: normal;}
h3 {display: inline;margin: 0px;padding: 0px;font-weight: normal;}

body {
	background-color: #726a5f;
	background-repeat: repeat-x;
	background-image: url(../images/accueil/fond_gris.jpg);
	background-position: top;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #424242;
}

div.hr {
  height: 1px;
  background: url(../images/accueil/hrstyle.jpg) repeat-x;
}

div.hr hr {
  display: none;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	background-color:#FFFFFF;
}

select {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	background-color:#FFFFFF;
	border: solid 1px #cbcbcb;
}

textarea {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	background-color:#FFFFFF;
	border: solid 1px #cbcbcb;
}

a{
	cursor:hand; 
}

/* POLICES */

.blanc10 {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
}

.blanc11 {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.blanc12-b {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.gris10 {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

.gris10-i {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}

.gris11 {
	font-family: tahoma;
	font-size: 11px;
	color: #424242;
}

.bleuarb11-s {
	font-family: tahoma;
	font-size: 11px;
	color: #095a78;
	text-decoration: underline;
}

.bleufonce11 {
	font-family: tahoma;
	font-size: 11px;
	color: #1a2639;
	text-decoration: none;
}

.bleufonce11 a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #1a2639;
	font-weight: normal;
	text-decoration: underline;
}

.bleufonce12-b {
	font-family: tahoma;
	font-size: 12px;
	color: #1a2638;
	font-weight: bold;
	text-decoration: none;
}

.bleufonce12-b a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #1a2638;
	font-weight: bold;
	text-decoration: underline;
}

.grisfonce12-b {
	font-family: tahoma;
	font-size: 12px;
	color: #182334;
	font-weight: bold;
}

.orange11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #dc9109;
	font-weight: bold;
}

.rouge12-b {
	font-family: tahoma;
	font-size: 12px;
	color: #c30000;
	font-weight: bold;
}

.rouge11 {
	font-family: tahoma;
	font-size: 11px;
	color: #c30000;
}

.rouge11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #c30000;
	font-weight: bold;
}

.rouge19-b {
	font-family: tahoma;
	font-size: 19px;
	color: #c30000;
	font-weight: bold;
}

.vert10 {
	font-family: tahoma;
	font-size: 10px;
	color: #228d17;
}

.vert11-b {
	font-family: tahoma;
	font-size: 11px;
	color: #228d17;
	font-weight: bold;
}

.noir17-b {
	font-family: arial;
	font-size: 17px;
	color: #020202;
	font-weight: bold;
}

.noir19-b {
	font-family: tahoma;
	font-size: 19px;
	color: #020202;
	font-weight: bold;
}

.noir11 {
	font-family: tahoma;
	font-size: 11px;
	color: #020202;
}

.chercher {
	BORDER-RIGHT: #e2e2e3 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #e2e2e3 1px solid;
	PADDING-LEFT: 3px;
	BACKGROUND: #ffffff;
	PADDING-BOTTOM: 0px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #e2e2e3 1px solid;
	WIDTH: 100%; COLOR: #999999;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #e2e2e3 1px solid;
	HEIGHT: 22px
}

.menu {
	PADDING-RIGHT: 26px;
	BORDER-TOP: #e9e9ec 1px solid;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	background-color: #ffffff;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}



/* DIVERS */

.fondbulle {
	padding:15px;  	
	font-family: tahoma;
	font-size: 11px;
	color: #1a2639;	
}

.fondbulletitre {
padding-top:5px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;	
}

.contour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	border: 1px solid #cbcbcb;
}

.contourrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad0101;
	border: 2px solid #d71308;
}

/* TOOLTIP */

.tooltip {
   border:1px solid;
   border-color:#d7dddd;
   position:absolute;
   visibility:hidden;
   background-color:#eff4f7;
   padding:2em;
   font-size:11px;
   width:200px;
}

.tooltip2 {
   border:1px solid;
   border-color:#d7dddd;
   position:absolute;
   visibility:hidden;
   font-size:11px;
}

/* MENU */
#menu {padding: 0px;clear:both; width:100%;}
#nav {list-style: none;margin: 0px; padding:0px; overflow: hidden; padding-left:0px;}
#nav li a {display: block;background: url(../images/accueil/btmenu.jpg) no-repeat left 2px; color:#1a2639; font:11px tahoma; line-height:17px; text-decoration: none; padding-left:11px;}
#nav li a:hover, #nav li a:focus, #nav li a:active { text-decoration: underline;color: #f00000; background: url(../images/accueil/btmenu_over.jpg) no-repeat left 2px;}
#nav .survol {float: left; width:93px; padding-right:1px;}
#nav .survol a {text-decoration: none;color: #000000;font-weight: bold; background: url(../images/accueil/btnmenu_over.jpg) no-repeat;}	

/* MENU TOP */
#menutop {padding: 0px;clear:both; width:100%;}
#navtop {list-style: none;margin: 0px; padding:0px; overflow: hidden; padding-left:0px; display: block;}
#navtop li a {line-height:17px; text-decoration: none; padding-left:0px; font-family: tahoma; font-size: 11px; color: #c30000; font-weight: bold; text-decoration: underline;}
#navtop li a:hover, #navtop li a:focus, #navtop li a:active { text-decoration: underline;color: #f00000;}	
	
