/* pour l'instant, ce fichier est identique à style.css
 Il faudra l'améliorer pour une meilleure impression des pages du site */

body {	
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}

/* aspect des liens */
a {
	color: #243D8A;
	text-decoration: none;
}
a:hover {
	color: red;
}
a img {
	border: solid #243D8A 2px;
}
a img:hover {
	border: solid red 2px;
}

/* disposition et aspect des blocs div*/
#en_tete {
	height: 125px;
	background: url("images/logo.png") no-repeat top left;
	background-color: #CBDAF1;
}
#en_tete p {
	text-align: center;
}

#menu {
	width: 220px ;
	float: left;
	background-color: #CBDAF1;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 10px;
}
.sous_menu {
	margin-bottom: 30px;
}
.sous_menu h3 {
	font-size: 15px;
	color: #243D8A;
}
.sous_menu ul {
	list-style-type: none;
	font-size: 12px;
}
.sous_menu li {
	margin-bottom: 8px;
	text-indent: -20px;
}
#page_en_cours {
	background-color: #243D8A;
	padding: 2px;
	color: white;
}
	
#titre_page {
	margin-left: 260px;
	color: #243D8A;
}
#titre_page p {
	margin: 10px;
	float: right;
}
#titre_page h2
{	padding-top: 40px;
	font-size: 25px;
}
	
#corps {
	margin-left: 260px;
	margin-right: 40px;
	clear: right;
}
.colle {
	margin-bottom: 0px;
}
.textes_jour {
	margin-left: 40px;
	margin-top: 0px;
	font-size: 13px;
}
.textes_jour p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#pied_de_page {
	clear: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	background-color: #CBDAF1;
	font-size: 14px;
}
#pied_de_page p {
	margin: 0px;
}

/* titres des sections dans le corps */
#corps h3 {
	color: #243D8A;
}
#corps h4 {
	text-indent: 20px;
	font-weight: normal;
	color: #243D8A;
}

/* paragraphe centré */
.centre {
	text-align: center;
}

/* texte en rouge */
.rouge {
	color: red;
}

/* listes dans le corps */
#corps li {
	margin-bottom: 12px;
}
#corps ol {
	background-color: #CBDAF1;
}

/* formulaire */
fieldset {
	margin: 20px;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #243D8A;
}
form textarea, form input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}
form .gros_bouton {
	font-size: 18px;
	font-weight: bold;
}
form .petit_bouton {
	font-size: 15px;
}

/* tableaux */
table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 4px;
}
td {
	padding: 6px;
	background-color: #E0E0E0;
}
.date {
	font-size: 13px;
	width: 100px;
}
.numero_ex {
	text-align: right;
	font-family: "Segoe Print", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	width: 30px;
	padding: 0px 4px;
}
.numero_ds { width: 70px;
	font-weight: bold;
	color: red;
}
.bouton { text-align: center;
	width: 60px;
	background: url("images/bouton.png") no-repeat center;
}
.bouton:active {
	background: url("images/bouton_clic.png") no-repeat center;
}
.table_de_liens {
	border: outset 1px;
	border-spacing: 2px;
	margin-bottom: 30px;
}
.table_de_liens td {
	background-color: white;
	border: inset 1px;
	text-align: center;
	width: 120px;
}
.table_de_liens th {
	font-weight: normal;
	border: inset 1px;
	text-align: left;
}
.table_de_liens a img {
	border: none;
}




