*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial;
}

a img{
	border:none;
}

body{
	background:#f1f1f1;
	padding-top:32px;
}

#black_out{
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:black;
	display:none;
}


#loading_general{
	position:absolute;
	z-index:1000;
	top:50%;
	margin-top:-150px;
	left:50%;
	display:none;
}

#cadre_login{
	width:290px;
	height:187px;
	margin:auto;
	background:url("images/bg_cadre_login.png");
	padding:30px;
	position:relative;
	z-index:10;
	margin-top:180px;
}

#cadre_login p{
	color:#7d7d7d;
	font-size:11pt;
	padding-bottom:5px;
}

#cadre_login .input_login{
	font-size:11pt;
	padding:6px;
	margin-bottom:15px;
	background:#fbfbfb;
	border:solid 1px #e5e5e5;
	width:270px;
}

#bouton_connect{
	float:right;
	cursor:pointer;
	border:none;
}

.erreur_rouge, #erreur_rouge_fixe{
	width:290px;
	height:40px;
	margin:auto;
	border:solid 1px red;
	background:#FFEBE8;
}

.erreur_rouge p, .erreur_verte p, #erreur_rouge_fixe p, #erreur_verte_fixe p{
	color:#333333;
	font-size:9pt;
	padding-top:13px;
	text-align:center;
}

.erreur_verte, #erreur_verte_fixe{
	width:290px;
	height:40px;
	margin:auto;
	border:solid 1px green;
	background:#cdf4ca;
}

#erreur_verte_fixe, #erreur_rouge_fixe{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-145px;
	z-index:50;

}

#menu{
	height:32px;
	background:url("images/bg_menu.jpg");
	width:100%;
	position:fixed;
	top:0px;
}

#barre_gauche{
	width:274px;
	float:left;
	text-align:center;
	color:#434343;
	letter-spacing:1px;
	font-size:11pt;
	line-height:20px;
}

#connect p a{
	font-size:8pt;
	color:#434343;
	text-decoration:none;
}

#calendrier{
	margin-top:50px;
}

#calendrier p a{
	color:#434343;
	font-style:italic;
	text-decoration:none;
	font-size:9pt;
}

#calendrier input{
	border:none;
	background:none;
	color:#434343;
	font-style:italic;
	text-decoration:none;
	font-size:9pt;
	width:162px;
	text-align:center;
	cursor:pointer;
}

#visuel_calendrier{
	width:162px;
	height:220px;
	background:url("images/calendrier.png");
	margin:auto;
}

#visuel_calendrier_jour{
	color:white;
	font-size:12pt;
	font-weight:bold;
	padding-top:7px;
}

#visuel_calendrier_numero{
	font-size:100pt;
	font-weight:bold;
	padding-top:55px;
}

#visuel_calendrier_mois{
	font-size:16pt;
	font-weight:bold;
	padding-top:55px;
}

#visuel_calendrier_annee{
	font-size:16pt;
	font-weight:bold;
	padding-top:8px;
}

#visuel_calendrier_heure{
	font-size:16pt;
	font-weight:bold;
	padding-top:10px;
}

#todo_list{
	width:259px;
	margin:auto;
	margin-top:50px;
}

#header_todo{
	width:259px;
	height:13px;
	background:url("images/header_todo.png");
}

#corps_todo{
	width:259px;
	background:url("images/corps_todo.png") repeat-y;
}

#footer_todo{
	width:259px;
	height:22px;
	background:url("images/footer_todo.png");
}

#corps_todo ul{
	list-style:none;
	text-align:left;
	font-size:10pt;
	margin-left:10px;
	margin-top:20px;
	padding-bottom:20px;
}

#corps_todo li{
	padding-bottom:7px;
	letter-spacing:0px;
}

#corps_todo li a{
	margin-right:20px;
}

#corps_todo #new_todo a{
	margin-left:32px;
	color:#676767;
	text-decoration:none;
}

#corps_todo #new_todo_form{
	display:none;
}

#new_todo_form input{
	margin-left:32px;
	border:none;
	background:#fbf7c1;
}

#titre_page{
	margin-left:300px;
	margin-top:15px;
	margin-bottom:5px;
	color:#008423;
	font-size:15pt;
}

#centre{
	margin-left:300px;
	margin-right:30px;
	border:solid #c6c6c6 1px;
	min-height:670px;
	background:#f9f9f9;
	
}

#liste_onglet, #liste_etape{
	float:left;
	width:200px;
	border-right:solid #c6c6c6 1px;
	list-style:none;
	min-height:670px;
	margin-right:10px;
}

#liste_onglet li, #liste_etape li{
	border-bottom:solid #c6c6c6 1px;
	height:25px;
	background:#f1f1f1;
	text-align:center;
	padding-top:5px;
	font-size:10pt;
	color:#434343;	
}

#liste_onglet li:hover{
	background:#e8e8e8 url("images/left.png") no-repeat center right;
	font-weight:bold;
}

#liste_onglet .item_selected, #liste_etape .item_selected{
	background:#c7c7c7 url("images/left.png") no-repeat center right;
	font-weight:bold;
}

#liste_onglet a{
	font-size:10pt;
	color:#434343;
	text-decoration:none;
}

#contenu_centre{
	padding:10px;
	font-size:10pt;
	color:#434343;
}

#contenu_centre p a{
	color:#971212;
}

#contenu_centre label{
	width:30%;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
	font-size:10pt;
	color:#434343;
}

#contenu_centre input{
	width:250px;
}

#contenu_centre form{
	line-height:30px;
}

.tablewithmenu{
	margin-left:210px;
}


#contenu_centre .icone{
	width:20px;
	text-align:center;
}

#action_supplementaire{
	list-style:none;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

#action_supplementaire li{
	width:218px;
	height:24px;
	background:url("images/bg_action_plus.png") no-repeat;
	text-align:center;
	font-weight:bold;
	float:right;
}

#action_supplementaire li a{
	color:white;
	text-decoration:none;
	font-size:13px;
}

#contenu_centre .sanspuce{
	list-style:none;
	margin-left:30%;
	line-height:25px;
}

#contenu_centre .sanspuce img{
	padding-right:20px;
}

#formulaire_accueil{
	margin-left:274px;
	padding-top:250px;
	margin-bottom:100px;
	background:#f1f1f1 url('images/alfa-fade.png') no-repeat center top;
}

#bouton_acces_rapide{
	margin-left:350px;
	margin-right:80px;
	background:#fafafa;
	padding:20px;
}

#bouton_acces_rapide table{
	width:100%;
}

#bouton_acces_rapide table td{
	text-align:center;
	vertical-align:bottom;
}

#formulaire_accueil input{
	width:500px;
	padding:5px;
	font-size:17pt;
}

#contenu_centre .bouton_action{
	width:218px;
	height:21px;
	background:url("images/bg_action_plus.png") no-repeat;
	text-align:center;
	font-weight:bold;
	margin:auto;
	padding-top:3px;
	margin-top:20px;
}

#contenu_centre .bouton_action a{
	color:white;
	text-decoration:none;
	font-size:13px;
}

#delete_filtre{
	cursor:pointer;
}

#table_total{
	border-collapse:collapse;
	margin-top:20px;
	position:relative;
	float:right;
	margin-right:200px;
}

#table_total td {
	color:#434343;
	border:solid 1px #a4a4a4;
	padding:4px;
}

table .ligne0{
	background-color: #F1F1F1;
}

table .ligne1{
	background-color: #E6E6E6;
}

table .ligne1{
	background-color: #F1F1F1;
}

table .ligne1{
	background-color: #E6E6E6;
}

table .alignright{
	text-align:right;
	width:100px;
	overflow:hidden;
}