@charset "UTF-8";
/* INTRODUCTION

*/

/* SUMMARY
1) SPECIFICITES DE LA PAGE D'ACCUEIL
2) MISE EN PLACE DES COLONNES
3) MISE EN FORME GENERALE DES BLOCS SPECIFIQUE A LA PAGE D'ACCUEIL
4) PERSONNALISATION DES TITRES DE BLOC
5) MISE EN FORME DU BLOC ID=EVENTS_1 (EVENEMENTS A VENIR)
	5.1) Différenciation des événements
	5.2) Contenu d'un événement
*/


/* 1) SPECIFICITES DE LA PAGE D'ACCUEIL */
.align_content {
	background: none;
}

.column_left {
	display: none;
}

.column_right {
	display: none;
}

.content {
	margin-left: 0;
	margin-right: 0;
	background: none;
}



/* 2) MISE EN PLACE DES COLONNES */
.home_col1, .home_col2, .home_col3 {
	float: left;
}

.home_col1 { width: 286px; }
.home_col2 { width: 348px; margin: 0 6px 0 6px; }
.home_col3 { width: 348px; }



/* 3) MISE EN FORME GENERALE DES BLOCS SPECIFIQUES A LA PAGE D'ACCUEIL */
.home_block {
	background: #FFFFFF;
	margin: 0 0 6px 0;
	overflow: hidden;
}

/* 3.1) Mise en forme du haut des blocs accueil contenant le titre est les options appliqués au bloc */
.home_block_top_container { /* This block content title and options (displayed when you're connected) */
	width: 100%;
}

/* 3.1.1) Title */
.home_block_title {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #393939;
}

.block_news_1,
.block_news_2,
.block_pages_1,
.block_pages_2,
.block_events_1,
.block_downloads_1,
.block_polls_1 { /* Mise en forme des titres des blocs sauf la couleur de texte */
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

/* 3.1.2) Options */
.home_block_options {
	float: right;
}

.home_blocks_options_display, .home_blocks_options_hide {
	width: 12px;
	height: 12px;
	overflow: hidden;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

.home_blocks_options_display {
	background: url(images/block_options_display.gif) no-repeat top left;
}

.home_blocks_options_hide {
	background: url(images/block_options_hide.gif) no-repeat top left;
}

.home_block_options_list {
	width: 130px;
	position: absolute;
	margin: 2px 0 0 -120px;
	padding: 2px 0 2px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFFFFF;
	background: #E9E4DE;
	border: 1px solid #867D72;
}

.home_block_options_list a:link, .home_block_options_list a:visited {
	display: block;
	width: 120px;
	color: #393939;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

.home_block_options_list a:hover {
	background: #F5F2EE;
	color: #393939;
	text-decoration: none; 
}

.home_options_selected {
	color: #393939;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	background: url(images/option_validated.png) no-repeat right;
}

.home_options_selected:hover {
	background-color: #F5F2EE;
}

.home_block_options_list a.tooltip {
	position: relative;
}

.home_block_options_list a.tooltip span {
	display: none;
}

.home_block_options_list a.tooltip:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}

.home_block_options_list a.tooltip:hover span {
	width: 320px;
	display: inline;
	position: absolute;
	top: 2em;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #BD0000;
	font-weight: bold;
	color: #BD0000;
	padding: 10px;
}



/* 3.2) Mise en forme du contenu d'un bloc accueil */
.home_block_content { /* Contain all block's contents */
	padding: 28px 0 0 0;
}

.home_line_container { /* Container of a line as instance: 1 event, 1 added file, 1 news, 1 updated page */
	width: 100%;
}

/* 3.3) Mise en forme d'un bloc full image */
.home_block_img {
	 display: block;
}



/* 4) PERSONNALISATION DES TITRES DE BLOC */
.block_news_1 { color: #8AAE0E; }
.block_news_2 { color: #393939; }
.block_pages_1 { color: #E8CA00; }
.block_pages_2 { color: #393939; }
.block_events_1 { color: #33A1B8; }
.block_downloads_1 { color: #DC8509; }
.block_polls_1  { color: #393939; }


/* 5) MISE EN FORME DU BLOC ID=EVENTS_1 (EVENEMENTS A VENIR) */

/* 5.1) Mise en forme des évènements à venir */
.home_events1 { /* Contient tous les évènements */
	margin: 0 0 10px 0;
}

/* 5.1.1) Différenciation des événements */
.home_events1_light,
.home_events1_dark {
	padding: 6px 10px 6px 10px;
}

.home_events1_light { background: #F5F2EE; }
.home_events1_dark { background: #E9E4DE; }

.home_events1_light:hover,
.home_events1_dark:hover {
	background: url(images/block_element_hover.png) no-repeat 0 26px #45C9E5;

}


/* 5.1.2) Contenu d'un événement */
/* 5.1.2.1) Partie gauche */
.home_events1_details:link, .home_events1_details:visited { /* Contient la partie de gauche d'un événement transformée en "bloc lien" */
	display: block;
	width: 80%;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #393939;
}

.home_events1_details:hover {
	color: #393939;
	background: none;
}

.home_events1_date {
	line-height: 1.5em;
}

.home_events1_date span {
	font-weight: normal;
}

/* 5.1.2.2) Partie droite */
.home_events1_infos { /* Contient la partie de droite d'un événement */
	width: 19%;
	float: right;
}

.home_events1_comments {
	text-align: right;
}

.home_events1_comments span {
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
}

.home_events1_comments span a:link,
.home_events1_comments span a:visited {
	text-decoration: none;
	color: #393939;
}

.home_events1_comments span a:hover {
	color: #393939;
	text-decoration: underline;
	background: none;
}

.home_events1_comments_img {
	display: inline-block;
	width: 15px;
	height: 13px;
	float: right;
	margin: 0 0 0 2px;
	background: url(images/events1_comments.png) no-repeat;
}

.home_events1_participate {
	width: 8px;
	height: 7px;
	float: right;
	font-size: 0.9em;
	margin: 4px 4px 0 0;
	background: url(images/events1_participate.png) no-repeat;
}

/* 5.2) Mise en forme du calendrier */
.home_calendar { /* Contient les mois et les jours */
	width: 276px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 5px 5px;
}

/* 5.2.1) Mise en forme de la colonne de mois */
.home_calendar_month {
	float: left;
}

.home_calendar_month_1to6 {
	float: left;
	margin: 0 1px 0 0;
}

.home_calendar_month_6to12 {
	float: left;
}

.home_calendar_month_1to6 a:link, .home_calendar_month_1to6 a:visited,
.home_calendar_month_6to12 a:link, .home_calendar_month_6to12 a:visited {
	display: block;
	width: 60px;
	height: 21px;
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	background: #867D72;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

.home_calendar_month_1to6 a:hover, .home_calendar_month_6to12 a:hover {
	background: #45C9E5;
}

.home_calendar_month_selected {
	display: block;
	width: 60px;
	height: 21px;
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	background: #45C9E5;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #393939;
}

/* 5.2.2) Mise en forme de la colonne de semaines/jours */
/* 5.2.2.1) Semaines */
.home_calendar_week {
	width: 151px;
	float: left;
	background: #867D72;
	padding: 5px 0 5px 3px;
	margin: 0 0 0 1px;
}

/* 5.2.2.2) Jours */
.home_calendar_day {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 1px 2px 0;
	background: #E9E4DE;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #393939;
}

.home_calendar_number_default:link, .home_calendar_number_default:visited {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 1px 1px 0;
	background: #F5F2EE;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #393939;
}

.home_calendar_number_default:hover {
	background: #45C9E5;
	text-decoration: none;
	color: #FFFFFF;
}

.home_calendar_number_highlight:link, .home_calendar_number_highlight:visited {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 1px 1px 0;
	background: #45C9E5;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #393939;
}

.home_calendar_number_highlight:hover {
	background: #45C9E5;
	text-decoration: none;
	color: #FFFFFF;
}

.home_calendar_number_selected {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 1px 1px 0;
	//background: #45C9E5;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #393939;
}

.home_calendar_number_empty {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 1px 1px 0;
	background: #F5F2EE;
}



/* 6) MISE EN FORME DU BLOC ID=NEWS_2 (DECOUVREZ) */
.home_news2 {
	padding: 0 5px 5px 5px;
}

.home_news2_left {
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 4px;
}

.home_news2_right {
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 4px;
}

.home_news2_left:hover, .home_news2_right:hover {
	padding-top: 3px;
	border-top: 1px dotted #393939;
}

.home_news2_left img, .home_news2_right img {
	border: 1px solid #393939;
	margin: 5px 0 0 0;
}

.home_news2_left a, .home_news2_right a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #393939;
}

.home_news2_left:hover a, .home_news2_right:hover a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #393939;
}



/* 7) MISE EN FORME DU BLOC ID=NEWS_1 (ACTUALITE RECENTE) */
.home_news1 { /* Contient toutes les news */ }

/* 7.1) Différenciation des news */
.home_news1_light,
.home_news1_dark {
	padding: 6px 10px 6px 10px;
}

.home_news1_light { background: #F5F2EE; }
.home_news1_dark { background: #E9E4DE; }

.home_news1_light:hover,
.home_news1_dark:hover {
	background: url(images/block_element_hover.png) no-repeat 0 11px #BDEB1D;

}

/* 7.2) Contenu d'une news */
/* 7.2.1) Prévisualisation */
.home_news1_preview:link, .home_news1_preview:visited {
	display: block;
	width: 100%;
	color: #393939;
	text-decoration: none;
}

.home_news1_preview:hover {
	color: #393939;
	text-decoration: none;
}

.home_news1_preview span {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
}

.home_news1_preview a:link, .home_news1_preview a:visited {
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}

/* 7.2.2) Informations sur la news */
.home_news1_infos {
	margin: 5px 0 0 0;
}

/* 7.2.2.1) Partie gauche */
.home_news1_date_cat_autor { /* Contient les informations de date de mise en ligne, de catégorie de la news et son auteur */
	width: 80%;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	color: #867D72;
}

.home_news1_date_cat_autor a:link, .home_news1_date_cat_autor a:visited {
	color: #867D72;
	text-decoration: none;
	font-style: italic;
}

.home_news1_date_cat_autor a:hover {
	text-decoration: underline;
}

/* 7.2.2.2) Partie droite */
.home_news1_comments {
	width: 19%;
	float: right;
	text-align: right;
}

.home_news1_comments span {
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
}

.home_news1_comments span a:link,
.home_news1_comments span a:visited {
	text-decoration: none;
	color: #393939;
}

.home_news1_comments span a:hover {
	color: #393939;
	text-decoration: underline;
	background: none;
}

.home_news1_comments_img {
	display: inline-block;
	width: 15px;
	height: 13px;
	float: right;
	margin: 0 0 0 2px;
	background: url(images/events1_comments.png) no-repeat;
}

/* 8) MISE EN FORME DU BLOC ID=PAGES_1 (PAGES MISES A JOUR) */
.home_pages1 { /* Contient toutes les news */ }

/* 8.1) Différenciation des pages mises à jour */
.home_pages1_light,
.home_pages1_dark {
	padding: 6px 10px 6px 10px;
}

.home_pages1_light { background: #F5F2EE; }
.home_pages1_dark { background: #E9E4DE; }

.home_pages1_light:hover,
.home_pages1_dark:hover {
	background: url(images/block_element_hover.png) no-repeat 0 8px #F0E808;
}

/* 8.2) Contenu d'une page mise à jour */
/* 8.2.1) Page concernée */
.home_pages1_updated:link, .home_pages1_updated:visited {
	display: block;
	width: 100%;
	color: #393939;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.home_pages1_updated:hover {
	color: #393939;
	text-decoration: none;
}

.home_pages1_updated a:link, .home_pages1_updated a:visited {
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}

/* 8.2.2) Informations sur la page mise à jour */
.home_pages1_infos {
	margin: 5px 0 0 0;
}

.home_pages1_date_cat { /* Contient les informations de date de modification, de catégorie de la page */
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #867D72;
}

.home_pages1_date_cat a:link, .home_pages1_date_cat a:visited {
	color: #867D72;
	text-decoration: none;
	font-style: italic;
}

.home_pages1_date_cat a:hover {
	text-decoration: underline;
}



/* 9) MISE EN FORME DU BLOC ID=DOWNLOADS_1 (DERNIERS FICHIERS AJOUTES) */
.home_downloads1 { /* Contient toutes les fichiers à télécharger */ }

/* 9.1) Différenciation des fichiers */
.home_downloads1_light,
.home_downloads1_dark {
	padding: 6px 10px 6px 10px;
}

.home_downloads1_light { background: #F5F2EE; }
.home_downloads1_dark { background: #E9E4DE; }

.home_downloads1_light:hover,
.home_downloads1_dark:hover {
	background: url(images/block_element_hover.png) no-repeat 0 8px #ff9c00;

}

.home_downloads1_file:link, .home_downloads1_file:visited {
	display: block;
	width: 100%;
	color: #393939;
	text-decoration: none;
}

.home_downloads1_file:hover {
	color: #393939;
	text-decoration: none;
}

/* 9.2) Composition d'une ligne */

.home_downloads1_file_name {
	width: 80%;
	float: left;
	font-weight: bold;
}

.home_downloads1_file_date {
	width: 19%;
	float: right;
	text-align: right;
	font-weight: normal;
}



/* 9) MISE EN FORME DU BLOC ID=POLLS_1 (SONDAGE) */
.home_polls1 {
	padding: 0 10px 5px 10px;
}

.home_polls1 p {
	line-height: 1.2em;
	text-align: justify;
}

.home_polls1 p span {
	font-weight: bold;
}

.home_polls1_options {
	width: 100%;
	margin: 10px 0 10px 0;
}

.home_polls1_options a:link, .home_polls1_options a:visited {
	display: block;
	padding: 4px 0 4px 20px;
	color: #393939;
	text-decoration: none;
	background: url(images/arrow1.png) no-repeat 4px 6px;
}

.home_polls1_options a:hover {
	background: url(images/arrow1.png) no-repeat 4px 6px #E9E4DE;
}








.button_container {
	float: left;
	margin: 15px 5px 0 0;
}

.button1:link, .button1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

.button1:hover {
	color: #393939;
	background: #ffde00;
}

.button1_left {
	float: left;
	background: url(images/button1_left.gif) no-repeat;
}

.button1_right {
	float: left;
	background: url(images/button1_right.gif) no-repeat;
}

.button1:hover .button1_left {
	float: left;
	background: url(images/button1_left_on.gif) no-repeat;
}

.button1:hover .button1_right {
	float: left;
	background: url(images/button1_right_on.gif) no-repeat
}

.button1_content {
	float: left;
	line-height: 15px;
	padding: 1px 5px 0 5px;
	background: #867d72;
}

.button1:hover .button1_content {
	float: left;
	line-height: 15px;
	padding: 1px 5px 0 5px;
	background: #ffde00;
}






#startintime {
	display:block;
	color:#333;
	background:#FFF;
	margin:-20px 0 30px;
	font-size:2em;
	padding:10px;
	text-decoration:underline;
}

#startintime span {
	font-size:0.8em;
	text-decoration:none;
}

#startintime:hover {
	background:#41D3E8;
}


