/****************************************/
/************** CSS COMMUN **************/
/****************************************/
/***** Version : v2010-08-10 (1.2) ******/


body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 80% Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #666;
}

a { color: #666; }
a img { border: 0; }

#header_inside {
	margin: 0 auto;
	width: 1000px;
	height: 84px;
}

#theme_select {
	float: right;
	margin: 0 7px -30px 0;
	padding: 3px 3px 0 3px;
	background: #555;
	width: 51px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#theme_select img {
	display: block;
	float: left;
	margin: 0 2px 3px 2px;
}

#switch_option {
	clear: both;
	float: right;
	margin: 30px 7px 0;
	color: #eee;
	font-size: 10px;
	font-weight: bold;
}
#switch_option .input_select {
	background: #555;
	border: 1px solid #777;
}

#logo_icon {
	float: left;
	margin: 7px 7px 0;
}
#logo_icon:hover { cursor: pointer; }

#logo_title {
	float: left;
	margin: 0 8px 0;
	font: bold 3.7em "Trebuchet MS", Arial, Sans-serif;
	letter-spacing: -2px;
	color: #ccc;
}
#logo_title { cursor: pointer; }

#logo_slogan {
	clear: both;
	float: left;
	margin: -29px 0 0 105px;
	font: bold 11px "Trebuchet MS", Arial, Sans-serif;
	color: #eee;
	width: 200px;
}
#logo_slogan { cursor: pointer; }

#page {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	min-height: 500px;
	font-size: 11px;
}

#menu {
	height: 23px;
	border: 1px solid #ddd;
	border-top: 0;
	background: #eee;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#menu_list_left {
	float: left;
	margin: 5px 0 0 5px;
	font-size: 11px;
}
#menu_list_right {
	float: right;
	margin: 5px 5px 0;
	font-size: 11px;
}
#menu a { text-decoration: none; }
#menu a:hover {
	border-bottom: none;
	text-decoration: none;
}

#info {
	margin-top: 17px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.info_help {
	color: #e4c64c;
	background: #fff5ce;
	border: 1px solid #e4c64c;
}

.info_error {
	color: #ff6b6b;
	background: #ffc7c7;
	border: 1px solid #ff6b6b;
}

#content {
	margin: 17px 0 17px 0;
}

#footer {
	clear: both;
	background: url(../images/footerbg.png) repeat-x;
	border-top: 1px solid #f2f2f2;
	height: 50px;
}

#footer_inside {
	margin: 0 auto;
	padding-top: 10px;
	width: 1000px;
	height: 50px;
	text-align: center;
	font-size: 11px;
	color: #999;
}

#footer_inside a { color: #999; text-decoration: none; }
#footer_inside a:hover { text-decoration: underline; }



/************** CLASSES **************/

.margin0 { margin: 0; }
.margintop2 { margin-top: 2px; }
.margintop3 { margin-top: 3px; }
.margintop4 { margin-top: 4px; }
.margintop5 { margin-top: 5px; }
.margintop6 { margin-top: 6px; }
.margintop7 { margin-top: 7px; }
.margintop8 { margin-top: 8px; }

.width80 { width: 80px; }
.width170 { width: 170px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.fontsize8 { font-size: 8px; }
.fontsize9 { font-size: 9px; }
.fontsize10 { font-size: 10px; }
.fontsize11 { font-size: 11px; }

.displaynone { display: none; }
.displayhidden { display: hidden; }

.fleft { float: left; }
.fright { float: right; }
.fclear { clear: both; }

.chelp { cursor: help; }
.cpointer { cursor: pointer; }

.bgfff { background: #fff; }
.bgeee { background: #eee; }
.bgddd { background: #ddd; }

.borderccc { border: 1px solid #ccc; }

.loader {
	width: 43px;
	height: 11px;
	margin: 25% auto;
}


/************** FORMULAIRE **************/

input {
	margin: 2px 0 2px 0;
	font-weight: bold;
	padding: 1px;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
	margin: 2px 0 2px 0;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:hover, textarea:hover, select:hover { border: 1px solid #eee; }
label { cursor: pointer; }

.input_text {
	background: #eee;
	border: 1px solid #ddd;
	height: 14px;
}

.input_check { cursor: pointer; }

.input_bt {
	background: #ddd;
	border: 1px solid #ccc;
	height: 20px;
	color: #777;
	font-style: normal;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
}

.input_select {
	margin: 2px 0 2px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 1px;
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/************** CONTENU **************/

.cadre {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 18px;
}

.line_title {
	height: 23px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: left;
	margin-left: 1px;
}
.line_title_right {
	float: right;
	line-height: 20px;
	margin-right: 1px;
}

.line_color {
	height: 21px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.line_content_small {
	padding: 25px;
	line-height: 18px;
	font-size: 12px;
}

.line_content_normal {
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
}

.line_content_large {
	padding: 20px;
	font-size: 12px;
	min-height: 400px;
}

.line_footer {
	background: #eee;
	min-height: 25px;
	text-align: center;
	padding-top: 1px;
}

.line_footer_left {
	float: left;
	line-height: 22px;
	margin-left: 6px;
}

.line_footer_right {
	float: right;
	font-style: italic;
	margin-right: 1px;
}

.list li {
	width: 180px;
	height: 21px;
	line-height: 20px;
	margin: 2px 0 2px -40px;
	padding-left: 20px;
	list-style: none;
	font-weight: bold;
	cursor: pointer;
}
.list li:hover { color: #fff; }
.list_selected { color: #fff; }

.separation {
	background: #ccc;
	height: 1px;
	margin: 5px 0 5px 0;
}

/************** TABLEAUX **************/

table {
	vertical-align: middle;
	border-spacing: 2px;
	margin: -2px -2px 0 -2px;
	width: 100.5%;
}

th {
	color: #fff;
	height: 21px;
	text-align: center;
}
th a {
	color: #fff;
	text-decoration: none;
}
th a:hover {
	color: #fff;
	text-decoration: underline;
}

td {
	height: 23px;
	vertical-align: middle;
}
td img{
	vertical-align: middle;
	margin: 0 8px 2px 1px;
}

.tab_header_5 { width: 5%; }
.tab_header_10 { width: 10%; }
.tab_header_15 { width: 15%; }
.tab_header_20 { width: 20%; }
.tab_header_25 { width: 25%; }
.tab_header_30 { width: 30%; }
.tab_header_40 { width: 40%; }
.tab_header_50 { width: 50%; }
.tab_header_70 { width: 70%; }

.tab_color_ddd { background: #ddd; }
.tab_color_eee { background: #eee; }
