/* 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) #05702f;
	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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #eec974;
	text-decoration : none;
}
.TextMenu:Hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #eec974;
	text-decoration : underline;
}

.TextMenu02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #c6340d;
	text-decoration : none;
}
.TextMenu02:Hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #c6340d;
	text-decoration : underline;
}

.TextAdresse01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
}
.TextAdresse01:Hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #311000;
	text-decoration : underline;
}

.TextAdresse02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
}
.TextAdresse02:Hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #311000;
	text-decoration : underline;
}

.TextAdresse03 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #efbb47;
	text-decoration : none;
}
.TextAdresse03:Hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #311000;
	text-decoration : underline;
}


.Text {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	font-weight: 400;
	color: #311000;
	text-decoration : none;
}
.Text:Hover {
	font-family: Arial, Verdana, Helvetica, sans serif;
	color: #fff0e8;
	text-decoration : underline;
}

.Text01 {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	font-weight: 400;
	color: #4c4c4c;
	text-decoration : none;
}





H1{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #c6340d;
	font-weight:bold;
	text-decoration : none;
	padding:0px;
	margin:0px;
}

H2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #009255;
	text-decoration : none;
	padding:0px 0px 10px 0px;
	margin:0px;
}

H3{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #BF2326;
	text-decoration : none;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #4c4c4c;
	text-decoration : none;
	padding:0px 0px 10px 0px;
	margin:0px;
}

