/* CSS modulable */
#content {
	width:854px;
}

.module_lister {
	width:852px; /* content -2px */
}

.module_lister_libelle {
	width:830px; /* content -24px */
}

.module_lister_content, .module_lister_content_listing, .liste_page {
	width:812px; /* content -42px */
}

.module_lister_content input[type="text"], .module_lister_content textarea {
	width:610px; /* content -194px */
}

.module_lister_content select {
	width:622px; /* content -182px */
}

.galerie_titre_categorie {
	width:768px; /* content -66px */
}

.galerie_listing_photo {
	width:800px; /* content -54px */
}

#bloc_index_left {
	width:405px;
}

#bloc_index_right {
	width:270px;
}

/* CSS globaux */
* {
	margin:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	font-family:Helvetica;
	font-size:14px;
	background:url(../images/bg_left.jpg) repeat-y left top #f5f5f5;
}

/* CSS du template */
#menu {
	float:left;
	width:230px;
	background:url(../images/bg_left.jpg) repeat-y left top;
	min-height:100%;
    overflow-y:hidden;
	position:relative;
	border-right:1px solid #666666;
}

#right {
	float:left;
	width:100%;
	margin-left:-231px;
}

#header {
	float:left;
	width:100%;
	height:94px;
	background:url(../images/bg_top.jpg) repeat-x left top;
}

.header_color {
	clear:left;
	float:left;
	width:100%;
	height:7px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

.header_color.orange {
	background-color:#ff9900;
}

.header_color.rouge {
	background-color:#ba0102;
}

.header_color.gris {
	background-color:#525252;
}

.header_color.bleu {
	background-color:#115ed2;
}

.header_color.vert {
	background-color:#689e01;
}

#content {
	clear:left;
	float:left;
	margin-left:231px;
	padding:40px;
}

/* CSS du menu */
#bloc_menu_admin {
	float:left;
	width:230px;
	height:52px;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
}

.bloc_module_titre {
	float:right;
	width:210px;
	height:35px;
	margin-top:2px;
	text-align:right;
	vertical-align:middle;
	font-family:Helvetica, "Myriad Pro";
	font-size:14px;
	color:#ffffff;
}

.bloc_module_titre.orange {
	background:url(../images/bg_module_orange.png) no-repeat left top;
}

.bloc_module_titre.rouge {
	background:url(../images/bg_module_rouge.png) no-repeat left top;
}

.bloc_module_titre.gris {
	background:url(../images/bg_module_gris.png) no-repeat left top;
}

.bloc_module_titre.bleu {
	background:url(../images/bg_module_bleu.png) no-repeat left top;
}

.bloc_module_titre.vert {
	background:url(../images/bg_module_vert.png) no-repeat left top;
}

.bloc_module_titre ul {
	list-style-type:none;
}

.bloc_module_titre li {
	padding-top:9px;
	padding-bottom:9px;
	padding-right:30px;
}

.bloc_module_titre a, .bloc_module_titre a:hover {
	font-family:Helvetica, "Myriad Pro";
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

.bloc_module_menu {
	float:right;
	width:210px;
	text-align:right;
	vertical-align:middle;
}

.bloc_module_menu ul {
	list-style-type:none;
}

.bloc_module_menu li {
	padding-top:9px;
	padding-bottom:9px;
	padding-right:30px;
}

.bloc_module_menu li:hover {
	background:url(../images/bg_ssmodule_hover.png) no-repeat right center;
}

.bloc_module_menu a {
	font-family:Helvetica, "Myriad Pro";
	font-size:14px;
	color:#999999;
	text-decoration:none;
}

.bloc_module_menu a:hover {
	color:#f4f4f4;
}

/* CSS du header */
#bloc_header_titre {
	float:left;
	height:94px;
	font-family:Helvetica;
	font-size:24px;
	color:#ffffff;
	letter-spacing:2px;
	margin-top:32px;
	margin-left:280px;
}

#bloc_header_webeezee {
	float:right;
	width:180px;
	height:94px;
}

/* CSS de l'index */
#bloc_index_left {
	clear:left;
	float:left;
	border-right:1px solid #CCCCCC;
	padding-right:89px;
	margin-right:89px;
	margin-bottom:40px;
}

#bloc_index_left .module_entete_right_button {
	margin-right:25px;
}

#bloc_index_right {
	float:right;
	margin-bottom:40px;
}

#bloc_index_right .module_entete_right_button {
	margin-left:25px;
}

/* CSS des contenus */
.module_entete {
	float:left;
	margin-bottom:35px;
}

.module_entete_right {
	float:right;
	margin-left:50px;
	margin-bottom:35px;
}

.module_entete_right_button {
	width:110px;
	float:left;
	text-align:center;
}

.module_entete_right .module_entete_right_button {
	margin-left:10px;
}

.module_entete_right_button a {
	width:90px;
	padding:14px 10px 14px 10px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	font-size:10px;
	text-decoration:none;
}

.module_entete_right_button a:hover {
	text-decoration:none;
}

.module_entete_right_button img {
	max-width:50px;
	height:50px;
	margin-bottom:10px;
}

.module_entete_img {
	float:left;
	margin-right:30px;
}

.module_entete_txt {
	float:left;
	font-size:24px;
	font-weight:bold;
	margin-top:15px;
}

.module_content {
	clear:left;
	float:left;
}

.module_lister {
	clear:left;
	float:left;
	background-color:#cccccc;
	padding:1px;
	margin-bottom:20px;
}

.filter {
	clear:left;
	float:left;
	width:100%;
	border-top:1px solid #cccccc;
	margin-top:10px;
	margin-bottom:30px;
}

#zone_creation_article {
	clear:left;
	float:left;
}

.module_lister_libelle {
	float:left;
	background-color:#e7e7e7;
	border:1px solid #ffffff;
	padding:10px;
	font-family:Helvetica;
	font-size:16px;
	font-weight:bold;
}

.module_lister_libelle.calendar {
	float:left;
	background-color:#e7e7e7;
	border:1px solid #ffffff;
	padding:10px;
	font-family:Helvetica;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#656565;
	text-align:center;
}

.module_lister_libelle.calendar img {
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
	border:none;
}

.module_lister_content, .module_lister_content_listing {
	clear:left;
	float:left;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
	padding:20px;
}

.module_lister_content_listing table {
	width:100%;
	font-family:Helvetica;
	font-size:14px;
	color:#565654;
}

.module_lister_content_listing table th {
	text-align:left;
}

.module_lister_content_listing table td, .module_lister_content_listing table th {
	padding:8px 12px 8px 12px;
}

.triage_tableau {
	margin-right:5px;
	cursor:pointer;
}

.textarea_articles {
	height:100px;
}

.arrow_for_display {
	margin-right:5px;
	vertical-align:middle;
	cursor:pointer;
}

.module_lister_content label {
	float:left;
	width:170px;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
	color:#565654;
}

.entete_tarifs {
	float:left;
	width:92px;
	margin-right:20px;
	text-align:center;
}

.module_lister_content input, .module_lister_content textarea {
	padding:5px;
	border:1px solid #cccccc;
	margin-bottom:20px;
}

.module_lister_content input[type="text"].input_mini {
	width:80px;
	margin-right:20px;
}

.module_lister_content select.input_mini {
	width:92px;
	margin-right:20px;
}

.module_lister_content select {
	border:1px solid #cccccc;
	margin-bottom:20px;
	padding:5px;
}

.module_lister_content select option {
	margin:5px;
}

.module_lister_content input[type="radio"] {
	margin-right:5px;
}

.bloc_photo_decalle {
	position:absolute;
	margin-left:270px;
}

.bloc_photo_decalle_main {
	height:70px;
}

.bloc_photo_decalle_main img {
	max-width:100px;
	max-height:70px;
	border:1px solid #666666;
}

.bloc_pdf_decalle {
	position:absolute;
	margin-left:200px;
}

.galerie_titre_categorie {
	clear:left;
	float:left;
	border-bottom:1px solid #cfcfcf; 
	padding:8px 12px 8px 12px;
	font-family:Helvetica;
	font-size:14px;
	color:#565654;
	font-weight:bold;
}

.galerie_listing_photo {
	clear:left;
	float:left;
	background-color:#efeeee;
	padding:6px;
}

.bloc_photo {
	float:left;
	width:148px;
	margin:5px;
	border:1px solid #606060;
	height:160px;
	background-color:#606060;
}

.bloc_photo_ico_stat, .bloc_photo_ico_edit, .bloc_photo_ico_suppr {
	width:14px;
	height:14px;
	border:1px solid #a0a0a0;
	background-color:#ffffff;
	margin-right:5px;
	padding:2px;
	position:absolute; 
	z-index:10;  
	margin-top:135px; 
}

.bloc_photo_ico_stat {
	margin-left:73px;
}

.bloc_photo_ico_edit {
	margin-left:98px;
}

.bloc_photo_ico_suppr {
	margin-left:123px;
}

.bloc_photo_ico_pos {
	height:20px;
	border:1px solid #a0a0a0;
	background-color:#ffffff;
	margin-right:5px;
	position:absolute; 
	z-index:10;  
	margin-top:135px; 
	margin-left:5px;
}

.error_msg {
	clear:left;
	float:left;
}

.ico_bordering {
	width:62px;
	height:62px;
	border:1px solid #cccccc;
	padding:5px;
	margin-right:5px;
	background-color:#ffffff;
}

.mini_ico_bordering {
	width:14px;
	height:14px;
	border:1px solid #a0a0a0;
	margin-right:5px;
	padding:2px;
	cursor:pointer;
}

.mini_ico_without_bordering {
	width:14px;
	height:14px;
	border:none;
	margin-left:5px;
	padding:2px;
	cursor:pointer;
	vertical-align:middle;
}

.validation_button {
	clear:left;
	text-align:center;
	margin-bottom:20px;
}

.validation_button input {
	padding:5px;
	border:1px solid #aaaaaa;
	width:200px;
	font-weight:bold;
	background-color:#e7e7e7;
	color:#444444;
	cursor:pointer;
}

.img_radiobutton {
	margin:0px 15px 0px 15px;
}

.img_radiobutton:hover {
	cursor:pointer;
}

.liste_page {
	text-align:center;
	list-style-type:none;
}

.liste_page li {
	display:inline;
	padding:3px 5px 3px 5px;
	margin-left:3px;
	margin-right:3px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-radius:5px;
}

.liste_page li:hover {
	background-color:#cccccc;
	border:1px solid #ffffff;
	color:#ffffff;
}

.liste_page li.actif {
	background-color:#cccccc;
	border:1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
}

.liste_page a, .liste_page a:hover {
	color:#565654;
	text-decoration:none;
}

/* CSS du calendrier hotel */
.table_calendar {
	width:700px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.table_calendar tr {
}

.table_calendar th {
	width:100px;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:5px;
}

.table_calendar td {
	width:100px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
}

.table_calendar td a {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}

.table_calendar input[type="checkbox"] {
	display:none;
}

.table_calendar label {
	width:0px;
	padding:0px;
	margin:0px;
}

.table_calendar input[type="checkbox"] + label:before {
    content:"";
    display:inline-block;
    width:96px;
	margin:2px;
    height:60px;
    background-color:#a9da4d;
	cursor:pointer;
}
.table_calendar input[type="checkbox"]:checked + label:before {
    background-color:#da4d4d;
}

.calendar_num {
	border:1px solid #00000;
	position:absolute;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	z-index:1000;
}

/* CSS des boutons spécifiques de formulaire */
.module_lister_content input[type="radio"], .module_lister_content input[type="checkbox"] {
	margin-top:5px;
	margin-left:10px;
}

textarea {
	resize:vertical;
}

.input_search {
	width:200px;
	padding:2px 5px 2px 5px;
	border:1px solid #cccccc;
}

.button_search {
	width:20px;
	vertical-align:middle;
}

/* CSS des polices spécifiques */
.aste {
	color:#990000;
}

.titre_medium {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

.titre_mini {
	font-size:12px;
	font-weight:normal;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.txt_green {
	color:#669900;
	font-weight:bold;
}

.txt_red {
	color:#990000;
	font-weight:bold;
}

.txt_titre_cat {
	font-weight:bold;
}