/* CSS Document */

Body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	BACKGROUND: url(img/bg.jpg) top center #fffbed ;
	background-repeat: repeat-x ;
}


.bg-bottom {
	BACKGROUND: url(img/bg-bottom.jpg) #a2090c;
	background-repeat: repeat-x;
	background-position: top;
}

.bg-photo-vert {
	BACKGROUND: url(img/bg-photo-vert.jpg) #047636;
	background-repeat: no-repeat;
	background-position: top;
}

.bg-photo-jaune {
	BACKGROUND: url(img/bg-photo-jaune.jpg) #ef8d0c;
	background-repeat: no-repeat;
	background-position: top;
}

.bg-photo-rouge {
	BACKGROUND: url(img/bg-photo-rouge.jpg) #b50802;
	background-repeat: no-repeat;
	background-position: top;
}




.TextMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	color: #eec974;
	text-decoration : none;
}
.TextMenu:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #eec974;
	text-decoration : underline;
}

.TextMenu02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 400;
	color: #c6340d;
	text-decoration : none;
}
.TextMenu02:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #c6340d;
	text-decoration : underline;
}

.TextCopyright01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #c6340d;
	text-decoration : none;
}
.TextCopyright01 a:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #c6340d;
	text-decoration : underline;
}

.TextAdresse01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #F9D171;
	text-decoration : none;
}
.TextAdresse01:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #F9D171;
	text-decoration : underline;
}

.TextAdresse02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FBEDBC;
	text-decoration : none;
}
.TextAdresse02:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #FFFFFF;
	text-decoration : underline;
}

.TextAdresse03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #FBEDBC;
	text-decoration : none;
}
.TextAdresse03:Hover {
	font-family: "Times New Roman", Times, serif;
	color : #FFFFFF;
	text-decoration : underline;
}



.Text01 {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	font-weight: 400;
	color: #6F0000;
	text-decoration : none;
}
.Text01 a:link {
	color: #6F0000;
	text-decoration : underline;
}
.Text01 a:hover {
	color: #6F0000;
	text-decoration : none;
}
.Text01 a:visited {
	color: #6F0000;
}

.TextBlanc01 {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration : none;
}






H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: 400;
	color: #EC921C;
	font-weight:bold;
	text-decoration : none;
	padding:0px;
	margin:0px;
}

H2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 900;
	color: #9E080A;
	text-decoration : none;
	padding:0px 0px 5px 0px;
	margin:0px;
}

H3{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #BF2326;
	text-decoration : none;
}


p{
	padding:3px 0px 5px 0px;
	margin:0px;
}


