/* ============================================== 

   FEUILLE DE STYLES ADMINISTRATION

   ============================================== */


body {
	margin: 20px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
        color: #005143;
	background-color:#ffffff;
	text-align: center;
	}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #f5365e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

.bouton {
	background-color: #d1dded;
	font-size: 12px;
	font-weight: bold;
	color: #00816b;
	}

img {
	border-style:none;
	padding:0px;
	margin:0px;
	}


.credits {
font-size:10px;
}


#jurid {
        background-color: #f1f4fa;
        border-top: solid;
        border-top-width:1.5px;
        border-bottom: solid;
        border-bottom-width:2px;
        border-color:#00816b;
        padding-top:20px;
	width:650px;
	height:320px;
        text-align:center;
}

#jurid p {
width:600px;
text-align:center;
margin-top:10px;
padding:5px;
}