/* --------------------------------------------------------------------
 * main.css - conseildiet.com
 * Importation des différentes feuilles de style
 * © Cameleo
 * http://www.cameleo-design.fr
 * -------------------------------------------------------------------- */

@import "html.css";
@import "blocks.css";
@import "titles.css";
@import "paragraphes.css";
@import "listes-menus.css";
@import "links.css";
@import "buttons.css";
@import "images.css";
@import "forms.css";

div#debug_right, div#debug_left{
	background-color: #f30;
	color: #400;
	width: 310px;
	position: absolute;
	top:0;
}
div#debug_right { right:0;}
div#debug_left { left:0;}

div#debug_right pre, div#debug_left pre,
div#debug_right p, div#debug_left p,
div#dev_infos, div.error {
	margin: 1ex;
	padding: 1em;
	font: normal 1.24em "Courier New", Courier, monospace;
	background-color: #f80;
	border: 1px solid #c00;
}
div#dev_infos, div.error { margin: 0 auto; width: 1010px; }

div#debug_right strong, div#debug_left strong {
	font-size: 1.4em;
}

/* --------------------------------------------------- */
/* --------------|* CLASSES GENERIQUES *|------------- */
/* --------------------------------------------------- */
div#content .textleft { text-align: left; }
div#content .textcenter { text-align: center; }
.flashText {
	position: relative;
	bottom: -5px;
}
.rightlast { margin-left:0; padding-left:0;}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { text-align: center; }
.underline { text-decoration: underline; }
.centre { margin: 0 auto; }
.noborder { border: 0 none; }
.hide { display: none; }
.lineclear { 
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	font-size:0;
}
.red { color: #f00; }
.bigger {
	 font-size: 1.4em;
	 font-weight: bold;
}

div#ref img {
	margin: 6px auto;
	display: block;
}
