body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
}

h1 {
    display:none;
}

h2 {
    font-size:24px;
    margin-bottom: 10px;
    color:#184db5;
}


h3 {
   font-size:18px;
}


/**** HEADER *****/
div#header {
    text-align: center;
    background-color: #eff3ff;
    height: 153px;
    margin: 0px;
    padding: 1px;
}

.topleft       {
    position: absolute;
    left:0px;
    width:272px;
    height:153px;
    margin-left : 0;
    margin-right : 0;
    background-image : url('header_g.png');
    background-repeat : no-repeat;
    background-position : top left;
}

.topright{
    z-index: 4;
    position: absolute;
    height:153px;
    right:0px;
    width:534px;
    background-image : url('header_d.png');
    background-repeat : no-repeat;
    background-position : top right;
}

.topcenter{
    z-index: 1;
    height:153px;
    /*background-image : url('footer_c.png');*/
    background-repeat : repeat-x;
    padding-top:40px;
}

/***** MILIEU *****/
div#column2 {
    margin: 0;
    padding: 0;
    width: 100%;
    /*background-color: #FFFF99;*/
    background-image: url('droite.png');
    background-repeat: repeat-y;

}
div#column1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url('gauche.gif');
    background-position: right;
    background-repeat: repeat-y;

}
div#navcol {
    width: 250px;
    float: left;
    padding-top:40px;


}

div#navcol ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

div#navcol ul li a{
    background:#84beff url(menu_inactif.png) scroll left top;
    display:block;
    padding:11px 40px;
}
div#navcol ul li a:hover{
    background:transparent url(menu_hover.png);

}

div#main {
    padding: 0px;
    margin-left: 250px;
    margin-right: 274px;
    background: #fff;
}

/** colonne de droite **/
div#sidecol {
    padding: 0px;
    padding-top:40px;
    width: 274px;
    float: right;
    text-indent:40px;
}

div#sidecol h2{
  font-size:18px;
  margin-top: 10px;
  margin-bottom: 0px;
}

div#sidecol ul{
   padding: 0;
}

div#sidecol li{
   list-style-type: none;
}

div#sidecol a {
   text-align:left;
   text-decoration: none;
   color: #184DB5;
   width: 250px;
   display: block;
   text-indent:30px;
}

div#sidecol a:hover {
   text-decoration: none;
   color:#fff;
   background-color : #184DB5;
}

div#sidecol a:active {
   color: #ffffff;
}

div#sidecol a:visited {
/*   color: #184DB5;*/
}


.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/*** http://www.roundedcornr.com/ **/
.roundedcornr_box_239885 {
    background: #fff;
}
.roundedcornr_top_239885 div {
    background: url(centre_hg.png) no-repeat top left;
}
.roundedcornr_top_239885 {
    background: url(centre_hd.png) no-repeat top right;
}
.roundedcornr_bottom_239885 div {
    background: url(centre_bg.png) no-repeat bottom left;
}
.roundedcornr_bottom_239885 {
    background: url(centre_bd.png) no-repeat bottom right;
}

.roundedcornr_top_239885 div, .roundedcornr_top_239885, 
.roundedcornr_bottom_239885 div, .roundedcornr_bottom_239885 {
    width: 100%;
    height: 20px;
    font-size: 1px;
}
.roundedcornr_content_239885 { margin: 0 20px; }




/*** FOOTER ***/
div#footer {
    text-align: center;
    clear: both;
    margin:0;
}

.bottomleft       {
    position: absolute;
    left:0px;
    width:20px;
    height:88px;
    margin-left : 0;
    margin-right : 0;
    background-image : url('footer_g.png');
    background-repeat : no-repeat;
    background-position : top left;
}

.bottomright{
    z-index: 4;
    position: absolute;
    height:88px;
    right:0px;
    width:43px;
    background-image : url('footer_d.png');
    background-repeat : no-repeat;
    background-position : top right;
}

.bottomcenter{
    z-index: 1;
    height:88px;
    background-image : url('footer_c.png');
    background-repeat : repeat-x;
    padding-top:40px;
}


/*************************************************************************************/
div.row {
	clear: both;
	padding-top: 5px;
}

div.row span.label {
	float: left;
 	width: 100px;
 	text-align: right;
}

div.row span.formw {
	float: right;
 	text-align: left;
}


div.row input, textarea {
 	width: 240px;
}


/***** LES STYLES ****/


