* {
	padding: 0;
	margin: 0;
}

img {behavior: url(/pngHack/pngHack.htc);}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	background-image: url("../images/bg.gif") ;
	background-repeat: repeat-x;
	background-position: bottom ;
	background-attachment: fixed ;
}

img {
	border: none;
}

#content {
	position: absolute;
	z-index: 0;
	left: 50%;	
	width: 900px;	
	margin-left: -450px; /* moitié de la largeur */
	text-align: center;
}

.together {
	color: #FFFFFF;
	font-size: 3.7em;
	font-weight: bold;
	text-transform: uppercase;
	font-style:italic;
	padding-bottom:15px;
	text-align:left;
	float:left;
	margin-left:60px;
	margin-top:90px;
}

.cover {		
	color:#FFFFFF;
	margin-left:770px;
	margin-top:20px;
	border:2px solid #ee8733;
	height:150px;
	width:100px;
	margin-bottom:15px;
}

.child {
	width:280px;
	height:500px;
	background-image: url("../images/accueil/cadre.gif");
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}

.child div {
		padding:25px 15px 25px 15px;
}

a {
	font-size:2.5em;
	color: #ee8733;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.official {
	float:right;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding:15px;
	text-align:right;
}