body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #484848;
}

#fond {
	background: url(image/fond.gif);
	padding-bottom: 30px;
	min-width: 1100px;
}

#conteneur {
	width: 975px;
	margin: auto;
}

#menu {
	height: 150px;
	min-width: 1100px;
	background: url(image/menu.png);
}

#barre {
	background: #838383;
	height: 5px;
	min-width: 1100px;
	margin-bottom: 30px;
}

#haut {
	width: 975px;
	height: 150px;
	margin-top: 10px;
}

#logo {
	background: url(image/logo.png);
	height: 104px;
	width: 100px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 20px;
}

#connexion {
	height: 20px;
	width: 500px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 35px;
}

#titre {
	background: url(image/titre.png);
	height: 25px;
	width: 591px;
	margin-top: 40px;
	float: left;
	margin-left: 30px;
}

#bouton_inscription {
	background: url(image/bouton_inscription.png);
	height: 53px;
	width: 975px;
	text-align: center;
	padding-top: 22px;
	color: white;
	margin-bottom: 30px;
}

#bouton_inscription:hover {
	background-position: left -75px;
}

#banniere_entrez {
	background: url(image/banniere.png);
	height: 300px;
}

#banniere_entrez:hover {
	background-position: left -300px;
}

#banniere {
	background: #5d9ccd;
	height: 130px;
	width: 935px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#presentation {
	color: white;
	font-size: 13px; 
}

#top_boite1 {
	margin-top: 25px;
	width: 945px;
	height: 23px;
	background: url(image/top_boite1.png);
	line-height: 40px;
	padding-left: 30px;
	margin-top: 30px;
}

#top_boite2 {
	margin-top: 20px;
	width: 945px;
	height: 40px;
	background: url(image/top_boite2.png);
	line-height: 40px;
	padding-left: 30px;
}

#boite {
	width: 915px;
	background: #328ec9;
	padding: 30px;
	line-height: 20px;
	color: white;
}

#foot_boite {
	width: 975px;
	height: 27px;
	background: url(image/foot_boite1.png);
	margin-bottom: 15px;
}

#pied {
	font-size: 11px;
	color: #838383;
	margin-top: 20px;
}

a .ici {
	font-weight: bold;
	color: #cc0000;
}

a {
	text-decoration: none;
}

h1 {
margin-top: 0px;
}

h3 {
	color: white;
}

.connexion {
	margin-right: 25px;
	font-weight: bold;
}

.champ {
	margin-right: 15px;
}











/*///////////////////////////QCM /////////////////////////////*/

#materiau {
	margin-left: 70px;
	margin-right: 70px;
	font-weight: bold;
	background: #90e5a8;
}

#usinage {
	margin-left: 70px;
	margin-right: 70px;
	font-weight: bold;
	background: #aed0ea;
}

#controle {
	margin-left: 70px;
	margin-right: 70px;
	font-weight: bold;
	background: #e5d290;
}

#bloc_erreur {
	background: #3ba4cf;
	width: 500px;
	height: 160px;
	padding : 50px;
	margin: auto;
	border: 5px solid black;
}


/*/////////////////////////// CONTENEUR/////////////////////////////*/

#conteneur_qcm {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

