body{
	font-family: "Arial", "Verdana", "Sans-serif", "serif";
	font-size: 85%;
	background-color: #fff;
	background-image: url("img/bg_body.jpg");
	background-repeat: repeat-x;
}
h1{
	font-size: 1.1em;
}
#margins_pages{
	text-align: left;
}
#page{
	text-align: left;
        background-image: url("img/bg_main2.jpg");
        background-repeat: repeat-y;
        overflow: hidden;
}
#header{
	background-image: url("img/bg_body.jpg");
	background-repeat: repeat-x;
}
#main{
    background-image: url("img/bg_main.jpg");
    background-repeat: no-repeat;
}
#main a{
	text-decoration: none;
    	color: #00609d;
}
#footer{
	background-image: url("img/bg_footer.jpg");
	background-repeat: repeat-x;
	text-align: center;
	color: #3a464b;
	font-size: 0.8em;
}
#footer a{
        text-decoration: none;
	color: #3a464b;
}
#footer a:hover{
        text-decoration: underline;
	color: #3a464b;
}
/*Structure interne*/
/*LANGUE ET RECHERCHES*/
#langues{
        margin-top: 0!important;
        padding-top: 0!important;
	margin-top: 4px!important;
	font-size: 0.8em;
	color: #fff;
        height: 11px;
        overflow: hidden;
}
#langues ul{
	list-style: none;

	margin-top: -3px!important;
}
#langues ul li{
}
#langues ul li a{
	text-decoration: none;
	color: #fff;
}
#langues ul li a:hover{
	color: #73a3be;
}
#langues ul li.selected a{
	color: #73a3be;
}
#langues .sep{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 5px;
}
#search{
    margin: 0;
    padding: 0;
    color: #fff;
}
#search input{
    margin: 0;
    padding: 0;
    padding: 1px 0;
    font-size: 7pt;
    border: 1px solid #fff;
}
#search label{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
#search .submit{
    margin: 0;
    padding: 0!important;
    font-size: 7pt;
}

/*BANNER ET ADRESSE*/
#adresse{
	font-size: 0.8em;
	text-align: right;
}
#adresse a{
	text-decoration: none;
	color: #00609d;
}
#adresse a:hover{
	text-decoration: none;
	color: #000;
}

/*MAIN MENU*/
#main_menu{
	font-size: 0.9em;
}
#main_menu ul{
	list-style: none;
}
#main_menu ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #00609d;
}
#main_menu ul li a:hover{
	color: #fff;
}
#main_menu ul li.selected a{
	color: #fff;
}
#main_menu ul li.selected ul li a{
	color: #000;
}
#main_menu ul li ul{
	border-bottom: 1px dotted #5e686c;
}
#main_menu ul li ul li a{
	color: #000;
	text-transform: none;
	background: none;
	border-top: 1px dotted #5e686c;
}
#main_menu ul li ul li a:hover{
	color: #00609d;
}
#main_menu ul li ul li.selected .menu_image{
	border: 1px solid #5e686c;
}
#main_menu ul li ul li.selected .menu_image img{
}
#main_menu ul li ul li.selected a{
	color: #00609d;
}

/*CONTENU CENTRAL*/
#col3_content{
	/*border-left: 1px dotted #5e686c;
	border-right: 1px dotted #5e686c;*/
}
#content{
	text-align: left;
}
#content h1{
	color: #2d3a3f;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content h2{
	font-size: 1.2em;
	font-weight: bold;
}
#content h3{
	font-size: 1em;
}
#content p{
	font-size: 0.8em;
}

#content a{
	text-decoration: none;
	color: #00609d;
}
#content img{
	margin: 0;
	padding: 0;
	border: 1px solid #5e686c;
}
/*Content Right*/
#content_right{
	text-align: left;
	font-size: 0.8em;
}
#content_right h1{
	color: #2d3a3f;
	text-transform: uppercase;
	font-size: 1.3em;
}
#content_right h2{
	font-size: 1.1em;
	font-weight: bold;
}
#content_right h3{
	font-size: 1.1em;
}

/*Search*/

.new_search{
    overflow: hidden;
}
.new_search div{
    float: left;
    margin-right: 5px;
}
.new_search div.form_search{
    margin-bottom: 10px;
    width: 100%;
}
.new_search .form_search_submiz input.submit{
    background: none;
    border: none;
    background-color: #eee;
    border: 1px solid #fff;
    font-size: 0.8em;
    /*width: 50px;*/
}
.tx-indexedsearch-res{
    margin: 10px 0;
    font-size: 0.9em!important;
}
