html {
  height: 100%;
  width:100%;
}
body {
  min-height: 100%;
  width:100%;
  margin: 0 auto;
  padding: 0;
  background: url("../images/background.gif") repeat scroll 0 0 transparent;
  font-family: arial;
  text-align: center;
}
p{
	text-align:left;
}



/* NEW BOXES */
.box{
	clear: both;
    margin: auto;
	width: 50%;
	border-radius: 10px;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	background: url("../images/bg_blanc_50pc.png") scroll 0 0 transparent;
	display: inline-block;
	font-size:14px;
}
.box h3{
	margin:0;
	color: #FFFFFF;
    padding: 3px 0;
	border-radius: 7px 7px 0px 0px;
	border-bottom: 2px solid #000000;
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
}
.box p{
	background: url("../images/bg_blanc_50pc.png") scroll 0 0 transparent;
	margin: 10px;
	border-radius: 10px
}
.box .column{
	width:50%;
	float:left;
}
.box .bouton{
	width:100%;
	clear:left;
}
.box .bouton p{
	text-align:center;
	background:none;
}
.box .center{
	text-align:center;
}
.box label{
	padding: 5px 5px 5px 10px;
	width:150px;
	display: inline-block;
}
.box label[for="nom"]{width:60px;}
.box input, select{
	border-radius: 10px;
	width:150px;
	margin-left: 10px;
	padding-left: 8px;
	border: 1px solid #dcdcdc;
}
.box input[name="nom"]{width:350px; text-align:center;}
.box select{
	border-radius: 10px 0px 0px 10px;
	padding-left: 4px;
}
.box textarea{
	width:350px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
}
.box input[type="file"]{
	width:88px;
}
.box input[type="submit"]{
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
	padding: 4px 0;
	font-weight:bold;
}
.box input[type="submit"]:hover{
	background: #f475a8; /* Old browsers */
	background: -moz-linear-gradient(top, #f475a8 0%, #d63781 50%, #e8009e 51%, #f23cc1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f475a8), color-stop(50%,#d63781), color-stop(51%,#e8009e), color-stop(100%,#f23cc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f475a8 0%,#d63781 50%,#e8009e 51%,#f23cc1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f475a8 0%,#d63781 50%,#e8009e 51%,#f23cc1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f475a8 0%,#d63781 50%,#e8009e 51%,#f23cc1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f475a8 0%,#d63781 50%,#e8009e 51%,#f23cc1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f475a8', endColorstr='#f23cc1',GradientType=0 ); /* IE6-9 */
}
.box .error{
	color:#F00;
	font-weight:bold;
	font-style:italic;
}
/* FIN BOXES */

.warning_box{
	clear: both;
    margin: auto;
	width: 50%;
	border-radius: 10px;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	background: url("../images/bg_blanc_50pc.png") scroll 0 0 transparent;
	/*display: inline-block;*/
	font-size:14px;
}


#sur_conteneur{
	padding-top:60px;
}
#barre_titre{

}
#barre_titre {
	font:bold 22px arial;
	padding: 10px 20px 0 0;
	height:40px;
	background: url("../images/barre_titre.png") repeat-x scroll 0 0 transparent;
	background-position:right top;
	float:left;
}
#barre_titre:first-letter{
	text-transform:uppercase;
	margin: 0;
}
.options{
	float:left;
	margin:18px 0px 18px 0px;
	background: url("../images/barre_titre_options.png") repeat-x scroll transparent;
	background-position:0px 0px;
}
.options span{
	display:block;
	width:40px;
	height: 50px;
}
.imprime{background-position:0px 0px;}
.imprime:hover{background-position:0px -50px;}
.retour{background-position:40px 0px;}
.retour:hover{background-position:40px -50px;}


footer{
	float:left;
	text-align: center;
    width: 100%;
}
footer p{
	color:white;
	font-weight: bold;
	text-align: center;
}


.actions .led_off{display:block; background: url("../images/small_led_off.png") scroll 0 0 transparent; float:left; padding:0px; margin:0px; border:0px; width:25px; height:25px;}
.actions .led_on_verte{display:block; background: url("../images/small_led_on_verte.png") scroll 0 0 transparent; float:left; padding:0px; margin:0px; border:0px; width:25px; height:25px;}
.actions .modifier{display:block; background: url("../images/bt_small_modifier.png") scroll 0 0 transparent; padding:0px; margin:0px; border:0px; width:25px; height:25px;}
.actions .modifier:hover{background: url("../images/bt_small_modifier_hover.png") scroll 0 0 transparent;}
.actions .supprimer{display:block; background: url("../images/bt_small_supprimer.png") scroll 0 0 transparent; padding:0px; margin:0px; border:0px; width:25px; height:25px;}
.actions .supprimer:hover{background: url("../images/bt_small_supprimer_hover.png") scroll 0 0 transparent;}
.transpa {
	border: 0;
	margin:auto;
	clear:both;
	text-align:center;
}
.transpa .titre td{
	height:20px;
	border-top:0px solid black;
	border-right:0px solid black;
	border-bottom:2px solid black;
	border-left:1px solid black;
	background: url("../images/block_bg.png") scroll 0 0 transparent;
	background-position:center top;
	padding-top:10px;
}
.transpa .titre td.hg{
	background: url("../images/block_bg.png") scroll 0 0 transparent;
	background-position:left top;
	border-left:0;
}
.transpa .titre td.hd{
	background: url("../images/block_bg.png") scroll 0 0 transparent;
	background-position:right top;
}
.transpa td{
	background: url("../images/block_bg_50pc.png") scroll 0 0 transparent;
	background-position:center center;
	border: 1px solid black;
	margin-top: 2px;
	margin:auto;
	border-top:0px solid black;
	border-right:0px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding:0 5px 0 5px;
}
.transpa td:first-child{
	background: url("../images/block_bg_50pc.png") scroll 0 0 transparent;
	background-position:left center;
	border-left:0px solid black;
	padding: 8px;
}
.transpa td:last-child{
	background: url("../images/block_bg_50pc.png") scroll 0 0 transparent;
	background-position:right center;
	padding-right: 10px;
}