/*Contenu général*/

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #666666;
	text-align: center;
	color: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1 {
	font-size: 36px;
	font-family: serif;
	font-style: normal;
}


A {
	text-decoration: none;
	font-weight: bold;
	color: #9b9b9b;
}

A:hover {
	text-decoration: none;
	border-top: thin solid;
	color: #9b9b9b;
}

#cont {
	min-height: 2000px;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	width: 1100px;
	height: auto;

}

#entete {
	background-color: #222222;
	height: 150px;
	text-align: center;
}
#gauche {
	font-size: 14px;
	background-color:#222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	text-align: left;
	text-indent: 1em;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#droite {
	width: 900px;
	background-color: #000000;
	float: right;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 30px;
}

#opusvig {
	width: 800px;
	height:200px;
	overflow: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*   scrollbar-face-color: #006400;
    scrollbar-shadow-color: #228b22;
    scrollbar-highlight-color: #98fb98;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #eee8aa;
*/
}
#opusvig A:HOVER {
	
}
