body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

a:link, a:visited { color: #000000; text-decoration: underline; } 
a:active, a:hover { color: #990000; }
h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	height: 20px;
	text-align : center;
}

#container_wrapper {
	background: url(graphics/interface/fond-haut.jpg) top center no-repeat;
}

#container {
	margin: 0px auto;
	width: 900px;
}

/* Header */
#header {
	clear: both;
	padding: 0px 0px 0px 10px;
	width: 890px;
	height: 166px;
}
#logo {
	width: 160px;
	height: 166px;
	background: url(graphics/adac.png) no-repeat;
	float: left;
}
#site_slogan {
	width: 640px;
	height: 166px;
	background: url(graphics/amateurs-dauphinois-automobiles-collection.png) no-repeat bottom right;
	float: left;
}

/* Navigation */
#navigation {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 613px;
	height: 20px;
	background: url(graphics/interface/ligne-horizontale.png) no-repeat bottom;
}

/* Contenu */
#content {
	float: left;
	margin: 0px;
	width: 900px;
	background: #c3b595;
}
#left_column {
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	width: 200px;
}
#right_column {
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	width: 640px;
	text-align: justify;
}
/* IE6 Seulement */
* html #left_column {
	float: left;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	width: 200px;
}
* html #right_column {
	float: right;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	width: 640px;
}
.puce {
	background: url(graphics/interface/puce.png) no-repeat top left;
	padding-left: 30px;
}

/* Section */
.section {
	margin: 0px 0px 15px 0px;	
	padding: 0px;
	color: #3e3939;
}
.section .section1_top {
	height: 40px;
	background: url(graphics/interface/section1_top.png) no-repeat;
}
.section .section1_middle {
	background: url(graphics/interface/section1_middle.png) repeat-y;
}
.section .section1_bottom {
	height: 37px;
	background:url(graphics/interface/section1_bottom.png) no-repeat;
}
/*
.section .section2_top {
	height: 40px;
	background: url(graphics/interface/section2_top.png) no-repeat;
}
.section .section2_middle {
	background: url(graphics/interface/section2_middle.png) repeat-y;
}
.section .section2_bottom {
	height: 37px;
	background: url(graphics/interface/section2_bottom.png) no-repeat;
}
*/
.section .section3_top {
	height: 40px;
	background: url(graphics/interface/section3_top.png) no-repeat;
}
.section .section3_middle {
	background: url(graphics/interface/section3_middle.png) repeat-y;
}
.section .section3_bottom {
	height: 37px;
	background: url(graphics/interface/section3_bottom.png) no-repeat;
}
.section_text {
	padding-top: 10px;
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}
.section ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.section ul li {
	display: block;
}
.section ul li img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
}

/* Formulaire */
form {
	margin: 0px;
	padding: 13px 0px 0px 10px;
}
input, textarea {
	padding-left: 5px;
	background: #e5d7b7;
	color: #000000;
	border: dotted 1px;
}
input:hover, textarea:hover {
	padding-left: 5px;
	background: #f6e8c8;
	color: #000000;
	border: dotted 1px;
}
.button {
	height: 30px;
	width: 80px;
	color: #ffffff;
	font-weight: bold;
	border: dotted 1px;
	background: #990000;
}
.button:hover {
	height: 30px;
	width: 80px;
	color: #990000;
	font-weight: bold;
	border: dotted 1px;
	background: #ffffff;
}

/* Footer */
#bottom {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 77px;
	background: url(graphics/interface/fond-bas.jpg) no-repeat;
}
#footer {
	clear: both;
	padding: 32px 0px 0px 0px;
	width: 890px;
	text-align: right;
	color: #000000;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #ffffff;
}

/* Revue de presse */
h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #555555;
    border-bottom: 1px solid #990000;
    font-size: 12pt;
    cursor: pointer;
}
p { margin-top: 2px; margin-bottom: 0px; }
.develop { margin-left: 30px; display: none; }
.develop1 { margin-left: 30px; display: block; }

/* Vidéo */
#fondvideo {
	width: 600px;
	height: 726px;
	background-image: url(graphics/interface/tv.png);
	background-repeat: no-repeat;
}
#lecteur {
	margin-left: 80px; padding-top: 71px;
}
#film {
	height: 120px;
	width: 440px;
	margin-left: 75px;
	background-color: #ffffff;
	overflow: auto;
}
