/* Feuille de Style des modules */
/* Contient les styles de block relatifs aux modules */
/* Design "Relocation Service" */


/* ----------------------------------------- */
/* -= TOUS LES MODULES =- */
/* ----------------------------------------- */

/* HR qui agissent comme spacer */
.spacer {
	visibility: hidden;
	clear: both;
	margin: 0;
}

/* Block des multi-pages */
.block_navig_page {
	text-align: center;
	margin-bottom: 15px;
}


/* Block des options en haut */
.block_options_top {
	text-align: center;
	margin-bottom: 10px;
}

/* Block des options en bas */
.block_options_bottom {
	text-align: center;
	margin-bottom: 10px;
}


/* Block de navigation dans le module (browsage des posts...) */
.block_navig_module {
	position: relative;
	text-align: center;
	width: 100%;
}
/* Colle prev et next au bord du block conteneur du menu */
.block_navig_module .prev {
	position: absolute;
	left: 10px;
}
.block_navig_module .next {
	position: absolute;
	right: 10px;
}


/* Liens d'options de modification */
.manage_link {
	font-style: italic;
}

/* Liens de visionnage en détail */
.details_link {
	font-weight: bold;
}



/* ----------------------------------------- */
/* -= MODULES COMMUNS =- */
/* ----------------------------------------- */

/* Block de la page d'édition */
.block_edit {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_edit div, .block_edit table, .block_edit img, .block_edit ul, .block_edit ol, .block_edit p, .block_edit input, .block_edit textarea {
	margin-left: auto;
	margin-right: auto;
}
.block_edit .block_contenu {
	text-align: center;
	width: 90%;
}


/* Block de la page d'insertion */
.block_insert {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_insert div, .block_insert table, .block_insert img, .block_insert ul, .block_insert ol, .block_insert p, .block_insert input, .block_insert textarea {
	margin-left: auto;
	margin-right: auto;
}


/* Block de la page de suppression */
.block_delete {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_delete div, .block_delete table, .block_delete img, .block_delete ul, .block_delete ol, .block_delete p, .block_delete input, .block_delete textarea {
	margin-left: auto;
	margin-right: auto;
}




/* ----------------- */
/* -= STATIC =- */
/* ----------------- */


/* -= Block de positionnement =- */

/* Lien d'un titre de niveau 3 */
h3 a:link, h3 a:visited {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #E91B1B;
}
h3 a:hover, h3 a:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}


/* Block du plan du site */
.block_sitemap {
	text-align: center;
	width: 100%;
}
.block_sitemap .block_contenu {
	text-align: left;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.block_sitemap ul {
	margin-bottom: 0px;
}


/* Block du formulaire de contact */
.block_contact .input_text {
	width: 400px;
}

/* Block du contenu de la page */
#module .block_page {
	padding-left: 20px;
	padding-right: 10px;
}


/* Image de bandeau */
.block_banner {
	border-bottom: 3px solid #E91B1B;
	margin-bottom: 20px;
}


/* Block menu de gauche */
#menu_left {
	width: 200px;
	height: 500px;
	float: left;
	
	text-align: left;
	background-color: #ECECEC;
	color: #E91B1B;
	
	margin-right: 20px;
}
#menu_left h2 {
	background-color: #E91B1B;
	color: #FFFFFF;
	
	text-align: left;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#menu_left #menu_navig_sub {
	list-style: none;
	margin-left: 0px;
}
#menu_left #menu_navig_sub li {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px dashed #B7B7B7;
}
#menu_left #menu_navig_sub a:link, #menu_left #menu_navig_sub a:visited  {
	color: #E91B1B;
	font-weight: bold;
	text-decoration: none;
}
#menu_left #menu_navig_sub a:hover, #menu_left #menu_navig_sub a:active  {
	color: #666666;
}


/* --------------------------------------------------------- */
/* -= STYLES DE l'EDITEUR TINYMCE =- */
/* --------------------------------------------------------- */


/* -= Blocks de positionnement (modules.css) =- */
.float {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.center, .center img, .center table, .center div, .center span, .center p, .center ul, .center ol {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left, .left img, .left table, .left div, .left span, .left p, .left ul, .left ol {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
}

.right, .right img, .right table, .right div, .right span, .right p, .right ul, .right ol {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
}

/* Block de disposition en 2 colonnes */
.block_2cols {
	width: 350px;
	float: left;
	margin-right: 5px;
}

/* Block de disposition en 3 colonnes */
.block_3cols {
	width: 250px;
	float: left;
	margin: 5px;
}


/* -= Divers =- */

/* Barre horinzontale */
hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

