body {
	background-image: url("images/eau.jpg");
	/*background-repeat: no-repeat; 
	background-position: right top;*/
background-color: 	#e9967a;
background-repeat:repeat;
color:black;
font-family:'trebuchet ms' sans-serif;
}
#toute_la_page {
width:1000px;
margin:auto;
background : #FFF;
}
#fondecran {
 /* Fixe l'image en haut à gauche de la page */
 position: fixed; 
 top: 0; 
 left: 0; 
 /* Préserve le ratio de l'image */
 min-width: 100%;
 min-height: 100%;
 background-attachment : scroll;
 transition : 0.5;
}
header img {
width:1000px;
height:auto;
border:1px solid #87CEFA;
border-radius:3px;
}
#lien_connexion {
	margin-top:20px;
}
#lien_connexion .bouton{
	display : inline-block;
	vertical-align : top;
	margin-top: 10px;
}
.bouton  a{
		text-transform: uppercase;
        background:#1e90ff;

        padding:15px 30px;

        color:white;

        font-weight:bold;

        text-decoration:none;

        border-radius:5px;

        width:350px;

        text-align:center;

        display:block;

        opacity:1;

        margin-bottom:5px;

		margin-left :50px;

		font-size :2em;

        /* définir la transition */

        -webkit-transition: all 0.3s ease;

        -moz-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -o-transition: all 0.3s ease;

        transition: all 0.3s ease;
		border-radius : 50px;

}

.bouton  a:hover {

        color:#FFF;



}
h2{
	font-family : serif;
	font-size : 1.2em;
}
h2 mark{
	color : green;
	background-color : white;
}
/* formulaire */
form {
background-color:#e5eeff;
padding:10px;

}
fieldset {
border: 1px solid #C0C0C0 ;
padding:5px;
margin:5px;
}
legend {
font-size : 1em;
font-weight:bold;
color:blue;
}
label {
width:500px;
padding :0px;
display:block;
float : left;
font-size : 1.5em;
}
label.en-ligne {
display:inline;
}
label.question{
color:#85AC1C;
font-weight:bold;
}
input { 
border:1px solid #000;
background:#FFF;
}
input:focus { 
background : #FFFDEA; 
}
input[type=radio] {
margin-right:20px;
}
input.decole-curseur {
padding-left:20px;
}
input[type=submit], input[type=reset] {
border:1px solid blue;
font-weight:bold;
cursor:pointer;
margin-left : 600px;
}
input[type=submit]:hover, input[type=reset]:hover {
background-color:blue;
color : white;
}
input[type=submit]:active, input[type=reset]:active {
background-color:#000;
color:white;
} 
option,select {
background-color:white;
font-size : 1em;
}
form .message_renseignement p{
	font-size : 1em;
	font-family : arial;
	border : 1px solid white;
	text-align : center;
}
.bienvenue p{
	margin-left : 100px;
	font-size : 1.1em;
}
.bienvenue p strong em{
	color:blue;
}
.premier_submit{
	margin-left : -300px;
}
form .valider_recu{
	margin-left:-10px;
	margin-top : -60px;
	font-size : 1.2em;
	font-family : arial srif;
	border : 1px solid blue;
	border-radius : 20px;
}
form .valider_recu :hover{
	background-color : blue;
	color : white;
}
form .ajouter_prestations{
	margin-top : 30px;
	margin-bottom : -10px;
	font-size : 1.2em;
	font-family : arial srif;
	border : 1px solid blue;
	border-radius : 20px;
}
#facture{
	border : 1px solid #87CEFA;
	background-color : #FFF;
	color :#000;
	font-family : arial;
	font-size : 1.2em;
}
#facture p em,caption em{
	color : blue;
	font-size : 1.1em;
}
#facture .en_rouge{
	color : red;
}
#facture p .centrer strong{
	margin-left : 300px;
	margin-bottom : -10px;
	margin-top : -5px;
}
#facture p{
	margin-left : 100px;
}
#facture a{
	font-family : arial serif;
	font-size : 1.1em;
	text-transform : uppercase;
	text-decoration : none;
	font-style : italic;
}
#facture .lien2{
	margin-left : 550px;
}
#facture .guichet{
margin-left : 530px;
}	
.boutton_valider {
	border:none;
	padding:6px 0 6px 0;
	border-radius:8px;
	background:#478bf9;
	font:bold 13px Arial;
	color:#fff;
	text-decoration : none;
}
a,.boutton_valider a {
	text-decoration : none;
}
#appercu_recu{
	border : 1px solid blue;
}
#appercu_recu h3{
	text-align : center;
	color : red;
	font-size : 1.1em;
	font-family : arial serif;
}
#appercu_recu p{
	margin-left : 200px;
}
.form{
	
}

.form div{
	width:430px;
	box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	-webkit-box-shadow: 0 0 5px 1px #999;
	border:0px solid #f7f7f7;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin:30px 0;
	padding:5px;
	margin-left: 200px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#dddddd));
}
.form div input{
	background: #fff;
	width:370px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:1px solid #ccc;
	height:27px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.form button{
	cursor:pointer;
	border:0px solid #f7f7f7;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	width:30px;
	height:30px;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
	background:#111;
	background-image:-moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#444444),to(#222222));
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
    
}
.form button:hover{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#les_boutons {
	border : 1px solid blue;
	background-color : #00FFFF;
}
#les_boutons p {
	background-color : #00FFFF;
}
#les_boutons p {
	margin-left : 10px;
	font-size : 1.1em;
	font-family : Arial;
	text-transform : uppercase;
}
#message_bienvenu h2{
	text-align : center;
	color : green;
}
#etat_caisse h2{
	text-align : center;
	font-size : 1.3em;
font-weight : bold;
}
#etat_caisse .en_rouge em{
	color : red;
	font-size : 1.5em;
}
.ligne_verticale
{
    width:10px;
    border-left:1px solid blue;
    height:100px;
}
.centrer_colore p strong{
margin-left : 300px;
color : green;
font-family : arial serif;
font-size : 1.2em;
}
.nom_produit strong{
	margin-left : 40px;
}
#lien_connexion {
	margin-top:20px;
}
#lien_connexion .bouton{
	display : inline-block;
	vertical-align : top;
	margin-top: 10px;
}
a.bouton3 {
padding: 1px 5px;
background: #1E90FF;
color: #FFF;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
border: 1px solid #46a28d;
font-weight : bold;
margin-left : 10px;
text-decoration : none;
}
a.bouton3:hover {
background: #34393E;
color: #5EB6DD;
}
header p a,.en_rouge{
	color : blue;
	font-weight : bold;
	font-size : 1.2em;
	text-decoration : none;
}
#lien_impression{
	margin-left : 180px;
}
#lien_impression a{
	text-decoration : none;
	font-size : 1.2em;
}
.lien2{
margin-left : 500px;
}
header p a{
margin-left : 780px;
}
table
{
border-width:1px;
border-style:solid;
border-color:black;
border-collapse:collapse;
border:1px solid black;
margin-left:20px;
margin-right : 10px;
margin-bottom : 20px;
text-align : center;
}
td
{
border-width:1px;
border-style:solid;
border-color:black;
}
td strong{
	margin-left : 50px;
	text-align : left;
}
td,th
{
text-align : center;
border:1px solid black;
}
caption
{
font-size:1.3em;
color:#8B0000;
font-weight:bold;
font-style:normal
}
th
{
background-color:#FFEBCD;
}
td
{
background-color:#F8F8FF;
}
td img{
width:100px;
height:60px;
}
td:hover
{
background-color:#DCDCDC;
color:black;
}
h6 img
{
margin-top:10px;
margin-left:3Px;
margin-right:0px;
height:8px;
padding-bottom:-10px;
}
h6 a{
text-decoration :none;
text-transform:uppercase;
}
h6{
	margin-top : 0px;
	margin-bottom : 0px;
margin-left :2px;
font-size:1em;
}
#blocke{
width :500px;
height:70px;
background-color : red;
color:white;
margin-left:300px;
text-align:center;
font-size:1.3em;
margin-top:15px;
border-radius :10px;
margin-bottom:25px;
}
#block{
width :400px;
height:auto;
background-color :green;
color:white;
margin-left:300px;
text-align:center;
font-size:1.3em;
margin-top:15px;
border-radius :10px;
margin-bottom:15px;
}
footer
{
margin-top : 20px;
background-color:#a9a9a9;
color : black;
margin-bottom:-20px;
border:4px solid yellow;
border-radius:3px;
}
footer h1
{
font-size:1.5em;
text-align:center;
color : blue;
text-transform :uppercase;
}
footer p
{
font-size:1.2em;
margin-top:0px;
text-align : center;
margin-left : 20px;
font-family : cursive, sans-serif;
font-weight : bold;
font-size : 1.3em;
}
footer p,a{
	display : inline-block;
	vertical-align :top;
}
footer a{
	margin-left : 20px;
}
footer a{text-decoration : none;
}
#les_boutons {
	border : 1px solid blue;
	background-color : #00FFFF;
}
#les_boutons p {
	background-color : #00FFFF;
}
#les_boutons p strong {
	font-size : 1.2em;
	font-family : Arial;
	text-transform : uppercase;
}
#les_boutons table{
	margin-top : 0px;
	margin-bottom : 20px;
	margin-left : 0px;
}
#les_boutons table td strong{
	text-transform : uppercase;
	font-size : 1.4em;
}
#les_boutons table
{
border-width:1px;
border-style:solid;
border-color:black;
border-collapse:collapse;
border:1px solid black;
}
#les_boutons td
{
border-width:1px;
border-style:solid;
border-color:black;
}
#les_boutons td,th
{
border:1px solid black;
font-size : 1.5em;
}
#les_boutons caption
{
font-size:1.5em;
color:#8B0000;
font-weight:bold;
font-style:normal
}
#les_boutons th
{
background-color:#FFEBCD;
}
td
{
background-color:#F8F8FF;
}
#les_boutons td img{
width:100px;
height:60px;
}
#les_boutons td:hover
{
background-color:#DCDCDC;
color:black;
}
#les_boutons form label {
width:0px;
padding :0px;
display:inline-block;
float : none;
font-size : 1.5em;
}