/* Typography
-----------------------------------------------------------------------------*/
*
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(../images/bg.gif) repeat-x;
}

h1
  {
  font-size: 2.2em; /* Equivalent to 22pt */
  color: #83ACCA;
}
  
h2
  {
  font-size: 2.0em; /* Equivalent to 20pt */
}
  
h3
{
	font-size: 1.6em; /* Equivalent to 18pt */
	text-decoration: underline;
	color: #83ACCA;
}
  
h4
{
	font-size: 1.4em; /* Equivalent to 18pt */
	text-decoration: underline;
	color: #9ec630;
}
  
p, q, cite
  {
  margin : 1px;
}

ul, ol, dl
{
	list-style-image:url(../images/puce.gif);
	list-style-position: outside;
/*	padding-left: 12px;
	margin-left: 12px; */
	margin-left: 16px;
}

li, dd, dt
{
    /* color: #333333;    */
	color: #666666; 
	list-style-image:url(../images/puce.gif);
}
p
{
	margin :0px;
	padding:0px;
	border:0px;
}

img
{
	border: none;
}

a:link { color: #7db1db; text-decoration:underline;}
a:active { color: #202f75; text-decoration: none }
a:visited { color: #7db1db; text-decoration: none }
a:hover { color: #202f75; text-decoration: none }

/* Layout */
#wrap
{
	background: #FFF;
	width: 820px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap
{
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* Header
-----------------------------------------------------------------------------*/
#header
{
	position: relative;
	height: 120px;	
	background: #FFFFFF url(../images/headerbg.gif) repeat-x 0% 100%;	
}

.logo
{
	position: absolute;
	margin: 0; padding: 0;
	top: 0; left: 5px;	
	border:none;
}

#header form.searchform
{
	position: absolute;
/*	top: 1; */
	right: -12px;	
}

/* menu header */
#header ul
{
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	bottom: 6px !important;
	bottom: 5px;
	font: bold 11px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#header li
{
   display:inline;
   margin:0; padding:0;
}

#header a
{
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#header a span
{
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

/* Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover span {
	color:#FFF;
}
#header a:hover
{
   background-position:0% -42px;
}
#header a:hover span
{
   background-position:100% -42px;
}
#header .current a 
{
   background-position:0% -42px;
	color: #FFF;
}
#header .current a span 
{
   background-position:100% -42px;
	color: #FFF;
}

/*Menu Tab*/
#main ul.menu
{
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 11px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#main ul.menu li
{
   display:inline;
   margin:0; padding:0;
}

#main a.menu
{
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#main a.menu span
{
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
 
/* Hack hides rule from IE5-Mac \*/
#main a.menu span {float:none;}
/* End IE5-Mac hack */

#main a.menu:hover span
{
	color:#FFF;
}
#main a.menu:hover 
{
   background-position:0% -42px;
}
#main a.menu:hover span
{
   background-position:100% -42px;
}
#main .current a
{
    background-position:0% -42px;
	color: #FFF;
}
#main .current a span
{
    background-position:100% -42px;
	color: #FFF;
}

/* main */
#main 
{
	width: 820px;
	margin-top:6px;
}
.sep {
	background-color:#83ACCA;
	height:28px;
	text-align: right;
}
#btnHelp
{
	cursor: help;
}
#content 
{
	background-color:#e7f1f8;
	padding:2px;
	border:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #83ACCA;
	border-left-color: #83ACCA;
	height: 100%;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
	
}

input
{
	background-color: #EDEDED; 
	color: #202F75; 
	border: 1px solid #9EC630; 
}

select
{
	background-color: #EDEDED; 
	color: #202F75; 
	border: 1px solid #9EC630; 
}

textarea
{
	background-color: #EDEDED; 
	color: #202F75; 
	border: 1px solid #83ACCA;
	font: 12px  Verdana, Tahoma, Helvetica, sans-serif;
	width: 100%;
	height: 150px;
}

fieldset
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #83ACCA;
}

label
{
	font-weight: bold;
	color: #83ACCA;
}

form.searchform input.textbox { 
	margin:10px; 
	background-color: #FAFAFA; 
	padding: 2px;
	height: 22px;
	width: 120px;
	border: 1px solid #9EC630; 
	color: #333; 
	height: 16px;
	vertical-align: top;

}
form.searchform input.button { 
	margin:10px; padding: 0;
	border: 1px solid #9EC630;
	background-color: #FAFAFA; 
	font: bold 12px Arial, Sans-serif; 
	color: #777;	
	width: 90px;
	height: 22px;
	vertical-align: top;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

#footer table
{
	clear: both; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	width: 100%;
	height: 50px;	  
}

#footer td
{
	font-size: 11px;
}

#footer td.left
{
	color: #FFFFFF; 
	text-align: left;
	white-space: nowrap;
}

#footer td.right
{
	color: #FFFFFF; 
	text-align: right;
	white-space: nowrap;
}
/* Damien */
.formu
{
	margin: 0 auto;
	width: 90%;
}

.fullwidth
{
	/* margin: 0 auto;*/
	margin: 0;
	padding: 0;
	width: 820px;
	border-spacing: 0;
	border-collapse: collapse;
}

th
{
	text-decoration: underline;
	text-align: left;
	font: 9pt  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

td
{
	text-align: left;
	font: 9pt  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	vertical-align: top;
}

.error
{
	color: #FF0000;
}

th.auteur
{
	width: 20%
}

th.message
{
	width: 80%;
}

td.validate
{
	text-align:center;
}

#divHelp
{
	display: none;
}

.ajaxdiv
{
	display: none;
}

.ajaxdiv table
{
	width: 100%;
}

br.clearall
{
	clear: both;
}

fieldset.help
{
	background-color: #FFFFFF;
}

.navinfo
{
	text-align: right;
	color: #CCCCCC;
	font-style: italic;
}

.text
{
	padding:15px; 
	vertical-align:middle;
	text-align: justify;
	font-size: 11px;
}

.image
{
	text-align: center;
	vertical-align: middle;
}

.home_txt 
{
	padding-left:48px;
	padding-top:58px;
	padding-right:88px;
	text-align: justify;
	font-size: 11px;
	color:#FFFFFF;
	background: url(../images/il.jpg) no-repeat left top;
	line-height: 16px;
}

a.home   {
	color:#83ACCA;
	text-decoration: underline;
}   

a.home:hover   {
	color:#FF9900;
	text-decoration: none;
}

.flash 
{
	text-align: center;
	vertical-align: middle;
	height: 350px;
}

.home_titre
{
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.6em;	
}
/*
	color: #83ACCA; //bleu
	color: #9ec630; //vert
	color: #666666; //gris texte
*/
h5
{
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.6em;	
}
  
.home_ptt strong
{
	color: #83ACCA;
}

.home_ptt a
{
	color: #83ACCA;
}
.home_ptt a:hover
{
	color:#FF9900;
	text-decoration: none;
}

	
	
.vertspacer
{
	margin-top: 22px;
	background-color: #83ACCA;
	width: 1px;
	height: 120px;
}

.home_ptt
{
	padding-left:18px;
	padding-right:20px;
	padding-top:22px;
	text-align: justify;
	font-size: 11px;
 	width: 220px;
	height: 154px;
	color: #666666;
}