/* CSS Document */
body {
    margin:0px;
	padding:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    text-decoration:none;
	background:#D4E0EE;
}
div.main_content {
    background          : #D4E0EE url('../images/bg_motif.gif') repeat-y center;
    padding-top         : 5px;
}
div.main_content2 {
   background           : url('../images/bg_top.gif') no-repeat top center;
   padding-bottom       : 5px;
}

a, a:visited, a:link {
	color               : #106DB2;
	background-color    : inherit;
	text-decoration     : none;
}
a:hover, a:active {
	text-decoration     : underline;
}
a:focus {
    outline             : none;
}
/*hr {
  height                : 1px;
  border                : 0;
  color                 : black;
  background-color      : #555;
}*/
p {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 10px;
    margin-top          : 5px;
    margin-bottom       : 5px;
}
h1 {
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 16px;
    font-weight         : bold;
    color               : #FDB913;
	background-color    : inherit;
    margin-top          : 0px;
    margin-bottom       : 1px;
    padding             : 2px 0px 5px 32px;
    background-image    : url(../images/puce_titre_page.gif);
    background-repeat   : no-repeat;
}
h2 {
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 14px;
    font-weight         : bold;
    color               : #535353;
	background-color    : inherit;
    margin-top          : 0px;
    margin-bottom       : 1px;
}
h3 {
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 12px;
    font-weight         : bold;
    color               : #000000;
	background-color    : inherit;
    margin-top          : 0px;
    margin-bottom       : 0px;
}
td {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 10px;
}
ul {
    margin              : 0px 0px 0px 16px;
    padding             : 2px 0px 2px 0px;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 10px;
    list-style-image    : url(../images/puce_ul.gif);
}
ol {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    margin              : 0px 0px 0px 16px;
    padding             : 0px;
}
li {
    padding             : 0px 0px 0px 5px;
    margin              : 0px;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 10px;
}
form {
    border              : 0px;
    margin              : 0px;
    padding             : 0px;
}
input, select, textarea {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 10px;
    vertical-align      : middle;
}


table.bandeau td.bandeau_haut {
    background-image    : url(../images/fd_bandeau_haut.gif);
    background-repeat   : no-repeat;
    padding-left        : 90px;
    padding-right       : 6px;
}
table.bandeau td.bandeau_haut div.contenu_page {
    font-size           : 11px;
    font-family         : Arial, Helvetica, sans-serif;
    color               : #006DB6;
    height              : 52px;
    overflow            : hidden;
}
table.bandeau td.bandeau_bas {
    background-image    : url(../images/fd_bandeau_bas.gif);
    background-repeat   : no-repeat;
    background-position : left top;
    padding-left        : 65px;
    padding-top         : 12px;
}

div.newsHeadline{
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 12px;
	font-weight:bold;
	padding-bottom:15px;
	color:#FFFFFF;

}
div.newsHeadline a{
text-decoration:none;
	color:#FFFFFF;
}
div.newsHeadline a:hover{
text-decoration:underline;
	color:#FFFFFF;
}
div.text_box{
text-align:left;
color:#006DB6;
margin-top:62px;
margin-left:auto;
margin-right:auto;
margin-bottom:4px;
padding:15px 10px 10px 10px;
width:356px;
height:73px;
background-image:url(../images/text_box.gif);
background-repeat:no-repeat;

}