﻿#adresse {
	width: 17%;
	padding: 8% 0 0 2%;
	font-size: 1.em;
	float: left;
	border-radius: 5px;
	border-bottom: solid 0.5px #38592b;
	}
	
body {
	background-color: #000000;
	background-image: url("../images/photo_fond_proxima.jpg");
	background-repeat:no-repeat;
}

#adresse {
	font-style: italic;
	color: #38592b;
	}
#adresse span{
	font-style: normal;
	color: #51af37;
	}
	
#mail{	
	padding: 1% 0 3% 25%;
	text-align: left; 
	}
#mail table{	
	border-radius: 5px;
	border-bottom: solid 0.5px #FF9600;
	background: #CCCCCC;
	}	
#mail table tr th{	
	background: #CCCCCC;
	color: #FFFFFF; 
	padding: left;
	}
#mail a{
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
	}
.submit {
	padding: 5% 0 0 30%;
	}