/*********** Debut du fichier common.css ***********/
/*********** Config. Page ***********/

body, p, div, li, a {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
}

body {
	position: relative;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	table-layout: fixed;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	font-size: 5px;
	background-color: #000000;
}

/*********** Container principal ***********/
#container {
	width: 780px;
	height: auto;
	margin-top: 25px; /* Marge de decalage du site */
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

/*********** Section haute ***********/
#masterhead {
	border: 0px;
	width: 780px;
	height: 40px;
	background-color: #000000;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

#masterhead a:link, a:visited {
	font-weight: bold;
}

#masterhead a:hover {
	background: none; /* correction d'un bug IE (Beuark) */
	color: #a36884;
	text-decoration: none;
}

/*********** Bloc compris dans la cellule centrale ***********/
#contenthead {
	width: 780px;
	height: 490px;
	/* border: solid #00F 1px;	/* Debug */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	vertical-align: top;
}

#content {
	width: 780px;
	height: 490px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #000000;
}

#HomeBlock { /* Bloc général */
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: #F00 solid 0px;
	width: 780px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	color: #a36884;
	font-size: 10px;
	z-index: 1;
}

#HomeBlockMargin { /* Cellule latéral droite */
	float: right;
	width: 120px;
	border: 0px;
	font-size: 9px;
	font-weight: bold;
	z-index: 1;
}

#HomeContent { /* Cellule principale gauche */
	float: left;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	width: 660px;
	height: 490px;
	z-index: 1;
}

#HomeContent a:hover {
	color: #a36884;
}

#HomeContentItem {
	margin-top: 5px; /* Marge superieure des images aleatoires de la home */ 
	z-index: 1;
}

#HomeContentItem img {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	border: 5px solid white;
	display: block;
}

#Txt {
	border: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	width: 640px;
	z-index: 1;
}
	
.MarginItem { /* Eléments latéral gauche */
	float: left;
	width: 120px;
	z-index: 1;
}

.MarginItem a {
	color: #FFF;
	font-size: 8px;
}

.MarginItem a:hover {
	color: #a36884;
}

/*********** Expace en bas de page (bug IE) ***********/
.spacer {
	clear: both;
	font-size: 5px;
	color: #000000;
}


/*********** Balises generales ***********/
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	background: none; /* correction d'un bug IE (Beuark) */
	color: #a36884;
	text-decoration: none;
}

a.link:link, a.link:hover, a.link:visited {
	font-size: 9px;
}

.caps {
	color: #a36884;
	font-weight: bold;
}

#color a:link, a:visited {
	color: #a36884;
}

.exif {
	font-size: 9px;
	color: #a36884;
}

.mauve {
	color: #a36884;
}

.link {
	font-weight: bold;
}

.credit {
	font-weight: bold;
	font-size: 11px;
	color: #a36884;
}

#120up {
	vertical-align: text-top;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	top: auto;
}

th.flow div {
	overflow: auto;
	height: 360px; /* Longueur de la cellule des galeries */
/*	border: 0px solid #721741;*/
}

th.flow2 div {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
	overflow: auto;
	height: 380px; /* Longueur de la cellule des mises a jour */
	padding: 5px;
/*	border: 0px solid #721741;*/
}

/*	th.flow {
/*  	padding: 0px;
/*  	height: 350px;
/*	}
*/

.txt0 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.txt1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt2 {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
}

.txt3 {
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 8px;
	color: #a36884;
}

h2 {
	font-size: 15px;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	color: #a36884;
}

h4 {
	font-size: 20px;
	color: #a36884;
}

/*********** Fin du fichier common.css ***********/
