
/* CSS Document */

* {
	margin: 0;
	padding: 0;

}
#header {
	height: 213px;
	width: 1101px;
	background:url(image/banniereamp.svg);
	background-color: #e94e1b;
	background-position: center;
	background-repeat: no-repeat;&lt;br&gt;}

body {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	background-color: #B0B0B0;
	background-image: url(image/fond.png);
}

#wrap {
	margin: 0 auto;
	width: 1101px;
	font-family: "Trebuchet MS";
	background-color: #ECECEC;
}

#content {
	padding: 20px 10px 20px 10px;
	
}

.left {
	float: left;
	width: 820px;
	text-align: justify;
	padding-top: 10px;
}
.left  h3 {
	font-size: 24pt;
	font-weight: 700;
	padding: 15px 0 20px 0;
	color: #ffcc00;
}
.left  h1 {
	font-size: 24pt;
	font-weight: 700;
	padding: 15px 0 20px 0;
	color: #e94e1bff;
     
}
.left  h2 {
     font-size: 18pt;
     font-weight: 200;
	padding: 5px 0 2px 0;
     color: #e94e1bff;
     

}
.left h4 {
	text-decoration: underline;
}
.left h5 {
	color: #0066FF;
	font-size: x-large;
	font-weight: bold;
	padding: 15px 0 40px 0;
}

.right {
	float: right;
	width: 231px;
	padding-top: 10px;
	background-color: #e94e1bff;
     font-family: "Trebuchet MS";
     color: #FFFFFF;
     padding: 8px 5px 13px 5px;
}

.right a {
 display: block;
 text-decoration: none;
 text-decoration-color: none;
 color: #FFFFFF;
	
}
	
#footer {
	height: 75px;
	width: 1101px;
	background:url(image/piedpage2025.svg);
	background-color: #e94e1bff;
	background-position: center;
	background-repeat: no-repeat;&lt;br&gt;}
