/**--------------- général --------------**/

html {
	background:#500 url(images/fond1.jpg) center repeat;
}

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: justify;
	font: 11px Verdana, Geneva, sans-serif;
	color: #333;
}

/**----------------- layout ---------------**/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  	position: relative;
}

div#header {
  padding-top: 51px;
  width: 252px;
  position: relative;
}

div#ban { 
width:468px;
margin:0 auto;
border:1px #FFF solid;
}
/**------------------------- Header ---------------------------**/


h1 {
	display:none;
}

div#h1 {
	color: #FDE7C2;
  	background: #600 url(images/nav_topt.gif) left top no-repeat;
  	padding: 8px;
  	margin: 0 0 2px 21px;
	height:25px;

}
div#h1 img {
	position:absolute;
	top:27px;	
	left:59px;
}


#search {
  width: 350px;
  background: #AAA url(images/search_top.gif) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 366px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}
div#search input {
	background-color:#FFF;
	border: 1px #500 solid;
	color:#777;
}
div#search input#bouton {
	background-color:#600;
}
div#search input:hover {
	border: 1px #BBB solid;

}


/**-------------------- Body ---------------------**/

#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background: url(images/pic_3.jpg) no-repeat;
}
#nav ul {
  background: bottom right #600 url(images/nav_bot.gif) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/dots.gif) repeat-x;
  margin-bottom:5px;
}
#nav a {
  color: #FFF;
  font: 15px Verdana, Geneva, sans-serif;
  font-style: italic;
  background: #600;
  padding-right: 8px;
}


/**------------ content --------------**/

#content {
  background: #FFF top right url(images/body_bottom_left.jpg) repeat-y;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}
#content a img#banpub {
	margin:5px 80px;
	border:1px #FFF solid;
}
#content .main, #content .main2 {
  float: right;
  width: 275px;
  margin-top: 10px;
  margin-bottom:10px;
  padding-right: 20px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #BBB;
}

img.vign {
	margin:5px 0 0 18px;
}
#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}
p#ss-titre-TDA {
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
}

p q {	font-size:1.4em;
	font-weight: bold;

}

/**--------------  Partie de droite ----------------**/

#partie-droite {
  float: right;
  width: 120px;
	height:650px;
  border-left: 1px solid #BBB;
  padding: 12px;
  background: bottom right url(images/body_bottom_right.gif) no-repeat;
}
/*----IE7----*/
*+html #partie-droite {
	height:680px;
}

#partie-droite span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#partie-droite p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 0.5em;
  line-height: 1.3;
}
div#partie-droite h2 {
	margin-top:10px;
}
div#partie-droite img {
	border: 1px solid #FFF;	
}
#partie-droite .clear {
	height:20px;
}
iframe {
	position:absolute;
	bottom:10px;
	
}
h2 {
  font: 15px  Helvetica, Arial, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  color: #600;
  margin: 0 0 0.6em 0;
}

h2#titre1 {
	font-size: 18px;
	margin-bottom:3px;
}


/**------------------- Footer ------------------**/

div#footer {
  color: #BBB;
  margin: 2px 0 0 468px;
}
div#footer p {
	margin:0;
	font-size:0.8em;
}
div#footer ul li {
	list-style:none;
	color:#CCC;
	display:inline;
}
div#privacy {
  position: absolute;
  left: 254px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: bottom left url(images/footer_tab.png) no-repeat;
}

div#privacy p {

	margin:0;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.8em;
}

#privacy a {
	color:#111;
  font-weight: normal;
}
