/****************************************/
/************** CSS COMMUN **************/
/****************************************/
/***** Version : v2010-01-04 (1.0) ******/


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: 760px;
	height: 84px;
}

#theme_select {
	float: right;
	margin: 0 7px -30px 0;
	padding: 3px 3px 0 3px;
	background: #555;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}

#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_title {
	float: left;
	margin: 0 8px 0;
	font: bold 3.7em "Trebuchet MS", Arial, Sans-serif;
	letter-spacing: -2px;
	color: #ccc;
}

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

#page {
	clear: both;
	margin: 0 auto;
	width: 760px;
	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-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 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;
}

#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-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.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.gif) repeat-x;
	border-top: 1px solid #F2F2F2;
	height: 50px;
}

#footer_inside {
	margin: 0 auto;
	padding-top: 10px;
	width: 760px;
	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; }

.fontsize8 { font-size: 8px; }
.fontsize9 { font-size: 9px; }
.fontsize10 { font-size: 10px; }
.fontsize11 { font-size: 11px; }


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

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

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

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

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

.input_bt {
	background: #ddd;
	border: 1px solid #ccc;
	height: 20px;
	color: #777;
	font-style: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-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-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


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

table {
	border: 1px solid #ccc;
	vertical-align: middle;
	border-spacing: 2px;
	margin-bottom: 18px;
}

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_left { float: left; }
.tab_right { float: right; }

.tab_title {
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: left;
}

.tab_title_right {
	height: 21px;
	text-align: right;
}

.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_inside {
	margin: 20px 20px 25px 20px;
	font-size: 12px;
	line-height: 16px;
}

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

.tab_footer {
	background: #eee;
	text-align: center;
}

.tab_footer_left {
	float: left;
	padding: 5px 0 0 5px;
}

.tab_footer_right {
	float: right;
	font-style: italic;
}