@charset "UTF-8";

/**************************************************
 *  Style général 
 */

body {
	font-family :Serif; /*Font pour lecture papier*/
	font-size: 1em;
}

div.background {
	background-image: none;
}

div.page_margins, div.page {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*Structure de base*/
#preHeader, #header, #nav, #footer { 
	display: none;
}

/*Structure de main*/
#main {
	background-image: none;
	display: block;
	position: relative;
	overflow: visible;
}

/*Colonne de gauche */
#colLeft {
	display:none
}

/*Colonne de droite et centre*/
#colCenter, #colCenter_content, #colCenter_contentElement, #colRight, #colRight_content, #colRight_contentElement {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	position: relative;
	overflow: visible;
}
#colCenter {
	border-bottom: 1pt dashed;
}

/*Bouton d'impression*/
#print {
	display: none;
}

/*Formulaire de contact*/
.tx-vdcontactservice-pi2 {
	display: none;
}

/**************************************************
 *  Gabarit 2 colonnes et 1 colonne
 */

#main.noRightCol, #main.template2Col  {
	background-image: none;
}
.template2Col #colCenter, .template1Col #colCenter {
	width: auto;
}


/**************************************************
 * Page d'accueil
 */

/*mini calendrier*/
table.calendar-table { 
	display: none;
}

/*FCE des news*/
#singleNews, .lineNews { 
	margin: 0;
	padding: 0;
}

/*Titre de l'edito*/
#singleNews h2{ 
	font-weight: bolder;
}

/*News*/
.lineNews .news { /*news*/
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	float: none;
}

/*Image à la ligne*/
.news .image, #colRight_content .tt_content .image { 
	float: none;
}

/*Horloge*/
#datetime { 
	display: none;
}

/**************************************************
 * Page thématique
 */

#thema ul, #thema li, #thema ul li ul, #thema ul li ul li {
	list-style: circle outside;
	display: list-item;
	position: relative;
	overflow: visible;
}

/**************************************************
 * Panneau d'administration
 */

/*Paneau et crayon d'édition*/
.typo3-adminPanel, .frontEndEditIcons { 
	display: none;
}

