/* ---------------------- BODY, GENERIQUE ---------------------- */

html,body {
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/structure/damier.gif) no-repeat center bottom fixed;
	background-color: #FFFFFF
}



/* ---------------------- COMMUN ---------------------- */

body img {
	border: 0;
}

body form, p {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

body a {
	margin: 0;
	padding: 0;
	color: #FE0000;
	text-decoration: none;
}

body span.clear_both {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	border: 0;
	font-size: 0;
}




/* ---------------------- HEADER ---------------------- */

#header {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 310px;
	height: 150px;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 310px;
	height: 150px;
}

#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 150px;
	text-indent: -9000px;
	background: url(../images/structure/index_logo_brunograna.gif) no-repeat 0 0;
}




/* ---------------------- BANDEAU_IMAGE ---------------------- */

#bandeau_image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px;
	background: url(../images/structure/index_image_fond.jpg) no-repeat top center;
}

#bandeau_image h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9000px;
}




/* ---------------------- ENTER_WEBSITE ---------------------- */

#enter_website {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width: 340px;
	height: 60px;
}

#enter_website p {
	margin: 0;
	padding: 0;
}

#enter_website p a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	text-indent: -9000px;
}

#enter_website p a.fr {
	margin: 0 80px 0 0;
	background: url(../images/structure/drapeau_fr.gif) no-repeat 0 0;
}

#enter_website p a.en {
	margin: 0;
	background: url(../images/structure/drapeau_en.gif) no-repeat 0 0;
}

#enter_website p a.es {
	margin: 0 0 0 80px;
	background: url(../images/structure/drapeau_es.gif) no-repeat 0 0;
}


