html {
	overflow:-moz-scrollbars-vertical;
}
body{
	background:#eee;
	color:#333;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	text-shadow:0 1px 0 #fff;
}
a{
	color:DarkSlateBlue;
	text-decoration:underline;
}
form{
	background:#f7f7f7;
	background:-moz-linear-gradient(90deg, #ccc, #fff); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
	margin:60px auto 0;
	padding:20px;
	width:440px;
	border-radius:10px;
}
h1{
	border-bottom:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:10px;
	text-transform:uppercase;
}
form p{
	margin-bottom:20px;
}
form p:last-child{ /* Sélecteur avancé pour sélectionner le dernier paragraphe du formulaire */
	margin-bottom:0;
}
label{
	cursor:pointer;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
	width:225px;
}
form p:hover label{
	color:#0459b7;
}
form p:hover label:after{
	content:" »";
}
input[type=text],
input[type=password]{
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:5px;
	margin-bottom:7px;
}
input[type=text]:focus,
input[type=password]:focus{
	border-color:#093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none; /* Pour enlever le contour jaune lorsque l'on sélectionne un input dans Chrome */
}
select{
	cursor:pointer;
	padding:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
}
select:active,
select:focus{
	border:1px solid #093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none;
}
input[type=submit],
a.submit{
	    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    background: -moz-linear-gradient(90deg, #8064A1, #8064A1) repeat scroll 0 0 transparent;
    border: 1px solid #093C75;
    color: #FFFFFF;
    cursor: pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:160px;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0 1px 1px #333;
	text-transform:uppercase;
	background-color:#8064A1;
}
input[type=submit]:hover,
a.submit:hover{
	/*background:#eee;
	background:-moz-linear-gradient(90deg, #067cd3, #0bcdff);
	background:-webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
	border-color:#093c75;
	text-decoration:none;*/
}
input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus{
	/*background:#ccc;
	background:-moz-linear-gradient(90deg, #0bcdff, #067cd3);
	background:-webkit-gradient(linear, left top, left bottom, from(#067cd3), to(#0bcdff));
	border-color:#093c75;
	outline:none;*/
}
#tableau-admin {
}
#zone-membre {
  border:1px solid #CCCCCC;
    padding: 10px;
    width: 420px;
	 background-color:beige;
}

#bloc-global {
width:1000px;
margin:0 auto;
}

#bloc-gauche {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 15px #AAAAAA;
    background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    margin: 60px auto 0;
    padding: 20px;
    width: 400px;
	float:left;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#bloc-droit {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 15px #AAAAAA;
    background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    margin: 60px auto 0;
    padding: 20px;
    width: 400px;
	float:left;
	margin-left:50px;
	float:left;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#bloc-global p {
text-align:justify;
}
#bloc-droit h2 {
font-size:17px;
}
.bouton {
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    background: -moz-linear-gradient(90deg, #8064A1, #8064A1) repeat scroll 0 0 transparent;
    border: 1px solid #093C75;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 109px;
	background-color:#8064A1;
}

html body div#bloc-global div#bloc-gauche p.bouton a {
color:white;	
}
html body div#bloc-global div#bloc-droit p.bouton a {
color:white;	
}


#bloc-commentaire{
    border: 2px inset black;
    padding: 10px;
    width: 420px;
	margin-bottom:10px;
}
#content {
width:1000px;
margin:0 auto;
}
html body center table#tableau-admin tbody tr td b a.nom {
text-align:center;	
text-transform: capitalize;
}
html body center table#tableau-admin tbody tr td.prenom {
text-transform: capitalize;
}
html body center table#tableau-admin tbody tr td.residence {
text-transform: capitalize;
}
html body center table#tableau-admin tbody tr td i b {
text-align:center;
}
html body div#content div#zone-membre u.majuscule {
text-transform: capitalize;
}
html body div#zone-membre u.majuscule {
text-transform: capitalize;
}
#gauche {
float:left;
width:50%;
margin-top:1px;
}
#droit {
float:left;
width:50%;	
margin-top:30px;
height:100px;
}
html body center table#tableau-admin tbody tr td {
	padding-left:10px;
	 background-color:beige;
	 border:1px solid #CCCCCC;
}
html body center table#tableau-admin tbody tr td a.nom img {
border:none;
text-decoration:none;
}
img {
border:none;
text-decoration:none;
}