/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
}


/*   New Design -------------------------------------------------------- */
#en-tete {
  width:100%;
  margin:0px;
}
#enveloppe-exterieure {
  width:100%;
}
#enveloppe {
   background: url(../images/bg_contenu.jpg) repeat-y left;
}
#conteneur {
  width: 100%;
  float: left;
  margin-right: -190px;
    /*
  mettre une image en background de colonne de gauche
  background: url(../images/bg_contenu.jpg) repeat-y right;
  */
}
#contenu {
  margin-right: 190px;
 }
#principal {
	margin-left:0px;
  text-align:justify;

}
#gauche {
  display:none;
  float: none;
  width:0px;
  position:absolute;
}
#barre-laterale {
  width: 170px;
  float: right;
  
}
/* MENU  */
.img_header {
display:none;}
.img_header_print {
	display:inline;
	border:0px;
	width:800px;
	padding:0px;
	margin:0px;
	height:100px;
}
.contentmenu {
	background-color:#F3F4F8;
	font-size:13px;
	text-align:left;
	padding-top:2px;
	height:22px;
	border:0px;
	border-bottom:1px solid #ACC6D5;
	width:800px;
	margin:0px;
}
#menu {
padding-left:14px;
}
#menu a{
	font-weight:600;
	color:#1572A5;
	text-decoration:none;
}
#menu a:hover{
	color:#1572A5;
	text-decoration:underline;
}
.contentsubmenu {
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	padding-left:14px;
	height:22px;
	border:0px;
	}
.contentsubmenu a{
	font-weight:600;
	color:#185096;
	text-decoration:none;
}
.contentsubmenu a:hover{
	color:#185096;
	text-decoration:underline;
}
.language{
	float:right;
	color:#39A8E3;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:13px;
	font-weight:normal;
	width:70px;
	text-align:left;
}
.language a{
	color:#39A8E3;
	text-decoration:none;
}
.language a:hover{
	color:#39A8E3;
	text-decoration:underline;
}
/* RIGHT */
.right_title {
	border:1px solid #2278BA;
	color:#2278BA;
	font-size:13px;
	font-weight:bold;
	padding-left:6px;
}
.right_content {
	border:1px solid #2278BA;
	border-top:0px;
	color:#2278BA;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
}

.right_content .ListAgenda {
	margin-top:0px;
	list-style-image:url(../images/li_agenda.gif);
	padding-left:12px;
	margin-left:12px;
	font-size:11px;	
}
.right_content .li_agenda {
	color:#000000;
	font-weight:normal;
	padding-bottom:10px;
}
.right_content .ListAgenda a{
	color:#0E5981;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
.right_content .ListAgenda a:hover{
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
.ListLink {
	margin-top:0px;
	list-style-image:url(../images/li_link.gif);
	list-style-position:outside;
	margin-bottom:0px;
	
}
.ListLink a{
	color:#0E5981;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
.li_link {
	padding-bottom:10px;
}
.right_content .li_link a{
	font-size:11px;
}
.right_content .li_link a:hover{
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
.ListLink a:hover{
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}
#bottom {
	color:#2278BA;
	font-size:10px;
}
.deblayage {
  height: 0;
  clear: both;
  font-size:0px;
  background-color:#FFFFFF;
}
/* -------------------------------------------------CONTENT -----------------------------*/
h1 {
   font-size: 1.8em;
  color:#1A6FB1;
  font-weight:normal;
  margin:0px;
  padding:0px;
}
h2 {
  font-size: 1.5em;
  color:#1A6FB1;
  font-weight:normal;
  margin:0px;
  padding:0px;
}
h3 {
  font-size: 12px;
  font-weight:bold;
  border-bottom:1px dotted #1A6FB1;
  color:#1A6FB1;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
.TitleUnderline1{
  font-size: 1.8em;
  font-weight:bold;
  border-bottom:1px solid #1A6FB1;
  color:#1A6FB1;
  font-weight:bold;
  display:block;
}
.TitleUnderline2{
  font-size: 1.4em;
  font-weight:bold;
  border-bottom:1px solid #1A6FB1;
  color:#1A6FB1;
  font-weight:bold;
  display:block;
}
.TitleUnderline3{
  font-size: 12px;
  font-weight:bold;
  border-bottom:1px solid #1A6FB1;
  color:#1A6FB1;
  font-weight:bold;
  display:block;
}
p {
  margin-top:10px;
  margin-bottom:10px;
}
.ligneleft{
  margin-top:10px;
  margin-bottom:10px;
  padding-left:10px;
  border-left:1px solid #1A6FB1;
}
b , strong {
color:#1A6FB1;
}
/* ----------------------------------------FORMS -------------------- */

.inputText {
	color:#1572A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:135px;
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #5B90B8;
	padding-bottom:5px;
}
.inputTextarea {
	color:#1572A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:350px;
	height:150px;
	background-color:#FFFFFF;
	border:1px solid #5B90B8;
	padding-bottom:5px;
}
.InputButton {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	height:20px;
	background-color:#327294;
	border-left:1px solid #8BAFC3;
	border-top:1px solid #8BAFC3;
}
hr {
height:1px;
color:#1A6FB1;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1572A5;
	text-decoration:none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1572A5;
	text-decoration:underline;
}
#principal p img {
	margin : 5px;
	display:block;
	text-align:center;
}

label { 
	display:inline ;
	float:left ;
	width:100px ;
}

