/* ------------------------------------------------------------------------------------
CSS MEDIA ALL : master.css
CLIENT :  Laval Auto Sport
AUTEUR : ASPIX MEDIA - www.aspixmedia.com
----------------------------------------------------------------------------------- */


body {
	font-family: Arial;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg_v2.jpg);
	background-repeat: repeat-x;
	scrollbar-arrow-color : #A30F02;
	scrollbar-base-color : #969490;
	scrollbar-face-color : #FAF8F4;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
}

a {
	color: #A30F02;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #A30F02;
}
a:hover {
	color: #333333;
}
a.noDeco {
	text-decoration: none;
	color: #A30F02;
}
a.pageSel {
	color: #A30F02;
	font-size: 16px;
	text-decoration: none;
}


/*---------------------------------------------------------------- */

#conteneur {
	margin:5px auto;
	width:754px;
}

/*---------------------------------------------------------------- */

.borderTop {
	background-image: url(../images/bg_borderTop.jpg);
	background-repeat: repeat-x;
	width: 700px;
}

.borderRight {
	background-image: url(../images/bg_borderRight.jpg);
	background-repeat: repeat-y;
}

.borderLeft {
	background-image: url(../images/bg_borderLeft.jpg);
	background-repeat: repeat-y;
}

/*---------------------------------------------------------------- */

.txt1 {
	font-size: 12px;
}
.txt2 {
	font-size: 12px;
	padding-right: 50px;
	padding-left: 50px;
}

.txt3 {
	font-size: 12px;
	font-weight: bold;
	color: #A30F02;
}
.txt7 {
	font-size: 12px;
	font-weight: bold;
	padding-right: 25px;
}
.txt9 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.txt10 {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
/*---------------------------------------------------------------- */
.bas {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FAF8F4;
}


.imgStroke { 
	border: 1px solid #999999; 
}

/* FOOTER */
.txtFooter {
	font-family:Arial;
	font-size:11px;
	color:#222222;
}
.bgFooter {
	background-image:url(../images/footer_plain.jpg);
	background-repeat:no-repeat;
	height:90px;
}
a.aspix, link.aspix {
	color: #222222;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.aspix {
	color: #666666;
}


