/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

body {
	background: #ffffff url(../images/bg-40ans.gif) no-repeat bottom center;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 -20px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
img {
	border: none;
}
#global {
	width: 780px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}
#bg {
	background: url(../images/bg.png) repeat-y;
	width: 760px;
	padding: 0 10px;
}
#topline {
	width: 756px;
	padding: 2px;
	background: #ffffff;
	text-align: center;
	color: #996600;
}
#header {
	margin: 0;
	width: 760px;
	height: 250px;
	background:url(../images/header.jpg) left top no-repeat;
}
#presse {
	position: relative;
	float: left;
	top: 20px;
	left: 600px;
}
#drap {
	width: 36px;
	height: 103px;
	position: relative;
	top: 5px;
	float: right;
}
#menu {
	width: 426px;
	height: 91px;
	position: relative;
	top: 145px;
	left: 36px;
	float:right;
}

/* Contenu principal */
#contenu {
	width: 760px;
	background: #FFFFFF;
	color: #363B29;
	padding: 0;
}
#texte {
	padding: 10px;
}
#galerie {
	width: 513px;
	height: 262px;
	position: relative;
	float:right;
}

/* Bas de page */
#footer {
	width: 754px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
#baseline {
	width: 760px;
	height: 20px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d4d8b8;
	text-align:right;
}