html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	background-image:url(../../images/background.png);
	background-color:#F3F3F3;
	font: 11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	
}
h2{
	margin: 5px 0px 5px 0px;
}
/************
	COMMUN	
************/
.clear{
	clear:both;
}

.message{
   background-color: #FFFFE0;
	border:1px solid #E6DB55;
    -moz-border-radius: 3px 3px 3px 3px;
	behavior: url(../css/PIE_uncompressed.htc);
    margin: 0 0 16px 8px;
    padding: 12px;
	display:none;
}
#content{
	width: 1024px;
	margin: 15px auto 0 auto;
}
.contenupage{
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 5px 0 #4A4A4A;
	behavior: url(../css/PIE_uncompressed.htc);
}
.bloc_button_form{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.editable input{
	padding-left: 5px;
	padding-right: 5px;
	margin-right:10px;
}
.h2editionCat{
	width:220px;
	float: left;
}
.input_button{
	background: repeat-x scroll left top #21759B;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 11px 11px 11px 11px;
    border: 1px solid #298CBA;
    cursor: pointer;
    font-size: 12px;
    margin-top: -3px;
    padding: 3px 10px;
    text-decoration: none;
	behavior: url(../css/PIE_uncompressed.htc);
}
.input_button:hover{
    border: 1px solid #000;
}

.addCatH2{
	display: inline-block;
	float: left;
	margin: 3px 0;
}
.libelle_form{	
	border-bottom: 1px solid #c9c9c9;
	margin:40px 0px 10px 0px;
}
.libelle_form2{	
	border-bottom: 1px solid #c9c9c9;
	margin:30px 0px 10px 0px;
}
.libelle_form span{	
	border-bottom: 3px solid #298CBA;
	font-weight: bold;
	font-size:14px;
	padding:0px 5px;
	position: relative;
	top:-1px;
}
.libelle_form2 span{	
	border-bottom: 3px solid #298CBA;
	font-weight: bold;
	font-size:14px;
	padding:0px 5px;
	position: relative;
	top:-1px;
}

.list_item{
	background: repeat-x scroll left top #21759B;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 11px 11px 11px 11px;
    border: 1px solid #298CBA;
    cursor: pointer;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 6px 20px;
    text-decoration: none;
	behavior: url(../css/PIE_uncompressed.htc);
	display: inline-block;
	float: left;
	
}
.list_item:hover{
    border: 1px solid #000;
}

/************
	HEADER	
************/
#header{
	background: #373737; /* Old browsers */
	background: -moz-linear-gradient(top,  #373737 0%, #464646 5px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(5px,#464646)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #373737 0%,#464646 5px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #373737 0%,#464646 5px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #373737 0%,#464646 5px); /* IE10+ */
	background: linear-gradient(to bottom,  #373737 0%,#464646 5px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#464646',GradientType=0 ); /* IE6-9 */
	behavior: url(../css/PIE_uncompressed.htc);
    border-bottom: 1px solid #C6C6C6;
    height: 30px;
    width: 100%;
}
#header_part1{
	float: left;
	height: 30px;
	border-right: 1px solid #555555;
	width: 65px;
}
	#header_part1 a{
	    color: #FFFFFF;
	    display: block;
	    padding: 8px 0 0 5px;
	    text-decoration: none;
	    height: 22px;
	    border-right: 1px solid #333333;
	}
#header_part2{
	float: left;
}
	#header_part2 a{
	    display: block;
	    text-decoration: none;
	}
#header_part3{
	float: right;
}
	#header_part3 a{
		display: inline-block;
		background-image: url(../images/disconnect.png);
		background-repeat: no-repeat;
		padding-left: 20px;
		color: #FFFFFF;
		height: 23px;
		padding-top: 7px;
		padding-right: 10px;
		background-position: 0px 7px;
		text-decoration: none;
	}
	#header_part3 a:hover{
		background-image: url(../images/unlocked.png);
		background-color: #FFFFFF;	
		color:#000000;	
	}

/*****************
	PAGE LOGIN	
*****************/
#content_login{
	margin: 7em auto;
    width: 320px;
}
#login_erreur{
    background-color: #FFEBE8;
    border-color: #CC0000;
    -moz-border-radius: 3px 3px 3px 3px;
	behavior: url(../css/PIE_uncompressed.htc);
    border-style: solid;
    border-width: 1px;
    margin: 0 0 16px 8px;
    padding: 12px;
	display:none;
}
#formConnexion{
	-moz-border-radius: 11px 11px 11px 11px;
    -moz-box-shadow: 0 4px 18px #C8C8C8;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    margin-left: 8px;
    padding: 16px 16px 20px;
    color: #777777;
    font-size: 13px;
	behavior: url(../css/PIE_uncompressed.htc);
}

.input_text{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 97%;
}

/*****************
	OVERLAY	
*****************/
#overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	background-image: url(../images/overlay.png);
	display: none;
}
#overlay_content{
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 5px 0 #4A4A4A;
	width: 400px;
	height: 75px;
	margin:200px auto 0 auto;
	font-size: 16px;
}
#bloc_btn_terminer{
	margin-top:20px;
	text-align: center;
}
#txt_generer{
	text-align: center;
}
