/* Default */
a:link {
	color: #4299BC;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;}
	
a:visited {
	color: #9CB832;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #FF6600;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;}


/* Block Definitions */
.maincontent {
	width:604px;
	float:none;
	margin: 2px 23px 10px 25px;
	position: static;
	}

.menubar {
	width:652px;
	float: none;
	height: 105px;
/*	background-color: #FFFF99; */
	}
.menubar2 {
	width:652px;
	height: 23px;
	background-color: #F0F0F0;
	float: left;
	}

.typeA {
	float:left;
	margin: 2px 0px 0px 0px;
	width: 602px;
/* 	background-color: #FFFFCC; */
	}

/* .typeA a:link {
	text-decoration: underline;
	color: #9A9A9A;
	} */
	
.typeB {
	width:286px;
	float:left;
	margin: 4px 0px 0px 0px;
	left: 0px;
/*	background-color: #CCFFCC; */
	}
	
.typeC {
	width:286px;
	float:right;
	margin: 4px 0px 0px 0px;
	left: 6px;
/*	background-color: #CCFF99; */
	}
		
/* White Text on blue box */
.typeD {
	width:602px;
	background-image:url(/images/1_l_bg.jpg);
	float:left;
	margin: 2px 0 4px 0;
	background-position:top left;
	background-repeat:repeat-y;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#FFFFFF;
/*	background-color: #FFCCFF; */
	}

.typeD p {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color:#FFFFFF;
	margin: 6px 12px 6px 12px;
	font-size: 11px;
	}
	
.typeD a:link {
	color:#FFFFFF;
	text-decoration: underline;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.typeD a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
		
.typeD a:hover {
	color:#FFFF99;
	text-decoration: underline;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.typeD li {
	font-size:11px;
	color:#FFFFFF;
	list-style-image: url(images/3_list1.gif);
	line-height: inherit;
	list-style-position: outside;
	font-family: Verdana, tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 6px -18px;
	font-weight: bold;
}

.typeD p b {
	font-size: 11px;
	color: #FFFFFF;
	}	
	


.typeE {
	width:400px;
	float:left;
	margin: 8px 0px 10px 0px;
/*	background-color: #FFFFCC; */
	}

.typeV {  		/* vertical alignment */
	width:12px;
	float:left;
	height: 227px;
	margin: 0 0 0 12px;
  }


/* Set initial font styles */
body {
	text-align: left;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height: 18px;
	padding: 0;
	margin: 0 0 8px 0; /* add some space under all paragraphs*/ 
	max-width: 120%;
}


/* KVR - default paragraphs */
p {
   color:#666666;
   font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
   padding: 0;
   margin: 0 0 8px 0; /* add some space under all paragraphs */
}

p b {    /* kvr by default, we make "bold" about 15% larger */
	font-weight: bold;
	font-size: 12px;
	color: #767676;
}


/* Paragraph Definitions */
h1 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
   line-height: 20px;
   color:#4299BC;
   font-weight: bold;
   padding: 0;
   margin: 5px 0 5px 0; /* some space above and under */
}

h1 b {  /* h1 has a specific size and color for "bold", but line height should remain */
   font-size:22px;
   color:#9CB832;
}

h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   line-height: 17px;
   color:#4299BC;
   font-weight: bold;
   padding: 0;
   margin: 5px 0 2px 0; /* some space above and under */
}

h2 b {  
   font-size:17px;
   color:#9CB832;
}

h3 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height: 17px;
   color:#4299BC;
   font-weight: bold;
   margin: 16px 0 2px 0; /* some space above and under */
}

/* h3 b {  
   font-size:17px;
   line-height: 17px;
   color:#9CB832;
} */


.path {
	color: #9A9A9A;
	font-family: tahoma;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	text-align: right;
	width: 602px;
	float: left;
	position: static;
	}
	
.path a:link
	{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color: #9A9A9A;
	font-weight: normal;
	}

.path a:visited	{
	font-family:tahoma;
	font-size:11px;
	color: #9A9A9A;
	text-decoration:none;
	font-weight: normal;
	}
	
.path a:hover	{
	color: #FF9933;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight: normal;
	}



.bl_Txt {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height: 15px;
	color:#FFFFFF;}

.bl_Txt b {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height: 15px;
	font-weight:bold;
	color:#FFFFFF;}
	
.bl_Txt a:link {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:11px;
	line-height: 15px;
	font-weight:bold;
	color:#FFFFFF;
}

.bl_Txt a:visited {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:11px;
	line-height: 15px;
	font-weight:bold;
	color:#FFFFFF;
}

.bl_Txt a:hover {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:11px;
	line-height: 15px;
	font-weight:bold;
	color:#FFFF99;
}
	
.bl_h1 {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}
.bl_h2 {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 13px;
}

/* "Read More" link */
.m2 {
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9A9A9A;
	font-weight:bold;
	padding-left:12px;
	background-image:url(images/2_arrow1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0px;
}
/* .m2:hover {color: #FF6600;} */

li {
	font-size:11px;
	color:#4299BC;
	list-style-image: url(images/1_arrow.jpg);
	line-height: 15px;
	list-style-position: outside;
	font-family: Verdana, tahoma, Arial, Helvetica, sans-serif;
	margin: 0 6px 6px -16px;
	font-weight: bold;
}

li a {
	font-family:tahoma;
	font-size:11px;
	margin:0 0 0 12px;
	line-height:14px;
	color: #316AC5;
}


/*
.priv {
	font-family:tahoma;
	font-size:11px;
	color:#9A9A9A;
	margin:4 0 0 3px;
	height: 40px;
}
.priv:hover {
	text-decoration:underline}
.priv a{
	font-family:tahoma; 
	font-size:11px; 
	color:#9A9A9A; 
	text-decoration:none}
*/

i, em {
   font-style:italic;
}


/* Styles liés aux formulaires */
.error
{
	color:#FF0000;
}
form
{
	padding:0;
	border:1px;
	vertical-align:middle;
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

label
{
	position:absolute;
	left:250px;
	vertical-align:bottom;
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 5px 0;
	max-width:205px;
}

input, select, textarea
{
	position:relative;
	left:220px;
	top:-4px;
	/*margin-left:200px;*/
	line-height:13px;
	margin-bottom:5px;
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 14px;
	padding: 0;
	margin-bottom:5px;*/	
}

input + input, select + select, textarea + textarea, span + select
{
	margin-left: 0px;
}

label b
{
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	padding: 0;
	margin: 0 0 5px 0;
}

.Sinput
{
	position:relative;
	top:-7px;
	left:220px;
}

.Sselect
{
	position:relative;
	top:-9px;
	left:220px;
}

.Rinput
{
	position:relative;
	left:0px;
	text-align:center;
}

.Sradio
{
	position:relative;
	top:-8px;
	left:220px;
}

.boutton
{
	vertical-align:middle;
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	padding: 0;
	margin: 0 0 5px 0;
}

.R
{
	text-align:center;
	vertical-align:middle;
	color:#666666;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 5px 0;
}

.Rlabel
{
	max-width:400px;
}

.Mail
{
	position:relative;
	left:120px;
}

.BigOne
{
	width:280px;
}


/* affichage des résultats */
.view_res_left {
	background-color: #FFFFCC;
	width: 90px;
	float: left;
}
/* .view_res_left input, select, textarea
{
	position:relative;
	left:4px;
	top:2px;
	font-family:Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
} */

.view_res_right {
	float: left;
	width: 450px;
	background-color: #99FFCC;
}

