body {
	color:#000;
	background-color:#F4F4F4;
	font: small sans-serif;
}

img {
	border: 0px;
}

a { 
	color:#777;
	text-decoration:none;
}

a:hover, a:active {
	color:#000;
	text-decoration:underline;
}


.entete {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.entete #titre {
	border: 1px solid #c0c0c0;
	background-color: #fff;
	margin: auto;
	width: 210px;
	text-align: center;
}

.corps {
}

.colGauche {
	background-color:#CEDFDA;
	border:1px solid green;
	width: 125px;
	float: left;
	padding-top: 10px;
	margin-bottom: 5px;
}

.colDroite {
	background-color: #FFF;
	border:2px solid #6060FF;
	float: right;
	width: 850px;
	margin-bottom: 5px;
}

.basPage {
	background-color: #9090A0;
	clear: both;
	font-size: 13px;
	text-align: center;
}

.basPage a { 
	color:#000;
	text-decoration:none;
}

.basPage a:hover,.basPage a:active {
	color:#FFF;
	text-decoration:underline;
}

.box {
	margin: auto;
	width: 100px;
	background-color: #f0f0f0
}

.box-titre {
	border:1px solid #888;
	text-align: center;
}

.box-corps {
	border:1px solid #888;
	text-align: center;
}

.logo {
	margin-top: 10px;
	text-align: center;
}

.page {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
}
