
/* ------- GABARIT GENERAL ------- */

* { outline: none; } 

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: 'Hevetica', Arial, verdana, sans-serif;
}
img {
border-width: 0;
border-style: none;
}





/* ------- STRUCTURE GENERALE ------- */

#ecran {
	position: absolute;
	width: 900px;
	height: 725px;
	background-color: #000000;
}
.position1 {
	top: 0px;
	left: 0px;
}
.position2 {
	top: 0px;
	left: 900px;
}
.position3 {
	top: 0px;
	left: 1800px;
}
.position4 {
	top: 0px;
	left: 2700px;
}
.position5 {
	top: 0px;
	left: 3600px;
}
.position6 {
	top: 0px;
	left: 4500px;
}




/* ------- HEADER ------- */

#header {
	width: 850px;
	height: 105px;
	margin: 0;
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
	background-color: #000000;
}
#header2 {
	width: 900px;
	height: 56px;
	margin: 0;
	padding-top: 59px;
	background-color: #000000;
}
#header a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#header a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
	text-decoration: none;
}
#header a:active {
	color: #FF0000;
	text-decoration: none;
}




/* ------- PAGES ------- */

#page {
	position: relative;
	width: 900px;
	height: 450px;
	background-color: #FFFFFF;
}
.fond1 {
	background-image: url(images/fond1.jpg);
}
#colonne1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 450px;
	text-align: left;
	padding : 0;
}
#colonne2 {
	position: absolute;
	top: 0px;
	left: 65px;
	width: 300px;
	height: 350px;
	text-align: left;
	color: #7c868f;
	padding-top : 100px;
}
#colonne3 {
	position: absolute;
	top: 0px;
	left: 395px;
	width: 425px;
	height: 425px;
	text-align: justify;
	color: #000000;
	padding-top: 25px;
}
#page a {
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}
#page a:link {
	color: #336666;
	text-decoration: none;
}
#page a:visited {
	color: #336666;
	text-decoration: none;
}
#page a:hover {
	color: #FF0000;
	text-decoration: none;
}
#page a:active {
	color: #FF0000;
	text-decoration: none;
}





/* ------- FOOTER ------- */

#footer {
	width: 730px;
	height: 153px;
	background-color: #000000;
	margin: 0;
	padding-left: 170px;
	padding-top: 7px;
}
#footer2 {
	width: 800px;
	height: 125px;
	background-color: #000000;
	margin: 0;
	padding-left: 65px;
	padding-top: 35px;
}







/* ------- TEXTE ------- */

.texte_titre1 {
	font-size: 0.75em;
	color: #7c868f;
}
.texte_titre2 {
	font-size: 1.9em;
	color: #FFFFFF;
}
.texte_10bold {
	font-size: 0.65em;
	font-weight: bold;
	color: #000000;
}
.texte_18gris {
	font-size: 1.125em;
	color: #7c868f;
	line-height: 1em;
}
.colonnefooter1 {
	width: 190px;
	height: 153px;
	text-align: left;
	padding-top: 20px;
	padding-left: 165px;
}
.colonnefooter2 {
	width: 172px;
	height: 153px;
	text-align: left;
	padding-top: 20px;
}
.text-courant {
	font-size: 0.7em;
}