/*
Author: Dany VOhl
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #180E0C;
	color: #fff;
	font: normal 62.5% sans-serif;
	padding: 0% 0;
}

a {color: #BB8400;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #BB8400; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: bold 1.6em serif,sans-serif;}
h3 {font: bold 1.3em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Times,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background-color:Transparent;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FBF9F4;
	border-top: 0px solid Transparent;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #180E0C;
	background-position:right; 
	height: 36px;
	border-top: 0px solid #373B44;
	
}
.title h1 {
	color: #BB8400;
	font: normal 1.1em Times,"Trebuchet MS",sans-serif;
	padding: 10px 10px 10px 10px;
}

.title a {
	color: #444;	
	float: right;
	font: normal 1.1em Times,"Trebuchet MS",sans-serif;
	text-decoration: none;
}

.title a:hover,.title a#active  
{	
    text-decoration: none; 
    color: #fff;
}
 
.title .left { width: 66%; }

.title .right {
	width: 33%;
	text-align: right;
}

.header {
	border-top: 0px solid #373B44;
	background: #180E0C url(img/header.gif) no-repeat left bottom;
	height: 220px;
}

.header2 {
	border-top: 0px solid #373B44;
	background: #DAD7C5 url(img/header2.gif) no-repeat left bottom;
	height: 220px;
}


/* navigation */
.navigation {
	background: #DDC92E;/* url(img/nav.gif) repeat-x*/
	height: 31px;
	border-top: 1px solid #DDC92E;
	text-indent:1px;
}
.navigation a {
	background: #DDC92E/* url(img/nav.gif) repeat-x*/;
	border-right: 1px solid #DDC92E;
	color: #000;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}
/*background-position: left bottom;*/
.navigation a:hover,.navigation a#active {color: #000; text-decoration:line-through; }

.navigation1 {
	background: #DDC92E;/* url(img/nav.gif) repeat-x*/
	height: 31px;
	border-top: 1px solid #DDC92E;
	text-indent:4px;
}
.navigation1 a {
	background: #DDC92E/* url(img/nav.gif) repeat-x*/;
	border-right: 1px solid #DDC92E;
	color: #000;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}
/*background-position: left bottom;*/
.navigation1 a:hover,.navigation1 a#active {color: #000; text-decoration:line-through; }


/* main */
.main#two-columns{background:#000;}
.main#histo-columns {background: #fff url(img/histo-columns.gif) repeat-y;}

/*
url(img/top.gif) no-repeat left bottom
*/

.photo
{
	background:#000 url(img/scratchy.gif) repeat;
	padding:10px 7px 5px 7px;
}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #C9C6B3;
	color: #000;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer 
{
    border-bottom: solid 0px #0D1513;
	background: #180E0C url(img/bas.gif) no-repeat left top;
	color: #EED;
	padding: 10px;
    font: normal 0.8em Times,"Trebuchet MS",sans-serif;	
}
.footer .left {width: 20%;}
.footer .right {
	width: 80%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #000; }
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.content#droite
{
    background: #FFF url('img/coin.gif') no-repeat;
    background-position:top right;    
}
.left {float: left; text-align:justify;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

.content3 {background: #FFF;}
.col3 .left {width: 60%;}
.col3 .right .content {background: #FFF;}
.col3 .right {width: 40%;}


/* block list */
ul.block {
	border-top: 1px dashed #676B74;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #676B74;
	list-style: none;
}
.block li a,.block li em {
	color: #fff;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #fff;
}

.right .block,.right .block li {border-color: #373B44;}
.right .block li a:hover {background: #0D1513;}

.zone
{	
	border-left:dashed 1px white;
	border-bottom:dashed 1px white;
	padding:7px 7px 7px 7px;
	background-color:#180E0C;
}

.commentaire
{
	color:#F2AE00;
}

.petit{font-size:xx-small;}

.bouton  
{
	cursor:pointer;
	color:#BB8400; 
	background-color:#180E0C;
	font-weight:bold;
	width:88px; height:25px; 
	border:dashed 1px white; 
}

.texte_cd
{
    padding: 0px 10px 10px 10px;
    border-right:dashed 1px white;
    border-top:dashed 1px white;

    text-align:right;
}

.cd
{
    padding: 10px 10px 10px 10px;
}