/*######################################################*/
/*### IMPORTATION ###*/
@import url(YAML/CORE/BASE.CSS);
/*### IMPORTATION  END###*/
/*######################################################*/

/*######################################################*/
/*### BALISES ###*/
html{
	width: 100%;
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;	
	font-family: "Arial", "Verdana", "San-serif", "serif";
	font-size: 75%;
	text-align: center;
}
table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
}
a{
	text-decoration: none;
	color: #687b87;
}
a:hover{
	text-decoration: underline;
	color: #000;
}
h1{
	font-size: 3.5em;
	font-weight: normal;
	margin-bottom: 40px;
}
h2{
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #a30011;
}
h3{
	margin-bottom: 25px;
	font-size: 1.1em;
}
p{
	font-size: 1em;
}
/*### BALISES END###*/
/*######################################################*/


/*######################################################*/
/*### STRUCTURE GLOBALE ###*/
#margins_pages{
	text-align: left;
}
#page{
	width: 95%;
	min-width: 940px;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	margin: auto;
	text-align: left;
}
#header{
	overflow: hidden;
}
#main{
	padding-top: 40px;
}
#content_left{
	width: 40%;
	padding-right: 45px;
	border-right: 1px dotted #a30011;
}
#content_middle{
	width: 40%;
	padding-left: 40px;
	padding-right: 45px;
	border-right: 1px dotted #a30011;
}
#content_right{
	margin: 0;
	padding:0;
	width: 20%;
	min-width: 210px;
	padding-left: 40px;
}
#content_right .block{
	margin-bottom: 30px;
}
#content_right  .block a{
	display: block;
}

#footer{
	text-align: right;
	padding-bottom: 40px;
}
/*### STRUCTURE GLOBALE END ###*/
/*######################################################*/

/*######################################################*/
/*### HEADER ###*/
#logo{
	float: left;
	height: 262px;
	width: 262px;
	overflow: visible;
}
#logo h1{
	padding-left: 5px;
	font-size: 1.5em;
    color: #687b87;
    text-transform: uppercase;
}
#banner{
	float: right;
	height: 252px;
	width: 659px;
	overflow: hidden;
	background-color: red;
}

#menu_container{
	padding-top: 2px;
	border-top: 1px dotted #a30011;
}
#main_menu{
	float: left;
	overflow: hidden;
}
#main_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_menu ul li{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
#main_menu ul li a{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #a30011;
}
#main_menu ul li a:hover{
	color: #000;
}

#contact_menu{
	float: right;
	overflow: hidden;
}
#contact_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contact_menu ul li{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
#contact_menu ul li a{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #a30011;
}
#contact_menu ul li a:hover{
	color: #000;
}
/*### HEADER END ###*/
/*######################################################*/
.images {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: auto;
	width: auto;
}

