
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}







.grain {
	background-image: url(images/grain.png);
	height:1200px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	

}
.grain-qui {
	background-image: url(images/grain.png);
	height:812px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	
}

.grain-candidate {
	background-image: url(images/grain.png);
	height:970px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	
}

.grain-listdiffu {
	background-image: url(images/grain.png);
	height:810px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	
}

.grain-postes {
	background-image: url(images/grain.png);
	height:1300px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	
}
.degrade {
	width: 100%;
	height:100%;
	background-image: url(images/degrade.png);
	background-repeat: repeat-x;
	position: absolute;
}






html, body {
	margin: 0px;
	background-color: #DBE4E5;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#0D3853;
}

.tete {
	background-image: url(images/tete2.png);
	height: 184px;
	width: 594px;
}

.corps {
	width: 534px;
	min-height:300px;
	height:auto;
	background-image: url(images/corps2.png);
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.pied {
	background-image: url(images/pied2.png);
	height: 77px;
	width: 594px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 65px;
}

.logos {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

h1 {
	color: #0D3853;
	font-size: 24px;
}

h2 {
	color: #990000;
	font-size: 18px;
}

p {
	text-align:justify;
	text-indent: 10px;
}

.conteneur {
	margin: auto;
	width: 594px;
	height: auto;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
.graphiste {
	background-image: url(images/graphiste.png);
	position: absolute;
	top:9px;
	right: -30px;
	height: 191px;
	width: 189px;
	left: 436px;
}

.developpeur {
	background-image: url(images/developpeur.png);
	position: absolute;
	left: -15px;
	width: 193px;
	height: 197px;
	top: 177px;

}

.technicien {
	background-image: url(images/technicien.png);
	position: absolute;
	right: -35px;
	width: 189px;
	height: 191px;
	top: 359px;
	left: 425px;
}

.secretaire {
	background-image: url(images/secretaire.png);
	position: absolute;
	left: -24px;
	width: 195px;
	height: 197px;
	top: 535px;

}

.graphiste-texte {
	width:380px;
}

.developpeur-texte {
	width:380px;
	margin-left: 150px;
}
