/* Balises Classiques */

body {
	margin : auto;
	padding : 0;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#000000;
	color : #333;
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}
h1 { font-size : 1.5em;   margin : 0.83em 0 0 0;  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;  font-weight: normal; }
h2 { font-size : 1.5em;   margin : 0.83em 0 0 0;  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;  font-weight: normal; }
h3 { font-size : 1.3em;   margin : 0.83em 0 0 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;}
h4 { font-size : 1.1em;   margin : 0.83em 0 0 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;}
h3.right_col { font-size : 1.1em;   margin : 0 font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; color: #000000;}

/* remplace le h2 des titres des bandeaux droit et gauche*/
span.heading { font-size : 1.5em;   margin : 0.83em 0 0 0;  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;  font-weight: normal; }
/* remplace le h3 des titres des bandeaux droit et gauche*/
span.subheading { font-size : 1.3em;   margin : 0.83em 0 0 0;	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight: bold;}

span.right_col { font-size : 1.1em;   margin : 0 font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; color: #000000; font-weight: bold;}

hr{
color: #cccccc;
background-color: #cccccc;
height: 1px;
border: 0;
}
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
td.label
{
font-weight: bold;
background-color: #d9dde6;
}

 textarea, select {
	font-size:12px;
	font-family:"Courier New", Courier, mono, Arial;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	color:#333;
	padding : 0;
	margin : 0;
}

input {
font-family:"Courier New", Courier, mono, Arial;
padding : 0;
margin : 0;
font-size:12px;
border: 1px solid #CCC;
	background-color: #FFFFFF;
	color:#333;}

ul {
	list-style-type : none;
	margin-top : 0.15em;
	margin-left: 20px;
	padding: 0px;
}

li {
	list-style-image: url(/bt-list.gif);
	margin-top : 0.15em;
}

li.none {
	list-style-image: none;
	margin-top : 0.15em;
}

/* Balises IDs */


#bottom {
	/*background-image: url(images/bottom.gif);*/
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 10px
}

#bottom a {
	color: #F7560F;
	text-decoration: underline;
}

#bottom a:hover {
	color: #8CC739;
	text-decoration: underline;
}

#chemin {
	padding-left : 10px;
	padding-top: 5px;
}

#chemin a {
	color: #666;
	text-decoration: underline;
}

#chemin a:hover {
	text-decoration: none;
}

#header {
	margin-bottom : 5px;
	padding-top: 2px;
	padding-bottom: 0;
   height: 22px;
   width : 980px;
   background: url("/fond-nav-horiz.jpg") repeat-x 22px;
}
#header ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #8EBAF7;
	margin-top: 0;
	margin-bottom: 0;
}
#header form {
	margin-top: 0;
	margin-bottom: 0;
}

#header a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#dir td {
	width: 50%;
	vertical-align: top;
	padding :2px;
}

#dir table {
	border: 0;
	width: 100%;
	background : #F6f6f6;
	padding :2px;
	border : 1px solid #dddddd;
}

/*#logo {
	margin-left: 30px;
}*/

#extrabox {
/*background-color:#ffffff;
	background-image: url(cell_bg_170.jpg);
	background-repeat: no-repeat;*/
	float : left;
	width : 160px;
	padding-left : 5px;
	margin : 0;
	/*border: 1px solid;
	border-color: #dddddd;
	background-color:#f6f6f6;*/
	background-image: url(cell_bg.jpg);
   background-repeat: repeat-x;
	padding : 5px;
	/*margin : 5px;*/
	margin-bottom : 2em; 
	background-color:#f6f6f6;
	border: 1px solid;
	border-color: #dddddd;
	/*width : 600px;*/
	text-align : left;
}
#mainpage {

	padding : 5px;
	margin : 5px;
	margin-bottom : 2em; 
	width : 610px;
}

#main {
	width : 980px;
	margin : 10px auto;
	padding : 5px;
	border : 1px solid #cc0099;
	background : white;
	text-align : left;
}

#middle {
	padding: 0;
	/*background-image: url(images/middle.gif);*/
}

#pages {
	padding-top: 20px;
	text-align: center;
}

#message {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
}

#message p {
	padding-top: 20px;
}

#soumettre {
	padding-top: 20px;
}

#soumettre span {
	/*text-decoration: underline;*/
}

#soumettre td {
	vertical-align: top;
}

#soumettre table {
	border: 0;
	width: 100%;
}

#soumettre td.label {
	vertical-align: top;
font-weight: bold;
background-color: #eeeeee;
padding-left : 3px;
}
#soumettre td.label1{
background-color: #d7ebff;
vertical-align: top;
font-weight: bold;
padding : 3px;
}
#soumettre td.form1{
background-color: #d7ebff;
padding : 3px;
}

#soumettre td.label2{
background-color: #fbffe6;
vertical-align: top;
font-weight: bold;
padding : 3px;
}
#soumettre td.form2{
background-color: #fbffe6;
padding : 3px;
}

#soumettre td.label3{
background-color: #fff0c4;
vertical-align: top;
font-weight: bold;
padding : 3px;
}
#soumettre td.form3{
background-color: #fff0c4;
padding : 3px;
}

#soumettre td.label4{
background-color: #e4dae2;
vertical-align: top;
font-weight: bold;
padding : 3px;
}
#soumettre td.form4{
background-color: #e4dae2;
padding : 3px;
}

#soumettre td.label5{
background-color: #eaf2ff;
vertical-align: top;
font-weight: bold;
padding : 3px;
}
#soumettre td.form5{
background-color: #eaf2ff;
padding : 3px;
}

 #soumettre textarea, select {
	font-size:12px;
	font-family:"Courier New", Courier, mono, Arial;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	color:#333;
	padding : 0;
	margin : 0;
}
 #soumettre input {
	font-size:12px;
	font-family:"Courier New", Courier, mono, Arial;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	color:#333;
	padding : 0;
	margin : 0;
}
#soumettre input.medium {
width : 180px;
}
#soumettre input.small {
width : 30px;
}




#warning {
	color: #0098EF;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.bold_red{
	color: #ff0000;
	font-weight: bold;}
	
	
.back_red{
padding : 2px;
	margin-top : 5px;
	background-color:#ff0000;
	color: #fff;
	font-weight: bold;}	

span {font-weight: normal;}



a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#666;
}

a.list_tag {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color:#ff6600;
}

.lien {
	padding: 5px;
	text-align: justify;
}

.lien a, .lien a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#000033;
}

.lien a.list_tag {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color:#666;
}

.lien span {
	color: #F7560F;
}

.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#directory {
	margin-top : 0;
	margin-left : 5px;
	margin-right : 5px;
	padding : 0;
}


ul#horiz{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 980px;
	background: url("/fond-nav-horiz.jpg") repeat-x 22px;
	
}

ul#horiz li{
	float: left;
	font: 10px/30px "Lucida Grande", verdana, sans-serif;
font-weight : bold;
color: #000;
text-decoration: none;
	padding: 0px;
	border-right: 1px solid #669900;
	background: url("/fond-nav-horiz.jpg") repeat-x 22px;
	
	 
	
}

ul#horiz li.first{
  border-left: 0px solid #669900;
}

ul#horiz li.last{
  float: left;
 /* width:116px;*/
  border-right: 0px solid #cccccc;
}

ul#horiz li.last a{
  display:block;
  color:#3e80a9;
  /*width:116px;*/
  text-decoration:none;
  font: 10px/30px "Lucida Grande", verdana, sans-serif;
  
}

ul#horiz li a{
  display:block;
  color:#ffffff;
 /* width:107px;*/
  text-decoration:none;
  font: 10px/30px "Lucida Grande", verdana, sans-serif;
  
}

ul#horiz li a:hover{
  color:#fff;
  background: url("/fond-nav-horiz-hover.jpg") repeat-x 28px;
}

#faq {
	width : 590px;
	padding : 5px;
	margin : 5px;
	border: 1px solid;
	border-color: #cc0099;
	background-color:#fff;
	text-align : left;
}
.upperleft{
	width : 610px;
	margin-left : auto;
	margin-right : auto;

	background-color : #f6f6f6;
	background-image : url('upperleft.gif');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('upperright.gif');
	background-repeat : no-repeat;
	background-position : top right;
	
}

.lowerleft{
	background-image : url('lowerleft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('lowerright.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 7px;
}
.hidden { display: none; }
.unhidden { display: block; }


img.cadre { border : 5px solid #ffffff;}

.popup
{
   position:relative; left:0; top:10px; width:400;
   border-style:solid;
   border-width:4;
   border-color:#ddd;
   background-color:#ccc;
   padding:5px;
   color:red;
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   z-index:999;
}
