/* CSS Document */

body {
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 980px;
}

h1 {
	color: blue;
	border: thin solid;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	padding: 15px 0;
	text-decoration: underline;
}

h2 {
	font-style: italic;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	padding: 0;
	text-decoration: underline;
}

ul, ol {
	padding-bottom: 15px;
	text-align: left;
}

#body {
	padding: 0 125px 15px 100px;
}

/**********************/
/* Gestion de l'édito */
/**********************/

#edito {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 15px 10px;
	text-align: justify;
}

#edito p {
	text-indent: 25px;
}

#edito #civilite, #edito #signature {
	font-size: 16px;
	font-weight: bold;
}

#edito #signature {
	font-style: italic;
	padding-top: 25px;
	text-align: right;
	text-indent: 0;
}

#entete {
	background: url("/guide/logo_CG.png") 25px top no-repeat;
	display: table-cell;
	font-style: italic;
	height: 140px;
	text-align: right;
	vertical-align: middle;
	width: 700px;
}

#entete sup {
	font-size: 12px;
}

/************************/
/* Gestion du règlement */
/************************/

#reglement {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 15px 10px;
	text-align: justify;
}

#reglement p {
	text-indent: 25px;
}

#fichier {
	background: url("/guide/fic_pdf.png") no-repeat 40px top;
	display: block;
	height: 24px;
	margin-top: 10px;
	padding: 8px 0 0 80px;
}

/*********************/
/* Gestion des liens */
/*********************/
a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: none;
}