/* design.css  MLS
(c)Fabien Chatenet 2008 */

body
{
	margin: 0px;
	padding: 4px;
	
	background-color: #858585;
}

/* En-tête du site */
#en_tete
{
	width: 100%;
	height: 142px;
	
	text-align: center;
}

/* Menu du site */
#menu
{
	width: 100%;
	height: 30px;
	
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding: 0px;
	
	background-image: url('../images/menu.png');
	background-repeat: repeat-x;
	
	text-align: center;
}

#menu_conteneur
{
	width: 525px;

	margin: auto;
	padding: 0px;
}

#menu_haut
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

.menu_haut_item
{
	height: 30px;
	line-height: 25px;
	
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;

	float: left;
	
	text-align: center;
}

.menu_haut_item a, .menu_haut_item a:visited
{
	color: #CCCCCC;
	font-family: 'Trebuchet MS', 'Times New Roman', Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.menu_haut_item a:hover
{
	color: #FFFFFF;
}

/* Corps du site */
#corps
{
	width: 100%;
	height: auto;
	
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	
	border: 1px solid #000000;
	
	background-color: #aaaaaf;
}


.titre_page
{
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 18px;

	color: #9c0d0d;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.7em;
	text-align: center;
}

/* Accueil */
#accueil
{

}

.text_accueil
{
	color: #9c0d0d;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2em;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* Images */
.images
{
	text-align: center;
}

.images img
{
	border: 1px solid #D4D4D4;
}

.images a, .images a:hover, .images a:visited
{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Salles */
#liste_salles
{
	width: 700px;
	margin: auto;
}

.lien_photo
{
	text-align: center;
}

.lien_photo img
{
	border: none;
}

.titre_salles
{
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}

.text_salles
{
	margin: 0px;
	margin-left: 45px;
	margin-bottom: 20px;
	padding: 0px;
	
	color: #001051;
	font-family: 'Times New Roman', Times, serif;
}

.tableau_salles
{
	margin: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	
	border: 1px dashed #990000;
}

.tableau_salles_image
{
	text-align: center;
}

.tableau_salles caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.tableau_salles tr td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Tarifs */
.tableau_tarifs
{
	margin: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	
	border: 1px dashed #003399;
}

.tableau_tarifs caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.tableau_tarifs tr td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Contact */
.tableau_contact
{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tableau_contact caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.tableau_contact tr td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.text_erreur
{
	margin: 0px;
	padding: 0px;

	color: #C10000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.text_succes
{
	margin: 0px;
	padding: 0px;

	color: #519A25;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.text_contact
{
	margin: 0px;
	margin-top: 28px;
	margin-bottom: 8px;
	
	text-align: center;
}

/* Groupes */
.tableau_groupes
{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	
	border-collapse: collapse;
}

.tableau_groupes caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.tableau_groupes tr th
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #640000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.tableau_groupes tr td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.image_groupes
{
	text-align: center;
}

.lecteur_groupes
{
	width: 200px;
	height: 30px;
}

/* Horaires */
.horaires_jours
{
	margin: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	
	border: 1px dotted #000099;
}

.horaires_jours caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.horaires_jours tr td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.jour_normal, .jour_normal:hover, .jour_normal:visited
{
	margin: 0px;
	margin-left: 4px;
	margin-right: 4px;
	
	color: #4A6FEC;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.jour_select
{
	color: #E9EFFE;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.jour_actuel
{
	color: #910000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.day_actuel
{
	color: #910000;
}

.groupe_horaire
{
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.groupe_horaire_reserv
{
	text-align: center;
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.delete_horaires
{
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.addbtn
{
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	
	border: none;
}

.horaires_semaines
{
	margin: auto;
	margin-top: 2px;
	margin-bottom: 10px;
}

.horaires_semaines caption
{
	margin: auto;
	
	color: #CC3300;
	font-size: 1.1em;
	text-align: center;
}

.horaires_semaines tr td
{
	margin: 0px;
	padding: 0px;
	
	border: 1px dotted #888888;

	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.closebtn
{
	height: 35px;
	text-align: center;
	vertical-align: bottom;
}

.openclose
{
	border: none;
}

/* Pied de page du site */
#pied_de_page
{
	width: 100%;
	height: 30px;
	
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	background-color: #96969b;
	
	text-align: center;
}

.text_foot
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Class générique */
.no_jump
{
	margin: 0px;
}

.no_bordures
{
	border: none;
}

.text_center
{
	text-align: center;
}
