html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;

}
h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	color: #FFFFFF;
text-decoration: none;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #3A0404 url(images/page_bg.jpg) repeat;
/* background-color: red ;*/

	font: 11px arial, sans-serif;
/*	color: #464544; */
/*color: green;*/
	padding-bottom: 10px;
text-align: justify;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(images/LogoA_VIP.jpg) no-repeat;
/*  position: relative; */
    Position: Absolute;
Top: 0cm; Left: 6cm;

}

h1 {
  padding: 25px 0 0 1px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/
/** phrase de jean cocteau **/

#topcon {
/**  background: url(images/topcon.jpg) no-repeat; **/
  width: 300px;
  position: absolute;
  top: 105px;
  left: 0px;
/*  color: #fff; */
  color : silver
/*background-color:yellow;*/

}
#topcon-inner {
  margin: 13px 40px 41px 15px;
  height: 120px;
  overflow: auto;
/*background-color:green;*/
}
#topcon h2 {
  font-size: 14px;
}

#topdroite {
/**  background: url(images/topcon.jpg) no-repeat; **/
  width: 900px;
  position: absolute;
  top: 105px;
  left: 338px;
  color : #fff;
/*  color: #FFEA00; */
/*background-color:green;*/
}
#topdroite-inner {
  margin: 10px 10px 41px 20px;
  height: 260px;
  overflow: auto;
}
#topdroite h2 {
  font-size: 10px;
}
#topdroite h3 {
  font-size: 14px;
}


/** Body **/

#content {
  width: 800px;
 /* 710 : largeur de la boite blanche */
  position: absolute;
  color: #fff;
  top: 269px;
  left: 0px;
}

#content a {
  color: #fff;
/*	color: #FFFFFF; */
text-decoration: none;
}

#content a:hover {
/*  color: #fee; */
color: #FFA405;
}

/* definition de la boite blanche */
#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}


.box {
  float: left;
  width: 195px; /* 195px : largeur de la boite de  droite et celle de gauche*/
/*  background: #730F11;*/
/*background: green;*/
/*  background: #730F11;*/


  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px; /* marges dans chaque boite */
}

.box p {
/*  margin: 1em 0;*/
  margin: 0 0;
 margin-bottom: 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 234px;
  background: #730F11;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
/*  text-decoration: underline; */
	color: #FFA405;
}






#new {
  margin-right: 0;
  background: #730F11;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#boite_large {
  margin-right: 0;
  width: 770px;
  background: #730F11;
}
#boite_large .box-tl {
  padding-bottom: 18px;
}
#boite_large p {
  margin-top: 0;
/*  margin-bottom: 3.6em;*/
  margin-bottom: 0;
}


#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}


.photo {
  background-color:#fafbfc;
  border:1px solid #b0b0b0;
  margin:0 0 10px 10px;
  padding:0px;
}

/* ---------- Galerie Photo ---------- */
div#galerie 
{ 
    width: 700px ; 
    background: #730F11;
/*#eed ; 
    border: 1px solid #dcb ; 
*/
    padding: 15px ; 
    margin: 0px 0px ; 
    text-align: center ; 
    font: 0.9em Georgia, serif ; 
} 
 
ul#galerie_mini 
{ 
    margin: 0 ; 
    padding: 0 ; 
    list-style-type: none ; 
} 
 
ul#galerie_mini li 
{ 
    float: left ; 
} 
 
ul#galerie_mini li a img
{ 
    margin: 2px 1px ; 
    border: 2px solid #dcb ; 
} 
 
dl#photo 
{ 
    clear: both ; 
    margin: 0 auto ; 
} 
 
dl#photo dt 
{ 
    font: italic 2.5em/1.5em Georgia, serif ; 
    color: #dcb ; 
} 
 
dl#photo dd 
{ 
    margin: 0 ; 
} 
 
dl#photo img 
{ 
    border: 1px solid #dcb ; 
}
