body{
	font-family: "Verdana", "Arial", "Sans-serif", "serif";
	font-size: 75%;
	text-align: center;
	background-image: url("img/bg_body.jpg");
}
p{
    margin: 0.5em 0;
}
h1{
	font-size: 1.2em;
}
h3{
    font-size: 1em;
    text-decoration: underline;
}
h4{
    font-size: 1em;
}
h5{
    font-size: 1em;
    font-weight: normal;
}
h6{
    color: #0074b9;
}
a{
    text-decoration: none;
    color: #0074b9;
}
a:hover{
    text-decoration: underline;
}
form{
    text-align: left;
}
label{
	color:#1D4768;
	font-weight: bold;
	text-transform: capitalize;
}
#parole label{
	color:#1D4768;
	font-weight: bold;
	text-transform: none;
}
#page{
	text-align: left;
}
#header{
	background-image: url("img/bg_header.jpg");
	background-repeat: no-repeat;
}
#main_menu{
	background-image: url("img/bg_main.jpg");
	background-repeat: repeat-y;
}
#main{
	background-image: url("img/bg_main.jpg");
	background-repeat: repeat-y;
	text-align: justify;
}
#col1{}
#col2{}
#col3{}
#col1_content{}
#col2_content{}
#col3_content{}
#footer{	
	color: #fff;
	text-align: center;
	background-image: url("img/bg_footer.jpg");
	background-repeat: no-repeat;
}
#footer a{
	color: #fff;
}
#echelle{
	color: yellow;
        background-image:url("img/echelle.png");
        background-position: -20px 5px;
        background-repeat: no-repeat;
}
#copy_right{
	color: #fff;
	border-top: 1px dotted #fff;	
}

/*################
###	Main Menu
##################*/
#main_menu ul{
	list-style: none;
	border: 1px solid #000;
	background-color: #364248;
}
#main_menu ul li{
	border-right: 1px solid #000;
}
#main_menu ul li a{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #242c30;
	border-left: 1px solid #242c30;
}
#main_menu ul li a:hover{
	background-color: #16699c;
}
#main_menu ul li.selected a{
	background-color: #16699c;
}
#main_menu ul li.first a{
	border-left: none;
}
#main_menu ul li.last{
	border-right: none;
}
#main_menu ul li.last a{
	border-right: none;
}
/*##################*/

/*################
###	Menu secondaire "RUBRIQUES"
##################*/

#rubrique ul{}
#rubrique ul li{}
#rubrique ul li a{	
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#rubrique ul li a:hover, #rubrique ul li.selected a{
	color: #1d4768;
}
/*##################*/
/*################
###	Content Col 1 & Col 2
##################*/

#col1 h1, #col2 h1{	
	color: #fff;
	background-image: url("img/bg_h1.jpg");
	background-repeat: no-repeat;
	background-color: #000;
}

#col1 .block, #col2 .block{}
#col1 .block{
	background-image: url("img/separation_left.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#col2 .block{
	background-image: url("img/separation_right.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#col1 .content_block, #col2 .content_block{}
/*##################*/

/*################
###	Filme d�roulant
##################*/
#deroulant{}
/*##################*/

/*################
###	Recherche (FORM)
##################*/
#col1 .csc-mailform-field, #col2 .csc-mailform-field{}
#col1 input, #col2 input{}
#col1 label, #col2 label{
        font-size: 0.9em;
}
#recherche input{}
#recherche input.submit{}
/*Newsletter*/
#newsletter input{}
#newsletter input.submit{}
