* {
    font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    font-size: 67.5%;
    background: #838f48;
		text-align: left;    
}

a {
    color: #0056B0;
}

a:hover {
    color: #C56E40;
}

a img {
    border: 0;
    text-decoration: none;
}

img.right {
    border: 6px solid #e6e6e6;
    float: right;
    margin: 5px 0 5px 18px;
}

img.left {
    border: 6px solid #e6e6e6;
    float: left;
    margin: 5px 18px 5px 0;
}

/* En-tête */
#en-tete {
	background: #838f48;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

#en-tete h1 {
	float: left;
	font-size: 3.0em;
	font-weight: normal;      
	padding-left: 40px;
	padding-top: 8px;        
}

#en-tete h1 a {
	color: #fff;
	text-decoration: none;
}

#en-tete h1 a:hover {
	text-decoration: underline;
}

#en-tete h2 {
	color: #e5dbd3;
	clear: left;
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	padding-left: 80px;
	padding-top: 1px;        
}

/* Menu */ 
#menu {
	background: #838f48;
	border-bottom: 3px solid #C56E40; /* #d57e50; */
	float: right;
	width: 100%;
}

#menu ul {
	list-style-type: none;
	float: right;
	padding-right: 30px;
	padding-top: 5px;
}    

#menu ul li {
	float: left;
	margin-bottom: -3px;
	text-align: center;
}

#menu ul li a {
	height: 35px;
	background: #C56E40;
	border-bottom: 3px solid #C56E40;
	color: #fff;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 8px;
	padding: 7px 17px;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #fff;
	color: #838f48;
}

/* Partie principale */
#principal {
	clear: both;
	padding: 10px 30px;
	background: white;
}
    
/* Colonne de droite */
#colonne {
	float: right;
	margin-top: 10px;
	text-align: center;
	width: 140px;
	overflow: hidden;
}

#colonne h4 {
	font-size: 1.2em;
	padding-bottom: 5px;
}

#colonne h3 {
	float: left;
	font-size: 1.4em;
	margin-left: 8px;
}

#colonne a {
	color: #444;
	text-decoration: none;
}

#colonne a:hover {
	text-decoration: underline;
}

#colonne #recherche {
	font-size: 1.2em;
	text-align: center;       
}

/* Contenu principal (au milieu/à gauche) */
#contenant {
	padding-right: 25px;
	overflow: hidden;
}

#contenant ul {
	list-style-type: disc;
}

#contenant h2 {
	color: #838f48;
	font-size: 1.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
}

#contenant h2 a {
	color: #838f48;
}

#contenant h2 a:hover {
	color: #C56E40;
}

#contenant h2.search {
	background: #ffffee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #444;
	margin-bottom: 15px;
	padding: 10px 5px;
}

#contenant h3 {
	color: #555;
	font-size: 1.2em;
	margin-left: 25px;
}

#contenant p {
	font-size: 1.3em;
	line-height: 18px;
	margin: 10px 0 12px 15px;
	text-align: justify;
}

#contenant ul, #contenant ol {
	margin: 5px 0 5px 40px;
}

#contenant li {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 8px;
}

#contenant .post {
	clear: left;
}

#contenant .post h3 {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 30px;
}

#contenant .story-content {
	padding-top: 6px;
}

#contenant blockquote {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	margin: 15px 40px;
	padding: 10px 15px;
	text-align: justify;
}

#contenant .code {
	background: #ffffee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 1.2em;
	margin: 15px 40px;
	padding: 10px 15px;
}

/* Pied de page */
#pied-page {
    background: #838f48;
    border-top: 3px solid #C56E40;
    color: #fff;
    clear: both;
    font-size: 1.2em;
    font-weight: normal;
    padding: 6px 10px;
    text-align: center;
} 

#pied-page a {
    color: #e5dbd3;
    text-decoration: none;
}    

#pied-page a:hover {
    text-decoration: underline;
}

#pied-page .liens {
    float: left;
    margin: 5px 30px;
    text-align: left;
}

#pied-page h3 {
    font-size: 1.5em;
}

#pied-page ul {
    list-style: none;
    padding: 5px 0 15px 1px;
    text-align: left;
}    

#pied-page ul li a {
    border: 1px solid #838f48;
    border-bottom: 1px dotted #e5dbd3;
    color: #e5dbd3;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 4px;
    padding: 0 15px 0 4px;
    text-decoration: none;
    text-align: left;
}

#pied-page ul li a:hover {
    background: #C56E40;
    border: 1px solid #e5dbd3;
    color: #fff;
    text-decoration: none;
}

#pied-page #generique {
    clear: left;
}

input {
	border: #C56E40 1px solid;
}

form#recherche .bouton {
	border: 1px black solid;
}

form#connexion .bouton {
	border: 1px black solid;
	display: block;
	margin: 10px 0 0 60px;
	padding: 0 3px;
}

form#connexion {
	margin: 10px 0 12px 25px;
	font-size: 1.2em;
	line-height: 20px;
}

form#connexion label {
	float: left;
	width: 100px;
	font-size: 1em;
	height: 20px;
	line-height: 20px;
}

form#connexion .champ {
	height: 16px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
}

form#connexion span {
	clear: both;
	font-size: 1em;
	display: block;
}

#contenant h4 {
	color: #C56E40;
	font-size: 1.1em;
	font-weight: bold;
}

table#admin {
	border-collapse: collapse;
}

table#admin td {
	padding: 0 3px;
}

table#admin tr {
	padding: 2px 0;
}

table#admin tr:hover {
	background-color: #D8D4D3;
}

form#super_administration span {
	clear: both;
	padding: 3px 0;
	display: block;
}

form#super_administration label {
	width: 250px;
	float: left;
}

html select {
	border: #C56E40 1px solid;
}

#formulaire select.liste {
	width: 630px;
}

#formulaire select.menu {
	width: 500px;
	margin: 10px 0 10px 260px;
	display: block;
}

select#pages_pour_section {
	height: 450px;
}

form#formulaire span.champ {
	clear: both;
	padding: 0 0 5px 0;
	display: block;
}

form#formulaire label {
	width: 250px;
	float: left;
	padding-right: 10px;
}

form#formulaire select {
	width: 300px;
}

textarea {
	border: 1px solid #C56E40;
}

form#formulaire input.case_modification {
	margin-right: 5px;
}

form#formulaire tt.explication {
	font-family: verdana, helvetica, geneva, sans-serif;
	color: #C56E40;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

form#formulaire q.explication {
	width: 500px;
	margin: 10px 0 10px 260px;
	display: block;
}


form#formulaire q.explication:before, q.explication:after {
	content: '';
}


form#formulaire button.ajouter-lien {
	border: 1px solid #C56E40;
	margin-left: 435px;
	display: block;
	padding: 1px 2px;
	width: 150px;
}

div#contenant p#erreur {
	font-size: 16px;
	line-height: 18px;
	color: #FF3333;
	margin: 10px 0;
	padding: 0;
}

form#formulaire span.titre-champ {
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	display: block;
	font-weight: bold;
}

table#liste-admin {
	border-collapse: collapse;
	margin-left: 1px;
	margin-top: 10px;
}

table#liste-admin tr.table-en-tete {
	text-align: center;
	font-weight: bold;
}

table#liste-admin th {
	padding: 2px 3px;
}

table#liste-admin td {
	margin: 0;
	padding: 2px 8px;
}

table#liste-admin tr.ligne {
	line-height: 18px;
}

table#liste-admin tr.ligne:hover {
	background-color: #D8D4D3;
}

form#inscription span.champ_formulaire {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	background: url('../../images/formulaire-milieu.png') repeat-y;
}

form#inscription em {
	font-size: 1px;
	width: 0;
	height: 0;
	display: none;
	clear: both;
}

span.champ_formulaire label {
	padding-right: 10px;
	margin-left: 20px;
	line-height: 22px;
}

span.champ_formulaire input {
	width: 200px;
	float: right;
	margin-right: 140px;
	line-height: 22px;
}

span.champ_formulaire input.boite_a_cocher {
	width: auto;
	margin-right: 320px;
	border: none;
	margin-top: 6px;
}

span.champ_bouton {
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	background: url('../../images/formulaire-milieu.png') repeat-y;
}

span#barre-haut {
	display: block;
	width: 750px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url('../../images/formulaire-haut.png') no-repeat;
}

span#barre-bas {
	display: block;
	width: 750px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url('../../images/formulaire-bas.png') no-repeat;
}

form#inscription span.explication {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	display: block;
	width: 710px;
}

span.champ_formulaire b {
	color: red;
	font-weight: bold;
}

span.champ_formulaire select {
	width: 640px;
	line-height: 30px;
	margin: 0 10px 0 25px;
	vertical-align: middle;
}

span.champ_formulaire img {
	line-height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

table#liste_cours_affichee {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	border-collapse: collapse;
	border: black 1px solid;
}

table#liste_cours_affichee tr:hover{
	background-color: #99CCCC;
}

table#liste_cours_affichee th {
	font-weight: bold;
	padding: 3px;
	text-align: center;
	font-size: 12px;
}

table#liste_cours_affichee td {
	padding: 3px;
	text-align: right;
}

table#liste_cours_affichee img {
	line-height: 17px;
	vertical-align: middle;
	padding: 0 2px;
}

table#liste_cours_affichee td.nom_cours {
	text-align: left;
}

table#liste_cours_affichee td.date {
	text-align: left;
	width: 120px;
}

span#message_erreur {
	padding: 10px 0;
	font-size: 14px;
	color: red;
}

div.navigation-pages {
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 7px 0;
}

ul#resultats-recherche {
	list-style-type: none;
}

#bouton-calendrier {
	height: 20px;
	text-align: center;
	width: 120px;
	margin: 20px auto 20px auto;
	border: dashed 1px #C56E40;
}

#bouton-calendrier span {
	width: 100%;
	height: 100%;
	line-height: 20px;
	display: block;
	color: #C56E40;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

#prix-total {
	text-align: left;
}

tr#ligne-prix-total {
	height: 30px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: larger;
}

span#endroits {
	float: left;
	text-align: left;
}

span#dates {
	float: left;
	text-align: left;
}


/***** Formulaire pour ajout/modification de page *****/
form#ajout_modification_page p {
	width: 100%;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0;
}

form#ajout_modification_page p.titre-champ {
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 0;
	height: 16px;
	font-size: 16px;
}

form#ajout_modification_page textarea {
	width: 95%;
	height: 150px;
	margin-bottom: 8px;
}

input.texte { width: 95%; margin-bottom: 8px; }

form#ajout_modification_page input.bouton-enregistrer {
	margin: 15px 15px 0 0;
	padding: 2px 5px;
	float: right;
}

p.bouton-enregistrer { text-align: right; }

/***** Formulaire pour ajout d'un fichier *****/
form#ajout_fichier p {
	width: 100%;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0;
}

form#ajout_fichier p.titre-champ {
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 0;
	height: 16px;
	font-size: 16px;
}

form#ajout_fichier input#fichier {
	width: 65%;
	margin-left: 15px;
}

form#ajout_fichier input.bouton-enregistrer {
	margin: 15px 15px 0 0;
	padding: 2px 5px;
}

/***** Formulaire pour ajout d'un fichier *****/
form#choix_programme p {
	width: 100%;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0;
}

form#choix_programme p.titre-champ {
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 0;
	height: 16px;
	font-size: 16px;
}

form#choix_programme select#programme {
	width: 45%;
	margin-left: 15px;
}

form#choix_programme input.bouton-enregistrer {
	margin: 15px 15px 0 0;
	padding: 2px 5px;
}

/***** Message d'erreur *****/
div#message-erreur { margin: 8px 0; }
div#message-erreur p { padding: 4px 0; text-align: center; font-size: 125%; }

/***** Message d'information *****/
div#message { margin: 8px 0; }
div#message p { margin: 4px 0; text-align: center; font-size: 125%; }
div#message span { background-color: yellow; }

/***** Classes diverses *****/
.rouge { color: red; }
.gras { font-weight: bold; }