/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #ddd url(../images/bg.png) repeat-x;
}
#conteneur {
  	position: relative;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}
#head-gauche {
	top: 0px;
	left: 0px;
	position: absolute;
	background: url(../images/head-gauche.jpg);
	height: 318px;
	width: 204px;
	padding-left: 67px;
	padding-top: 17px;
}
#head-droite {
	top: 0px;
	left: 271px;
	position: absolute;
	background: url(../images/head-droite.jpg);
	height: 335px;
	width: 680px;
}
#texte {
	background: url(../images/bg-txt.png);
	float: left;
	width: 836px;
	padding-top: 335px;
	height: 300px;
	padding-right: 58px;
	padding-left: 57px;
}
html>body #texte {
height: auto;
min-height: 300px;
}

#foot {
	float: left;
	background: url(../images/foot.jpg);
	height: 88px;
	width: 951px;
}
.block {
	vertical-align:middle;
	display:inherit
}
/* Contenu */
div.full {
	float: left;
	width: 816px;
	padding-right: 10px;
	padding-left: 10px;
}
div.demi-gauche {
	float: left;
	width: 408px;
	padding-right: 10px;
}
div.droite {
	width: 408px;
	float: right;
}
div.demi-droite {
	float: right;
	width: 408px;
	padding-left: 10px;
}
div.demi-centre {
	width: 408px;
	padding-left: 204px;
	float: left;
}

		
	#logo {
	float: left;
	height: 113px;
	width: 184px;
	}
	img {
		border: none;
	}
	a img {
	  opacity: 1.0;
	  filter:alpha(opacity=100);
	}
	a:hover img, #logo a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
	}
	
	img.formules {
		float: left;
		margin-right: 15px;
	}
	img.slogan {
		margin-bottom: 15px;
	}
/* Formulaire candidat */
table.formulaire-candidat, div.formulaire {
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
table.formulaire {
	text-align: left;
}
table.formulaire td {
	padding: 5px;
	}
table.formulaire td.info {
	font-weight: bold;
}

