@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html, body { 
height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
}
p{
padding-bottom:1.2em;
}

h1{
font-size:18px;
color:#1662a7;
padding-bottom:25px;
font-weight:normal;
}
h2{
font-size:14px;
color:#b3b3b3;
padding-bottom:25px;
font-weight:normal;
}
h3{
font-size:14px;
font-weight:normal;
}
h4{
font-size:14px;
font-weight:normal;
color:#1662a7;
}
.titre{
font-size:18px;
color:#1662a7;
font-weight: bold;
}
.blue{
color:#1662a7;
}
.orange{
color:#f7931e;
}

/*//////////////////LISTE///////////////////////*/
.titre_liste{
font-size:13px;
color:#1662a7;
font-weight: bold;
}
.listing {
padding-bottom:10px;
}
.listing p{
padding-bottom:0em;
}


/*///////////END LISTE/////////////////*/
/*///////////BOX/////////////////////*/
.titre_box{
font-size:13px;
color:#1662a7;
line-height:2.5em;
font-weight: bold;
text-transform:uppercase;
}

.left_box{
background-image:url(../img/column_left_bg.gif);
background-position:top;
background-repeat:no-repeat;
padding-top:20px;
padding-left:14px;
padding-right:14px;
padding-bottom:2px;
background-color:#f2f2f2;
width:205px;
margin-bottom:14px;
}
.right_box{
background-image:url(../img/column_right_bg.gif);
background-position:top;
background-repeat:no-repeat;
padding-top:20px;
padding-left:14px;
padding-right:14px;
padding-bottom:14px;
background-color:#f2f2f2;
width:175px;
margin-bottom:14px;
}
.liste_box{
width:100%;
border-bottom:2px solid #FFFFFF;
margin-bottom:6px;
}
.liste_box p{
padding-bottom:0.7em;
}
.titre_orange{
color:#f7931e;
font-size:14px;
line-height:1.4em;
}
/*//////////////////BOX END/////////////////*/

a, a:active, a:active, a:link, a:visited{
text-decoration: none;
color:#f7931e;
font-size:12px;
text-decoration:none;
}
a:hover {
text-decoration:none;
}

.clear{
display:block;
clear:both;
}

#site{
position:relative;
width:959px;
margin:auto;

}
#header{
position:relative;
width:959px;
height:119px;
}
#menu_rub{
position:relative;
height:30px;
width:959px;
background-image:url(../img/menu2_bg.jpg);
background-repeat:no-repeat;
display:none;
}
#menu_top{
position:relative;
height:21px;
width:959px;
background-image:url(../img/menu1_bg.jpg);
background-repeat: repeat-y;
display:none;
}
#content_site{
position:relative;
padding-top:25px;
width:486px;
}


#col_left{
position:relative;
width:233px;
float:left;
height:400px;
min-height:400px;
height:auto;
display:none;
}
#content{
position:relative;
float: left;
width:486px;
padding-left:20px;
height:400px;
min-height:400px;
height:auto;
}
#content_page{
position:relative;
float: left;
width:486px;
padding-left:20px;
height:400px;
min-height:400px;
height:auto;
}
#col_right{
position:relative;
float: right;
width:203px;
height:400px;
min-height:400px;
height:auto;
display:none;
}

#footer{
position:relative;
margin-top:20px;
width:100%;
background-image: url(../img/footer_b.gif);
background-repeat:repeat-x;
padding-top:20px;
}
#foter_menu{
width:980px;
margin:auto;
height:200px;
}
#sitemap ul li{
list-style:none;
padding-left:10px;
padding-top:4px;
}
#sitemap ul li ul li{
list-style:none;
padding-left:20px;
}