* {
margin : 0;
padding : 0;
outline : none;
}

body {
font-family : Arial, Verdana, sans-serif;
font-size: 12px;
	scrollbar-face-color:#1c1e47;
 	scrollbar-arrow-color:orange;
	scrollbar-track-color:silver;
	scrollbar-shadow-color:'green';
	scrollbar-highlight-color:'#000';
	scrollbar-3dlight-color:silver;
	scrollbar-darkshadow-Color:'orange';
} 

Div#PagePrincipale {
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	width: 1000px; 
	background-color: #1c1e47;
	z-index:0;
}

Div#hautPage { 
	top:0px;
	width:1000px;
	height:100px; 
	background-color: #1c1e47;
}

Div#milieuPage {
	position:relative;
	top: 0px;
	margin-left: 0px;
	width: 1000px;
	height:400px;
	padding: 0 0 0 0;
	background-color: #1c1e47;
}

Div#gauchePage {
	position:absolute;
	top:0px;
	left:0px;
	height: 400px;
	width:200px;
	padding: 10 10 10 10;
	background-color :  #1c1e47;
}

Div#centrePage {
	position:absolute;
	top:0px;
	left:200px;
	height: 400px;
	width:770px;
	padding: 10 10 10 10;
	background-color : #1c1e47;
	overflow-Y: auto;
	overflow-X: hidden;
	}
Div#droitePage {
	position:absolute;
	top:0px;
	left:0px;
	height: 400px;
	width:30px;
	padding: 10 10 10 10;
	background-color :  #1c1e47;
}


Div#basPage { 
	top:0px;
	width:1000px;
	height:50px; 
	background-color:  #1c1e47;
}

blockquote {
margin:10px;
padding:2px;
font-size:12 px;
color:white;
}

