body {
	padding: 0px;
	margin: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../images/bg.jpg); background-repeat:repeat;
}
form {
	margin: 0px;
}

h1 {
	color: #0a0a54;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
.headingtitle {
	font-size: 13px;
	color:#153E7E;
}

h2 {
	color: #666666;
	background-color:#DDDDDD;
	font-size: 15px;
	padding-bottom:2px;
}

.section {
	background-color:white; 
}

a:link,a:active,a:hover,a:visited {
	color: #0c52bb;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.contactField {
	color:black;

}

.label {
	color:#666666;
}


.PageBackdrop {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.headerbar {
	height: 80px;
	vertical-align: middle;
	padding-top:20px;
	padding-bottom:20px;
}
.headerbar .logo {
	padding-top: 15px;
	padding-left: 2px;
	width: 223px;
	float: left;
}
.headerbar .content {
	float: left;
	padding-top:25px;
	
}
.headerbar .content p {
	color:#FFFFFF;
	margin: 0px;
}
.headerbar .languages {
	padding-top: 4px;
	float: right;
}
.headerbar .languages a {
	text-decoration: none;
	color: #153E7E;
	font-weight: bold;
}
.headerbar .languages img {
	border: 0px none;
}

.topnavs {
	background-color: #990000;	
	height: 21px;

}
.topnavs a {
	cursor: pointer;
	cursor: hand; /* IE hack */
	
}
.topnavs a.topnav_hot {
	color: #fff;
	font-weight:bold;
	background-color: #0c52bb;
	text-decoration: none;
}
.topnavs a.topnav_hot .l {
	width: 19px;
	height: 21px;
	float: left;
}
.topnavs a.topnav_hot .r {
	width: 19px;
	height: 21px;
	float: left;
}
.topnavs a.topnav_hot .m {
	padding-top: 3px;
	height: 18px;
	float: left;
}
.topnavs a.topnav {
	background-color:#990000;
	line-height:14px;
	height:14px;
	width:60px;
	color:#fff;
	text-decoration:none;
}


	
.topnavs a.topnav .l {
	width: 19px;
	height: 21px;
	float: left;
}
.topnavs a.topnav .r {
	width: 19px;
	height: 21px;
	float: left;
}
.topnavs a.topnav .m {
	height: 18px;
	float: left;
	padding-top: 3px;
}

	
.topnavchildren {
	display:none;
}
.topnavchildren .childnavset {
	display: none;
}
.topnavchildren .childnavset_hot {
	height: 18px;
}
.topnavchildren a.childnav {
	vertical-align: middle;
	/* color: #616161;*/
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	padding-top: 4px;
}
.topnavchildren .childnav_hot,.topnavchildren a.childnav:hover {
	vertical-align: middle;
	font-weight: bold;
	text-decoration: underline;
	/* color: #5672c0; */
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

.chatbox {
	padding-top: 27px;
	height: 52px;
	width: 157px;
	float:right;
}
.chatbox .chatperson {
	padding-top: 22px;
	width: 22px;
	float: left;
	height: 33px;
}
.chatbox .chattext {
	padding-top: 10px;
	width: 100px;
	height: 62px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	color: #153E7E;
	text-align: left;
}
.chatbox .chattext a {
	color: #153E7E;
	text-decoration: none;
}
.chatbox .languages {
	color: #153E7E;
	padding-top: 4px;
	float: right;
}
.chatbox .languages a {
	text-decoration: none;
	color: #153E7E;
	font-weight: bold;
}

.searchbox {
	background-color: #EEEEEE;
	border-bottom: 1px solid #C3C3C3;
	padding: 4px;
	margin: 0px;
	width:175px;
}
.searchbox input.text {
	border: 1px solid #999999; 
	width: 138px;
	height: 16px;
	

}
.searchbox input.submit {
	position:relative;
	top:1px;
	padding: 0px;
	width: 35px;
	height: 20px;
	border:1px #666 solid;
}


table.content {
	width: 900px;
	height: 400px;
	border-collapse: collapse;

	table-layout:fixed;
}
table.content td {
	margin: 0px;
}
td.left p,  td.left h2 {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:8px;
}

table.content td.left  {
	width: 200px;
	padding-top:15px;
	background-color: #DDDDDD;
	border: 1px solid #c3c3c3;
	font-size:12px;
}
table.content td.middle {
	width: 450px;
	display: table-cell;
	border: 1px solid #c3c3c3;
	color: #616161;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
}
td.middle table {
	border:none;
	border-collapse:collapse;
}

table.content td.middle h1 {
	font-size:17px;
}
table.content td.middle a {
	text-decoration:none;
}
table.content td.middle a:hover {
	text-decoration:underline;
}
table.content td.right {
	width: 180px;
	display: table-cell;
	border: 1px solid #c3c3c3;
	padding: 0px;
	font-size:11px;
	background-color: #fff;
}

table.content td.left h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
table.content td.left h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.content td.right h1,table.content td.right h2 {
	margin: 0px;
	font-size: 18px;
	color:#666666;
	background:none;
	border:none;
}
td.right p{
	padding-left: 15px;
	padding-right: 15px;
}
td.right p, td.right h1, td.right h2{
	padding-top:10px;
	padding-left: 15px;
	padding-right: 15px;
}

table.content td.right p {

}

td.right a, td.right p {
	color:#666666;
	text-decoration:none;
}
td.right a:hover {
	text-decoration:underline;
}
.boxWrapper {
	margin:auto;
	text-align:center;
	width:100%;
}
.boxTitre{
	background-color:#fff;/* bleu = #0C52BB*/
	font-size:17px;
	color:#3e7C3e;
	padding:5px 0 5px 0;
	text-align:center;
	vertical-align:top;
	display : table-cell;
	height:40px;
}
.boxSousTitre{
	font-weight: normal;
	background-color: #EEEEEE;
	color: #263d87;
	margin:auto;
	height:40px;
	padding:5px;
	width:120px;
	text-align:center;
	vertical-align:top;
}
.box h2 {
	font-weight: normal;
	color: #0c52bb;
}
.box {
width:133px;
text-align:center;
padding-left:17px;
float:left;

}

.blue {
	color: #263d87;
}
div.divider {
	/*border-bottom: 1px solid #c3c3c3;*/
}
.subnav a {
	padding-left: 16px;
	width:inherit;
}
.subnav .subnav a {
	margin-left: 16px;
}
.subnav .subnav .subnav a {
	margin-left: 32px;
}
.subnav .subnav .subnav .subnav a {
	margin-left: 48px;
}
.subnav .subnav .subnav .subnav .subnav {
	margin-left: 16px;
}
.subnav a,.subnav a:link,.subnav a:hover,.subnav a:active,.subnav a:visited {
	display: block;
	padding-bottom: 5px;	
	color: #191975;
	background-repeat: no-repeat;
}
.subnav a.hot,.subnav a.hot:link,.subnav a.hot:hover,.subnav a.hot:active,.subnav a.hot:visited {
	font-weight:bold;
}
table.content td.left h1 a {
	color: #000;
	text-decoration: none;
	display:none; /*Disabled October 2009*/
}
td.left a{
	color: #666666;
	text-decoration: none;
}
td.left a:hover{
	text-decoration: underline;
	
}

.breadcrumbs {
	display:none; /*Disabled October 2009*/
}
.breadcrumbs a,.breadcrumbs a:link,.breadcrumbs a:hover,.breadcrumbs a:active,.breadcrumbs a:visited {
	color: #3366FF;
	text-decoration: none;
}

.right h1 {
}
.right p {
	margin-top: 0px;
}

.copyright {
	margin-left: 17px;
	color: #153E7E;
}

a.link {
	/*background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-align:left;*/
}
a.pdf {
	/*background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-align:left;	*/
}
a.contact {
	/*background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-align:left;	*/
}


.footernavs {
	border-left: 1px solid #c3c3c3;
	border-rigth: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.footernavs a,.footernavs a:link,.footernavs a:hover,.footernavs a:active,.footernavs a:visited {
	color: #616161;
	font-weight: bold;
}

/* Titre des pages */

.texte_contenu_titre{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#000066;
	text-align:justify;
}

/* Texte sous-titre */
.texte_sous_titre{
	font-family: Tahoma, Geneva, sans-serif;
	color:#000066;

	text-align:justify;
}


.texte_sous_titre_gras{
	font-family: Tahoma, Geneva, sans-serif;
	color:#000066;

	text-align:justify;
}

.texte_sous_titre_gris{
	font-family: Tahoma, Geneva, sans-serif;
	color:#000066;

	text-align:justify;
}



/* Texte standard du contenu */
.texte_contenu{
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;

}

span.texte_contenu{
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
}

.texte_contenu_orange{
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF3333;
	
	font-weight: bold;
	text-align:justify;
}

.text_contenu_gras{
	font-family: Tahoma, Geneva, sans-serif;
	color: #939598;
	
	font-weight: bold;
	text-align:justify;

}

input, textarea, select  {
	font-size:1em;
	border: 1px solid #999999; 
}
