@import url('fancy.css');
@import url('form.css');

*{
	margin	: 0;
	padding	: 0;
}

body{
	background	: #fff url('../img/bg.gif') top center repeat-y;
	text-align	: center;
	font: 0.7em Verdana, Helvetica, sans-serif;
	color: #555;
}

h2 {
	font-size: 1.2em;
}

a {
	outline: none;
	color: #555;
}

img {
	border		: 0;
}

.loading {
	background	: transparent url('../img/loader.gif') 4px 4px no-repeat;
	height		: 20px;
	width		: 20px;
}


/* =================================== */
/* ============ STRUCTURE ============ */
/* =================================== */

div#wrapper {
	width: 100%;
	background	: transparent url('../img/bg.jpg') top center no-repeat;
}

div#global {
	width: 766px;
	text-align: left;
	margin: 0 auto;
}

div#top {
	width		: 766px;
	height		: 407px;
	background	: transparent url('../img/top.jpg') top left no-repeat;
	text-indent: -3000px;
}

div#top a {
	display: block;
	width: 766px;
	height: 407px;
}

a#linkPhoto{
	display			: block;
	width			: 756px;
	height			: 50px;
	background		: transparent url('../img/bg-photos.gif') top left no-repeat;
	padding			: 5px;
}


div#content {
	float: left;
	width: 524px;
}

div#navigation {
	float: left;
	width: 210px;
	padding: 16px;
}

/* ===== CONTENT ===== */
div#content h1 {
	width: 241px;
	height: 50px;
	background: transparent url('../img/mot-president.gif') top left no-repeat;
	margin: 16px;
	text-indent: -3000px;
}

div#content h1.albums {
	background: transparent url('../img/albums.gif') top left no-repeat;
	height: 60px;
}

div#content h1.photos {
	background: transparent url('../img/photos.gif') top left no-repeat;
	height: 60px;
}

div#content .left {
	float: left;
	width: 238px;
	padding: 0 8px 16px 16px;
}

div#content .left p{
	text-align:left;
}

div#content .right {
	float: left;
	width: 238px;
	padding: 0 16px 16px 8px;
}

div#content p {
	text-align: justify;
	margin: 0 0 0.8em 0;
}

div#content .jbgrange {
	clear: both;
	width: 524px;
	height: 157px;
}

div#content .inscription {
	clear: both;
	width: 524px;
	height: 134px;
}

div#content .news {
	padding: 0 16px 16px 16px;
}

/* =================================== */
/* ========= COMMENTAIRES ============ */
/* =================================== */
.comments {
	background: #eee url('../img/comments.gif') top left no-repeat;
	margin: 20px 10px;
	padding: 10px 10px 10px 10px;
}

.comments .date {
	margin: 12px 0 10px 20px;
	color: #000;
}

div#content div#commentaires {
	margin: 0 16px 16px 16px;
	padding-top: 20px;
	border-top: 1px dotted #555;
}

div#content div#commentaires #formulaire {
	margin-top: 30px;
	border-top: 1px dotted #555;
	padding-top: 20px;
}

div#content div#commentaires h2 {
	font-size: 1.2em;
	padding-bottom: 10px;
}

div#content div#commentaires h2 a {
	color: #1b88b1;
}

div#content .news h1 {
	background: none;
	width:auto;
	height: auto;
	text-indent: 0;
	margin: 16px 0;
	font-size: 1.6em;
	letter-spacing:-1px;
}

div#content .news h1 span.date {
	display: block;
	font-size: 0.5em;
	color: #1b88b1;
	font-weight: normal;
}

div#content .news img {
	float: left;
	margin: 2px 6px 2px 0;
}

/* ===== NEWS ======*/
div#navigation h1 {
	width: 69px;
	height: 37px;
	margin-bottom: 26px;
	background: transparent url('../img/actu.gif') top left no-repeat;
	text-indent: -3000px;
}

div#navigation h2 {
	clear: both;
	margin: 1.4em 0 0em 0;
	letter-spacing:-1px;
}

div#navigation p {
	text-align	: justify;
	font-family	: Arial, Helvetica, sans-serif;
}

div#navigation p.date {
	color: #1b88b1;
}

div#navigation p.date a {
	color: #1b88b1;
	text-decoration: none;
}

div#navigation img {
	float: left;
	margin: 2px 0;
}

div#navigation p.plus {
	clear: both;
	text-align: right;
	background: transparent url('../img/ico/suite.gif') 140px 0 no-repeat;
}

div#navigation p.rss {
	clear: both;
	display: block;
	margin-top: 20px;
	float: left;
	width: 44px;
	height: 21px;
}

div#navigation p.nav a {
	display: block;
	float: right;
	width: 14px;
	height: 20px;
	text-decoration: none;
	font-size: 1.2em;
	margin: 20px 2px 0 2px;
	padding-left: 6px;
	border: 1px solid #888;
	color: #888;
}

div#navigation p.nav a:hover {
	background: #888;
	color: #e9e9e9;
}

/* ==== FOOTER =====*/
div#footer p {
	color: #e9e9e9;
}

/* =================================== */
/* ============== PHOTOS ============= */
/* =================================== */
div#albums a.album {
	display				: block;
	float				: left;
	border				: 1px solid #ccc;
	padding				: 5px;
	width				: 220px;
	margin				: 10px 0 0 10px;
	height				: 50px;
	text-decoration		: none;
	background			: #fbfbfb;
}

div#albums a.album:hover {
	background			: #f5f5f5;
}

div#albums a.left {
	margin-right		: 22px;
}

div#albums a.album img {
	float				: left;
	margin-right		: 5px;
}

div#albums a.album p {
	color				: #888;
}

div#albums a.album p strong {
	color				: #284459;
}

div#albums div.gallery {
	display				: block;
	width				: 143px;
	padding		: 10px 12px;
	float				: left;
	text-align			: center;
}

div#albums div.gallery img {
	border				: 1px solid #ccc;
	padding				: 2px;
	background			: #fff;
}
