@import url('header.css');
@import url('footer.css');
@import url('scroll.css');

body,ul,li,p,a,h1,h2,h3,h4,html,input,img,div,span,label,table,tr,td {
    margin : 0px;
    padding : 0px;
    font-family : Arial;
    border : 0px;
    background-color : Transparent;
    background-repeat : no-repeat;
}

body {
	font-size : 11px;
	text-align : center;
}

form {
	margin : 0;
	padding : 0;
}

a {
    text-decoration : none;
    outline : none;
    cursor : pointer;
}
a:hover {
    color : #907d49;
}

p {
    margin-bottom : 10px;
    text-align : justify;
}

.clear {
	clear : both;
}

input.text {
	border : 0;
	background-image : url('../images/input.png');
    background-position : bottom right;
    background-repeat : no-repeat;
    width : 160px;
    height : 20px;
    padding : 3px 5px 0 3px;
}
textarea {
	border : 0;
	background-image : url('../images/textarea.png');
    background-position : bottom right;
    background-repeat : no-repeat;
    width : 469px;
    height : 83px;
    padding : 0 5px 5px 3px;
}

/*body form input.submit {
	padding : 1px;
	margin : 0px;
    text-transform : uppercase;
    font-weight : bold;
	color : white;
    font-family : Arial;
    font-size : 9px;
	background-color : #51433a;
    border : solid 1px #51433a;
    padding : 0px;
    width : auto;
}*/

body {
	/*background-color : #120707;*/
	background-color : white;
	color : #2b0c0e;
}

#background {
	background-color : white;
	margin : auto;
	/*margin-top : 20px;*/
	width : 1022px;
	/*border : 1px solid #D2D2D2;*/
	text-align : left;
}

#container {
	margin : 0 100px 0 60px;
}

#header {
	position : relative;
	height : 450px;
	border : 1px solid #5B5B5B;
}

#content {
	position : relative;
	height : 310px;
}

#submenu {
	position : absolute;
	left : 25px;
	top : 20px;
}
#submenu ul {
	list-style : none;
}
#submenu li {
	background-image : url('../images/list_square.png');
    background-position : 0 5px;
    background-repeat : no-repeat;
    padding-left : 8px;
    height : 20px;
    font-size : 11px;
}
#submenu li a {
	color : #2b0c0e;
}
#photos_videos li a {
	text-transform : uppercase;
}
#submenu li.selected, #submenu li:hover {
	background-image : url('../images/list_rectangle.png');
    background-position : 0 5px;
    background-repeat : no-repeat;
    padding-left : 15px;
    color : #93782e;
}
#submenu li.selected a, #submenu li:hover a {
	color : #93782e;
}

#coordonnees {
	position : absolute;
	left : 25px;
	bottom : 30px;
	color : #806a2f;
	font-size : 10px;
}
#coordonnees .nom_site {
	color : #806a2f;
	text-transform : uppercase;
	font-weight : bold;
}

#data {
	position : absolute;
	left : 280px;
	width : 582px;
	height : 290px;
	margin-top : 20px;
}

#footer {
    margin : auto;
	width : 1024px;
	position : relative;
}

#powered_by {
	position : absolute;
	left : 85px;
	top : 25px;
}

.button {
	background-color : #e6e1b2;
	color : #2b0c0e;
	border : 0;
	display : inline;
	float : right;
	font-size : 11px;
	cursor : pointer;
}
.button a {
	display : block;
	color : #2b0c0e;
	font-size : 11px;
	padding : 3px;
}

#accueil_histoire, #accueil_modeles, #accueil_evenements {
	position : absolute;
	width : 173px;
	height : 100%;
	padding-left : 10px;
	padding-right : 10px;
	left : 0;
	text-align : justify;
	color : #502e11;
	cursor : pointer;
}
#accueil_modeles {
	left : 193px;
}
#accueil_evenements {
	left : 386px;
}

#accueil_histoire .titre, #accueil_modeles .titre, #accueil_evenements .titre {
	font-size : 12px;
	margin-bottom : 10px;
}
#accueil_histoire img, #accueil_modeles img, #accueil_evenements img {
	margin-bottom : 10px;
}
#accueil_histoire .texte, #accueil_modeles .texte, #accueil_evenements .texte {
	font-size : 11px;
	height : 100px;
	overflow : hidden;
	position : absolute;
	top : 155px;
	left : 10px;
	width : 173px;
}
#accueil_histoire .button, #accueil_modeles .button, #accueil_evenements .button {
	position : absolute;
	right : 10px;
	top : 265px;
	width : 85px;
	text-align : center;
	padding : 3px 0 3px 0;
}

#accueil_histoire.hover, #accueil_modeles.hover, #accueil_evenements.hover {
	background-color : #edebcd;
	color : #2b0c0e;
}
#accueil_histoire.hover .button, #accueil_modeles.hover .button, #accueil_evenements.hover .button {
	font-weight : bold;
}




#data .formulaire {
	border : 1px solid #2b0c0e;
	padding : 0 5px 5px 5px;
	position : relative;
}
#data .formulaire td {
	padding-right : 5px;
}
#data .champs_imperatifs {
	text-align : right;
	color : #907d49;
	font-size : 10px;
}
#data .formulaire .checkbox {
	float : left;
	margin-right : 5px;
}
#data .formulaire .button {
	position : absolute;
	right : 0;
	bottom : 0;
	font-weight : bold;
}


#formulaire_revendeurs {
	display : none;
}



#window {
	position : absolute;
	overflow : hidden;
	width : 595px;
	height : 295px;
}
#evenements {
	position : absolute;
}
#evenements .evenement {
	height : 70px;
	overflow : hidden;
	position : relative;
	padding : 5px;
	margin-bottom : 15px;
	cursor : pointer;
}
#evenements .evenement.hover {
	background-color : #edebcd;
}
#evenements .evenement .image {
	width : 106px;
	height : 68px;
	float : left;
}
#evenements .evenement .image img {
	border : 1px solid #2b0c0e;
}
#evenements .evenement .ligne_de_titre {
	margin-left : 110px;
	height : 15px;
}
#evenements .evenement .titre {
	float : left;
	font-size : 12px;
	font-weight : bold;
}
#evenements .evenement .date {
	float : left;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-weight : bold;
	color : #9d0d15;
}
#evenements .evenement .lieu {
	font-size : 11px;
	font-weight : bold;
	color : #502e11;
}
#evenements .evenement .description {
	border-top : 1px solid #2b0c0e;
	margin-left : 110px;
	font-size : 10px;
	text-align : justify;
	height : 40px;
	overflow : hidden;
}
#evenements .evenement .button {
	position : absolute;
	right : 0;
	bottom : 0;
	padding : 3px;
}
.evenement_detaille {
	display : none;
	position : absolute;
	width : 582px;
}

.evenement_detaille .retour {
	width : 25px;
	height : 275px;
	float : left;
}
.evenement_detaille .ligne_de_titre {
	margin-left : 40px;
	height : 20px;
}
.evenement_detaille .titre {
	float : left;
	font-size : 14px;
	font-weight : bold;
}
.evenement_detaille .date {
	float : right;
	font-size : 11px;
	font-weight : bold;
	color : #9d0d15;
	margin-right : 10px;
}
.evenement_detaille .lieu {
	float : right;
	font-size : 11px;
	font-weight : bold;
	color : #502e11;
}
.evenement_detaille .description {
	border-top : 1px solid #2b0c0e;
	margin-left : 40px;
	font-size : 10px;
	text-align : justify;
	padding-top : 5px;
	height : 250px;
}
.description p {
	font-size : 11px;
}
.evenement_content, .evenement_content p {
	font-size : 11px;
}
.evenement_detaille .description a {
	color : #907d49;
}
.evenement_detaille .description .remonter {
	height : 12px;
	text-align : center;
}
.evenement_detaille .description .window {
	height : 230px;
	overflow : hidden;
}
.evenement_detaille .description .descendre {
	height : 12px;
	text-align : center;
}




.lien_utile {
	margin-bottom : 10px;
}
.lien_utile .image {
	float : left;
	width : 108px;
	height : 70px;
}
.lien_utile .nom {
	margin-left : 115px;
	font-weight : bold;
	font-size : 12px;
}
.lien_utile .description {
	margin-left : 115px;
	border-top : 1px solid #2b0c0e;
	font-size : 11px;
}
.lien_utile .url {
	margin-left : 115px;
	text-align : right;
	font-size : 11px;
}
.lien_utile .url a {
	color : #2b0c0e;
}
.lien_utile .url a:hover {
	font-weight : bold;
}



#plan_de_site ul {
	list-style : none;
}
#plan_de_site a {
	color : #4F0F13;
}
#plan_de_site a:hover {
	color : #c4b16e;
}
#plan_de_site ul ul {
	margin-left : 20px;
}





#legende {
	background-color : #edebcd;
	height : 40px;
	margin-bottom : 10px;
	padding : 5px 10px 0 10px;
	overflow : hidden;
	font-size : 10px;
}
#miniatures img {
	margin-right : 5px;
	opacity : 0.8;
    filter : alpha(opacity=80);
    cursor : pointer;
}
#miniatures img.hover, #miniatures a:hover img {
	opacity : 1;
    filter : alpha(opacity=100);
}





#modeles {
	position : absolute;
	width : 417px;
	height : 275px;
}
#modeles #scroll, #modeles #scroll_contentmask {
	width : 409px;
}


#options {
	position : absolute;
	left : 430px;
	width : 245px;
	height : 275px;
}
#options form {
	margin : 0;
	padding : 0;
}
#options .container {
	position : relative;
}
#options .titre {
	text-align : right;
	margin-right : 90px;
	cursor : pointer;
}
#options .cadre {
	position : relative;
	border : 1px solid #060606;
	padding : 5px;
}
#options .line {
	position : relative;
	margin-bottom : 5px;
}
#options label {
	font-size : 10px;
}
#options .radio {
	position : relative;
	top : 3px;
}
#options .text {
	position : absolute;
	top : 0;
	right : 0;
	width : 105px;
	height : 18px;
	padding : 0 5px 0 3px;
}
#options textarea {
	width : 225px;
	height : 50px;
}
#options .separator {
	margin-bottom : 5px;
}

#options #cuir_carosserie, #options #informations, #options #ami, #options #pdf {
	padding-bottom : 5px;
}

#options #pdf .formulaire {
	padding : 0;
	padding-top : 10px;
	padding-bottom : 10px;
	width : 160px;
	text-align : right;
	border : 0;
}
#options #pdf .separator {
	margin-bottom : 10px;
}
#options #pdf #export_pdf {
	position : absolute;
	right : 15px;
	top : 25px;
}

#options #informations .right {
	text-align : right;
}

#options #cuir_carosserie .cadre {
	height : 180px;
}
#options #cuir_carosserie .cuir_carrosserie {
	margin-bottom : 5px;
}
#options #cuir_carosserie img {
	border : 1px solid #b2b2b2;
}
#options #cuir_carosserie .element {
	font-size : 10px;
	margin-bottom : 5px;
	height : 50px;
}

.nom_modele {
	background-color : #edebcd;
	font-weight : bold;
	text-transform : uppercase;
	padding : 10px;
}
.intitule {
	padding : 5px 0 5px 10px;
	float : left;
	width : 100px;
}
#modeles .intitule {
	font-size : 11px;
}
.valeur {
	padding : 5px 0 5px 10px;
	float : left;
	font-weight : bold;
}
#modeles .valeur {
	font-size : 11px;
	width : 270px;
}
.separateur {
	clear : both;
	border-bottom : 1px solid #2b0c0e;
}
