* {margin: 0; padding: 0} 
html,body {height: 100%;}
/*body { 
	scrollbar-face-color: #4a6c88;
	scrollbar-darkshadow-color: #4a6c88; 
	scrollbar-track-color: #08f6f9; 
	scrollbar-arrow-color: #4a6c88; 
	scrollbar-highlight-color: #08f6f9; 
	scrollbar-3dlight-color: #08f6f9;
	cursor:url("http://patmax.info/curseurs/baguette2.ani");
}
*/

A:link {color: #4a6c88;text-decoration:none;}
A:visited {color: #4a6c88;text-decoration:none;}
A:hover {color: #4a6c88;text-decoration:none;}
.titre {
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #4a6c88;
}

#menu_gauche { width: 12%; height: 100%; float: left; overflow: auto; text-align: center; border-right: 2px solid #696969; background: #08f6f9 url(./images/ciel4.gif); }
#menu_droit { width: 12%; height: 100%; float: right; overflow: auto; text-align: center; border-left: 2px solid #696969; background: #08f6f9 url(./images/ciel4.gif); color: #4a6c88; }
#contenus { height: 100%; overflow: auto; text-align: center; background: #08f6f9 url(./images/ciel4.gif);  }

.corps { 
	font-family: "Times New Roman",  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4a6c88; 
	width: 50%; 
	text-align: center; 
} 
.corps2 { color: #4a6c88; text-align: center; }

.positionDroit {float:right; margin-left: 15px; border:none;}

/*Livre d'or*/
.livre_or {
	width: 100%;
	margin: auto;
	border: 1px solid #517899;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #4a6c88;
	text-align: left;
}
.pseudo {
	 font-weight: bold;
	 text-align: center;
}
.date {
	text-align: center;
}
.debut {
	background-color: #FFFFFF;
	margin: -1px -5px; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}
/*-----------------------------------------------------------*/

.inputsubmit {
	border: 5px solid #90AEC4; 
	font-size: 15px; 
	padding: 5px 15px 5px 15px; 
	cursor:pointer; 
	background-color: #557D9F;
	color: #F2E647;
	font-weight: bold;
}

