@charset "UTF-8";

/* CSS Document */



#header{

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	height: 275px;

	width: 1024px;

}



#gauche{

	background-image: url(images/gauche.jpg);

	background-repeat: no-repeat;

	float: left;

	height: 526px;

	width: 262px;

}



#droite{

	background-image: url(images/droite.jpg);

	background-repeat: no-repeat;

	float: left;

	height: 525px;

	width: 220px;

}



#content{

	width: 502px;

	background-image: url(images/content.jpg);

	background-repeat: no-repeat;

	height: 526px;

	float: left;

}

.text{

	font-family: "Trebuchet MS";

	font-size: 24px;

	color: #333333;

	text-decoration: none;

	float: none;

	padding-top: 20px;

	padding-right: 15px;

	padding-left: 15px;

	font-weight: bold;

}
h1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #888888;
	text-decoration: none;
	float: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}


.Style1 {

	font-size: 16px;

	color: #0066CC;

}

.Style2 {color: #669900}

.Style3 {color: #336699}

.Style4 {

	font-size: 10px;

	font-weight: normal;

	color: #888888;

}