body {
	/*background-image: url(../images/back2.jpg);*/
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size:auto;
	margin:0;
}

h4{
	color:#b86d2b;
	font-size:16px;
	font-weight:normal;
}

h5{
	font-weight:normal;	
}

.main {
	margin: auto;
	width:100%;
	clear:both;
	background-image:url(../images/diag_double.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	
}

@media screen and (max-width: 1300px)
{
	.main {
		margin: auto;
		width:100%;
		clear:both;	
		background-image:none;	
	}
}
/* entete */
.header_center{
	padding-top:10px;
	width: 100%;	
	height:180px;
}

.logo_left {
	width:500px;
	float:left;
	padding-left:50px;
	padding-top:5px;
}

.logo_left img{
	/*max-width:400px;*/
	/*width:auto;*/
}

.logo_right {
	width:550px;
	float:right;
	padding-top:5px;
	padding-right:50px;
	color:#FFF;
	font-family: Tahoma, Geneva, Arial;
	text-align:right;
}

.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:30%;
	line-height:0;
	visibility:hidden;
}

ul {	
	list-style-type: none;
}



/********************* STYLE 1024 x 768 et + ****************************/


.menulinetopright{
	width:600px;
	text-align:right;
	padding:0px;
}

.menu {
	width:100%;
	height:61px;	
	clear:both;
	/*background-image:url(../images/bk_line_menu.png);	*/
	background-color:#CCC;
	z-index:10;
}


.menuline{
	/*width:1000px;*/
}

.menuline li{
	z-index:10;
}

/* centre du site, texte */
.contenu {
	color:#000;
	background-color:#FFF;
	text-align:left;
	width:1000px;
	margin-bottom:30px;
	min-height:453px;
}

.bann {
	width:100%;
	background-color:#FFF;
	clear:both;	
	/*z-index:-10;*/
}

.bann_line{
	clear:both;	
}

.bann_line_double{	
	position:relative;
	clear:both;
	z-index:2;
	
	-webkit-top:-85px;  /* Chrome */
	-moz-top:-85px;  /* Firefox */
	top:-95px; /* IE */
	
}



.bann_line_double_sans{
}

#fb{
    margin-left: 15px;
    margin-top: 20px;
    position: absolute;
}

/************** La ligne jaune transparent **********/

.ligne_jaune{
	width:100%;
	position: absolute;
	/*margin-top:-129px;*/
	top:166px;
	text-align:center;
	
	z-index:3;
}

.ligne_jaune_img{
	padding-left:200px;	
}

.img_diag{
	/*height:929px;	*/
}
.diag_double{
	/*max-width:654px;*/
	max-height:300px;
	padding-left:550px;
	position:absolute;
	margin-top:-300px;
	z-index:-3;
}

.diag_double img{
	z-index:-3;
}

/* Section modele */
.img_scroll_left { width:80px; }
.content_section_couleur { float:right; width:400px;}

/* Section couleurs */
.content_page_couleur { clear:both; }

/************** Bas de page *************************/

#copyright{
	float:right;
	margin-top:10px;
}

.bottom{
	font-family: Tahoma, Geneva, Arial;
	color:#FFF;
	font-size:12px;
	background-color:#6a6c6c;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	/*height:225px;*/
	width:100%;
}

.bottom li{
	list-style-type: disc;	
}

.bottom_copyright{
	font-family: Tahoma, Geneva, Arial;
	color:#FFF;
	font-size:12px;
	background-color:#272425;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:-100px;
	height:25px;
	width:100%;
}

.bottom_table{	width:100%;}

.bottom_table_td_center ul li {
	display:inline-table;	
}

/******************** Fin 1024 x 768 ***********************/
@media screen and (max-width: 780px)
{
	.ligne_jaune_img{ display:none; }
}