html {
 height: 100%;
 margin-bottom: 0.1em;
}

body {
 background-color: #fff;
 text-align:center;
 margin: 0;
 padding:0;
 color:#025481;
 font:84% Arial, sans-serif;
 word-spacing: 0.05em;
 line-height: 14.4pt;
}

ul,ol,li,form,fieldset,legend,input,select,textarea,fieldset,legend,img,hr {
 margin:0;
 padding:0;
}

.title {
 margin-bottom: 10px;
}

img { 
 border:0px;
}

fieldset:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

textarea {
 color:#025481;
 font:84% Arial, sans-serif;
 word-spacing: 0.05em;
}

a:link,a:visited {
 color:#025481;
}
a:hover {
 text-decoration:underline;
}
p {
 text-align: justify;
}

#page {
 margin: 0 auto;
 padding: 0;
 width: 783px;
}

#mini_navi {
 background-color:#D7E3E8;
 width:249px;
 color:#4C7E99;
 font-family:arial;
 font-size:10px;
}
#mini_navi li {
 display:inline;
}

#mini_navi a {
 color:#4C7E99;
 padding-left:8px;
 text-decoration:none;
}
#mini_navi a:hover {
 text-decoration:underline;
}

#content {
 min-height:300px;
 text-align:left;
 vertical-align:top;
 padding-left:15px;
 padding-right:15px;
}

#copyright {
 height:15px;
 font-family: Arial, sans-serif;
 font-size: 11px;
 text-align: right;
 color: #49AFE6;
 padding-right:10px;
 padding-bottom:3px;
 font-weight:500;
 letter-spacing: 0.02em;
}
#copyright a {
 color: #49AFE6;
 text-decoration:none;
}
#copyright a:hover {
 text-decoration:underline;
}
/*
** GUI
*/
.ul_orange {
 list-style-type: none;
 padding: 0;
 margin: 0;
}

.ul_orange li {
 background-image: url(images/puce.gif);
 background-repeat: no-repeat;
 background-position: .5em .35em;
 padding-left: 1.7em;
 margin-bottom:5px;
}

.ul_index li {
 background-position: 0 .35em;
 padding-left: 1.2em;
 margin:0;
}
.ul_index a {
 text-decoration:none;
}
.ul_index a:hover {
 text-decoration:underline;
}

.menu_container {
 width:175px;
 float:left;
}
.menu_header {
 height:50px;
 font-family: tahoma,verdana;
 background-image:url(images/menu_01.gif);
 text-align:center;
 font-size:17px;
}
.menu_content {
 float:left;
 width:100%;
 background-image:url(images/menu_02.gif);
}
.menu_content ul {
 padding-left:30px;
}
.menu_content li {
 list-style-type:none;
 font-weight:normal;
}
.menu_content a {
 text-decoration:none;
}
.menu_content a:hover {
 text-decoration:underline;
}

.menu_separator {
 float:left;
 height:74px;
 width:100%;
 background-image:url(images/menu_03.gif);
 background-repeat:no-repeat;
}
.menu_bottom_content {
 float:left;
 width:100%;
 background-image:url(images/menu_04.gif);
 background-repeat:repeat-y;
}
.menu_bottom_content span {

}
.menu_bottom_footer {
 float:left;
 width:100%;
 height:24px;
 background-image:url(images/menu_05.gif);
}
.container {
 float:right;
 padding-top:15px;
 width:73%;
}
.references div {
 width: 155px;
 height: 85px;
 text-align:center;
 padding:20px 5px 0px 5px;
 margin:5px;
 float:left;
}
.box_index {
 width:230px;
 margin-top:20px;
 float:left;
}
.box_actu {
 height:80px;
 border:2px solid orange;
 margin-bottom:20px;
 margin-right:20px;
 margin-top:10px;
 overflow:auto;
 overflow-x: hidden; 
 overflow-y: auto; 
 padding:8px;
}
.input_normal {
 border:1px solid #7F9DB9;
 background:#ffffff;
}
.input_focus {
 border:1px solid #7F9DB9;
 background:#E4F9FF;
}