html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
	/* --- BLOC CONTENEUR GLOBAL --- */
div#page {
	position: relative;
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
}
div#pagemain {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}
div#premier-element {
	margin-top: 0;
}
div#dernier-element {
	margin-bottom: 0;
	padding-bottom: 58px;
}

/* --- PIED DE PAGE --- */
div#piedpage {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

/******************************************************************************/
/*******************************COSMETIQUE*************************************/
/******************************************************************************/
html {
	color: #FFFFFF;
}
body {
	background-color: #171b20;
}
div#page {
	}
div#premier-element { visibility: visible;}
div#dernier-element { visibility: visible;}
div#piedpage {
	background: url(../images/pied.png) top repeat-x;
	background-color: #1c1f24;
	padding-top: 13px;
}
div#piedpagecorps {
	width:800px;
	height: 55px;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 10px;
}

.DivTextePied {
	float: left;
	padding-right: 15px;
	padding-left: 10px;
} 

.DivTexte {
	color: #787878;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.DivTrait {
	background: url(../images/retour-menu-gauche.png) top repeat-x;
	width:50%;
	height:100px;
	position:absolute;
	margin-left:0px;
}

.DivTop {
	width:100%;
	height:68px;
}

.DivMenu {
	width: 100%;
	background-color: #F47F32;
	height: 28px;
}

.DivTitle {
	color: #5193e6;
	font-size: 20px;
	font-style: italic;
	/*font-weight: bold;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 10px;
}
.DivBloc {
	border: 1px solid #292C31;
	background-color: #1D2025;
	padding: 5px;
	color: #D6D9DE;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { text-decoration: underline; color: #cd7438 }
a:active { text-decoration: underline; color: #cd7438 }
a:visited { text-decoration: underline; color: #cd7438 }
a:hover { text-decoration: none; color: #cd7438 }

.DivSelecteurVignette {
	color: #787878;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}

.ImgPhoto300 {
	border: 4px solid #fafafa;
	border-bottom: 15px solid #fafafa;
}
.ImgPhoto145 {
	border: 3px solid #fafafa;
	border-bottom: 9px solid #fafafa;
	margin-bottom: 2px;
}
.ImgPhoto145gauche {
	margin-right: 6px;
	margin-bottom: 2px;
	border: 3px solid #fafafa;
	border-bottom: 9px solid #fafafa;
}
.ImgPhoto96 {
	border: 2px solid #fafafa;
	border-bottom: 6px solid #fafafa;
	margin-bottom: 1px;
}
.ImgPhoto96gauche {
	border: 2px solid #fafafa;
	border-bottom: 6px solid #fafafa;
	margin-right: 4px;
	margin-bottom: 1px;
}
.ImgPhoto70 {
	border: 2px solid #fafafa;
	border-bottom: 6px solid #fafafa;
	margin-bottom: 1px;
}
.ImgPhoto70gauche {
	border: 2px solid #fafafa;
	border-bottom: 6px solid #fafafa;
	margin-right: 4px;
	margin-bottom: 1px;
}

.ImgAlbum, .ImgAlbums {
	background-color: #fafafa;
	background: url(../images/bas-albums.png) bottom repeat-x;
	padding: 2px;
	padding-bottom: 14px;
	cursor: pointer;
}
.ImgAlbums {
	margin: 5px;
	margin-bottom: 5px;
}
.DivAlbums {
	color: #D6D9DE;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:50%;
	float: left;
	padding-bottom: 14px;
}
.DivTitleAlbums {
	color: #5193e6;
	font-size: 20px;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.TdTop {
	height: 28px;
	padding-bottom: 5px;
}
.TdBottom {
	padding-top: 5px;
}

.DivBlocAlbums {
	float:left;
	width: 50%;
	color: #787878;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.DivBlocAlbumsTitle {
	color: #5193e6;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.DivBlocAlbums img {
	background-color: #fafafa;
	background: url(../images/bas-albums.png) bottom repeat-x;
	padding: 2px;
	padding-bottom: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*********************************** CONTACT **********************************/
.DivInfos {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 12px;	
}

.TableContact {
	font-size: 12px;
}

.TableContact div {
	text-align: right;
}

.TableContact input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #888888;
	background-color: #333333;
	color: #aaaaaa;
}

.TableContact textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #888888;
	background-color: #333333;
	color: #aaaaaa;
}
/******************************************************************************/
