
.page {
	position: relative;
	width: 1000px;
	top: 0px;
}
.entete {
	
	position: relative;
	height: 200px;
	width: 1000px;
	top: 0px;
		background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: right;
}
.menuhorizontal {
	position: relative;
	width: 800px;
	top: 0px;
	z-index: 10;
	background-color: #0033CC;
	height: auto;
	float: right;

}
.principal {
	background-color: #FFFFFF;
	float: right;
	position: relative;
	width: 800px;
	top: 0px;
}
.menugauche {
	background-color: #0099FF;
	position: relative;
	height: 400px;
	width: 200px;
	top: 0px;
	float: left;

}


.pied {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	position: relative;
	height: 50px;
	width: 800px;
	right: 0px;

}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #002A76;
	font-size: 11px;
	color: #3A322C;
	background-image: url(/images/structure/v4fond.gif);
	background-repeat: repeat-x;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-repeat: no-repeat;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 8px;
left: 3px;
}
#menu {
width: 190px;
}
#menu dt {
	cursor: pointer;
	margin: 5px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	border-color: #A2A9EE;	
}
#menu dd {
	border: 0px solid gray;

}
#menu li {
	text-align: center;
	background: #C8D2FD;
	background-color: #C8D2FD;
	font-size: 11px;
	margin-left: 10px;
	font-weight: normal;
}
/*sousmenu */
#menu li a {
	color: #0066FF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;

	
	
}
/*hover*/
#menu li a:hover, #menu dt a:hover {
	background-color: #3F72C7;
	background: #3F72C7;
	color: #FFFFFF;
}
td {
	font-size: 11px;
		color: #3A322C;
}
a:link {
	color: #333333;
	text-decoration: underline;	
}

a:visited {	
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

a:active {
		color: #333333;
		text-decoration: underline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	background-color: #DFF1FF;
	border: 1px solid #9BAFFF;
	height: 20px;
	width: 200px;
	font-weight: normal;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	background-color: #EDEFFE;
	border: 1px solid #C8D0FB;
}
.titre1 {
	font-size: 25px;
	color: #333333;
	letter-spacing: 0px;
}
.titre2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0px;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;

}
.titre3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;

	text-indent: 10px;
}
.titre4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;

	text-indent: 10px;
}
.ablanc {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.bblanc {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.cblanc {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.ableu {
	font-size: 36px;
	font-weight: bold;
	color: #0099FF;
}
.bbleu {
	font-size: 30px;
	font-weight: bold;
	color: #0099FF;
}
.cbleu {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
}
.anoir {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.bnoir {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.cnoir {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.liste {
	list-style-type: square;
	text-indent: 40px;
	display: list-item;
	list-style-position: outside;
}
.bordurespeciale {	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #476585;
	background-color: #C8D0FB;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #476585;
}
.coin {
	background-image: url(/images/structure/coin.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
