@charset "utf-8";
/* ######### MISE EN PAGE CONTENU ########## */

* {
	 font-size : 14px; 
	font-family : Verdana, arial, helvetica, sans-serif;
}
.nom-site {
	color: #800000;
	Font-Family: Cursive, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size : 22px;
	padding: 4px;
    margin: 0 0 1.5em;
    border: 1px dotted #5FD1FF;
    background: #EFFAFF;
	margin:auto;
	width: 400px;	
	
}

.tableau1 {
  font-family : Verdana, arial, helvetica, sans-serif;
  background-color : #C1BFB1; 
  font-size : 14px; 
}
p.copyright {
    font-size : 9px;
	text-align:center;
	font-weight: bold;
	
}
a:link, a:visited { 
	text-decoration:none;
}
p.alert {
    background-color: #f2dede;
    border-color: #eed3d7;
	border: 1px solid #eed3d7;
    color: #b94a48;
	margin-bottom: 0.5em;
	margin: auto;
	text-align: center;
	font-weight: bold;
	width: 650px;
	border-radius: 3px;
}
p.confirmer {
    background-color: #F1FFD8;
    border-color: #91E800;
	border: 1px dotted #91E800;
    color: #008000;
	margin-bottom: 0.5em;
	margin: auto;
	text-align: center;
	font-weight: bold;
	width: 650px;
	border-radius: 3px;
}