html {
margin : 0;
padding : 0;
background: url(http://www.lightoneveryone.com/images/graphisme/fond_site.jpg) no-repeat center fixed;
width : 100%;
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */
font-size : 20px;
font-family : "Calibri Light";
color : #3D3D3D;
}

td {
margin : 0;
padding : 0;
font-size : 20px;
font-family : "Calibri Light";
color : #3D3D3D;
}

hr {
border-style : solid;
border-width : 1px;
border-color : #F1F1F1;
}

input {
border-style : solid;
border-width : 1px;
border-color : #c0c0c0;
background-color : #FFFFFF;
color : #949494;
font-size : 20px;
font-family : "Calibri Light";
padding : 10px;
}

textarea, select {
border-style : solid;
border-width : 1px;
border-color : #c0c0c0;
background-color : #FFFFFF;
color : #949494;
font-size : 20px;
font-family : "Calibri Light";
padding : 10px;
}

.clear {
clear : both;
}

.shadow_black {
text-shadow : 1px 1px 1px #000000;
}

.shadow_white {
text-shadow : 1px 1px 1px #FFFFFF;
}

a:link {
text-decoration : none;
color : #1420be;
}

a:visited {
text-decoration : none;
color : #1420be;
}

a:hover {
text-decoration : none;
color : #1420be;
}

a:active {
text-decoration : none;
color : #1420be;
}
#ajout{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
	}
	#ajout:target{
		display: block;
	}
	.popup_block{
		background: #fff;
		padding: 20px;
		border: 20px solid #cad9f4;
		position: relative;
		margin: 3% auto;
		width: 50%;
		box-shadow: 0px 0px 20px;
		border-radius: 10px;
	}
	 img.btn_close{
    float: right;
    margin: -55px -55px 0 0;
}
	input {
border-style : solid;
border-width : 1px;
border-color : #c0c0c0;
background-color : #FFFFFF;
color : #949494;
font-size : 15px;
font-family : "Calibri Light";
}

 textarea, select {
border-style : solid;
border-width : 1px;
border-color : #c0c0c0;
background-color : #FFFFFF;
color : #949494;
font-size : 15px;
font-family : "Calibri Light";
}