* {
	margin: 0px;
	padding: 0px;
}
#logo {
	height: 160px;
	width: 950px;
}
#tout {
	height: 600px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bandeau2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.titretab {
	font-size: 14px;
	font-weight: bold;
	color: #1883C7;
	text-align: center;
}
.justifie {
	text-align: justify;
}

.bords {
	border: thin solid #F6B229;
}
table {
	padding: 10px;
}
.centre {
	margin-right: auto;
	margin-left: auto;
}
.textecentre {
	text-align: center;
}




#sommaire {
	height: 40px;
	width: 950px;
	background-image: url(images/fond-sommaire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#tout #sommaire li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
}
#tout #sommaire li a {
	font-size: 14px;
	font-weight: bold;
	color: #1D83C5;
	text-decoration: none;
}
#tout #sommaire li a:hover {
	color: #F7B32A;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C4D5F;
	background-color: #CDDEE9;
}

#contenu {
	height: 500px;
	width: 930px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D61BF;
	text-decoration: none;
}
.lien:hover {
	color: #F6B229;
}
.texteaccueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C4D5F;
}
