@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #d6d6d6;
	font: normal 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 0em;
}

a {
	color: silver;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #CCCCCC;
}

b{
	color: #666666;
	font: normal 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 0em;

}


#colG {
	float: left;
	width: 240px;
	position: fixed;
}

#colM {
	width: 480px;
	float: left;
	margin-left: 260px;
	margin-top: 91px;
	font-size: 12px;
	line-height: 18px;
}

#colD{
	float: left;
	width: 240px;
	position: fixed;
	margin-left: 760px;
	color: #d6d6d6;
}

.bloc_haut {
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #fe3500;
	border-right-color: #fe3500;
	border-bottom-color: #fe3500;
	border-left-color: #fe3500;
	height: 72px;
	font-size: 12px;
	line-height: 18px;
	padding: 18px 0px 0 9px;
}

.bloc_bas {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #fe3500;
	border-right-color: #fe3500;
	border-bottom-color: #fe3500;
	border-left-color: #fe3500;
	color: #d6d6d6;
	padding-top: 18px;
	padding-left: 9px;
	padding-bottom: 18px;
}

.titre {
	font-size: 18px;
}

.menu {
	margin: 0px;
}

.menu li {
	list-style-type: none;
	display: block;
	margin-left: -5px;
}

.sousmenu {
}

#masque {
	height: 90px;
	width: 480px;
	position: fixed;
	background-image: url(medias/masquecopie2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -90px;
}

#colM img {
	margin-bottom: 15px;
}

.premiermot {
	color: #fe3500;
}

.cv {
	color: #666666;
}

.capitales {
	text-transform: uppercase;
}

.tabsuivant {
	text-align: right;
}

}

.tabprecedent {
	text-align: left;
	top: 150px;
}



