body {
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	background-color: #000;
}
#fond {
	background-image: url(../images/accueil.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #FFF;
	width: 990px;
	height: 768px;
}

#contenu {
	margin: 105px 0 0 310px;
	padding: 0;
	heigth: 768px;
	width: 655px;
	position: absolute;
}

#clic-accueil {
	width: 105px;
	height: 140px;
	position: absolute;
	margin: 136px 0 0 190px;
}

#clic-accueil img {
	width: 105px;
	height: 140px;
	border: none;
	
}

#bandeau {
	margin-left: -40px;
	position: relative;
	height: 60px;
}

#titre {
	margin: -4px 0 0 0;
}

#titre p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	color: #0034B8;
	text-align: left;
	text-transform: uppercase;
}

#titre .blanc {
	color: #FFF;
}

#titre p:first-letter {
	font-weight: bold;
	font-size: 1.4em;
}

#txt {
	position: relative;
	height: 416px;
	overflow: auto;
	padding-right: 10px;
	/*left: 352px;*/
}

#txt #intro:first-letter{
	font-weight: bold;
	font-size: 3em;
	color: #0034B8;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 0 0 0;
}

.sponsors {
	text-align: center;
	margin: -100px 0 0 -80px;
	position: relative;
	width: 800px;
}

.sponsors img {
	border: none;
}


.separation {
	clear: both;
	visibility: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}

#piedepage {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: absolute;
	left: 50%;
	width: 700px;
	text-align: center;
	height: 20px;
	margin: -30px 0 0 -240px;
	padding: 10px 0 0 0;
	border-top: solid 1px #0034B8;
}

#piedepage li{
	display: inline;
	list-style-type: none;
}

#piedepage a{
	color: #000;
	text-decoration: none;
}
#piedepage a:hover{
	color: #0034B8;
	text-decoration: underline;
}

a {
	color: #0034B8;
	font-weight: bold;
	margin-top: 10px;
}

#form-gauche {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}

#form-droite {
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
}

#form p {
	margin: 5px 0 0 0;
}

#contacts p {
	margin: 8px 0 0 0;
}

#submit {
	margin-top: 38px;
}

.bold {
	font-weight: bold;
	maring-top: 10px;
}

.italique {
	font-style: italic;
}

.img {
	margin: 4px 4px 0 0;
	border: none;
}

.calque {
	background-color: #FFCC99;
	position:absolute;
	width:96%;
	visibility: hidden;
}

.calque ul li {
	margin: 6px 8px 0px -10px;
}

textarea {
	rows: 2;
	height: 30px;
	font-family: Arial;
	font-size: 12px;	
}

.hihi {
	display: none;
}