/* CONTENEUR PRINCIPAUX */

#master {
	background-color: #939395;
	height: 600px;
	width: 800px;
	background-image: url(../images/interface/texture.jpg);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#menutop {
	height: 80px;
	width: 800px;
	margin-bottom: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu {
	height: 220px;
	width: 150px;
	background-image: url(../images/interface/menu_fond.jpg);
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 130px;
	list-style-type: square;
	padding-left: 10px;
	line-height: 10px;
}
#menu p {
	padding: 0px;
}
#mentions_lien {
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 150px;
	left: 30px;
	top: 350px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#logo {
	position: absolute;
	height: 210px;
	width: 160px;
	left: 30px;
	top: 390px;
}
#logos {
	position: absolute;
	height: 80px;
	width: 580px;
	left: 220px;
	top: 520px;
}
#corps {
	position: absolute;
	left: 220px;
	top: 100px;
	height: 400px;
	width: 560px;
    overflow: auto;
}
#contact {
	position: absolute;
	left: 220px;
	top: 100px;
	height: 400px;
	width: 560px;
	overflow: auto;
}
#mentions {
	position: absolute;
	left: 220px;
	top: 100px;
	height: 400px;
	width: 560px;
	overflow: auto;
}
#col_gauche {
	height: 250px;
	width: 160px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 110px;
}

/* CONTENEUR SOUS MODELE */

#jaune {
	background-image: url(../images/interface/menu_jaune.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	height: 17px;
	width: 150px;
	padding-top: 3px;
	padding-left: 10px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 110px;
}
#bleu {
	position: absolute;
	left: 30px;
	top: 110px;
	background-image: url(../images/interface/menu_bleu.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	height: 17px;
	width: 150px;
	padding-top: 3px;
	padding-left: 10px;
	overflow: hidden;
}
#accueil_titre {
	position: absolute;
	height: 50px;
	width: 420px;
	left: 192px;
	top: 100px;
}
#accueil_image {
	height: 200px;
	width: 680px;
	left: 60px;
	top: 160px;
	position: absolute;
}
#accueil_competition {
	position: absolute;
	height: 50px;
	width: 200px;
	left: 280px;
	top: 415px;
}
#accueil_texte {
	position: absolute;
	height: 50px;
	width: 250px;
	left: 480px;
	top: 415px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #039BEF;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

/* BALISES */

body {
	margin-top: 0px;
	background-color: #939395;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
}
p {
	text-align: justify;
	margin: 10px 20px 10px 0px;
}
td {
	vertical-align: top;
}

/* CLASSES */

.titre_gris {
	font-size: 14px;
	font-weight: bold;
	color: #E7E7E7;
	text-transform: uppercase;
	text-align: left;
}
.titre {
	font-size: 14px;
	font-weight: bold;
}
.emphase {
	color: #FFFFFF;
	font-weight: bold;
}
.retrait {
	margin-left: 200px;
}
.titre_tableau {
	background-color: #666666;
	font-weight: bold;
}
.cellule_tableau {
	background-color: #999999;
}

