/* 2013 © cedricmure.fr */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	background-color: #000000;
}
body a {
	color: #ffae00;
	text-decoration: underline;	
}
body a:hover {
	text-decoration: none;
}

img {
	border: 0;
}


.clear {
	clear: both;
}
ul li {
	list-style: none;
}

header, nav, footer, section, article, aside, video, figure {
	display: block;
}


#voeux2013 {
	position:absolute; 
	left: 50%;  
	top: 50%; 
	width: 873px; 
	height: 491px; 
	margin-left: -436px; /* moitié de la largeur */ 
	margin-top: -245px; /* moitié de la hauteur */ 
	border: 1px solid #000; 
}

