@charset "utf-8";
/* CSS Document */

/***RESET***************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3,h4,h5
{
	font-weight:normal;
}

img
{
	display:block;
}

/******************************************************/

/***FONTS**********************************************/

@font-face {
    font-family: 'Custom';
    src: url('fonts/champagnes-limousines/champagnes-limousines-webfont.eot');
    src: url('fonts/champagnes-limousines/champagnes-limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagnes-limousines/champagnes-limousines-webfont.woff2') format('woff2'),
         url('fonts/champagnes-limousines/champagnes-limousines-webfont.woff') format('woff'),
         url('fonts/champagnes-limousines/champagnes-limousines-webfont.ttf') format('truetype'),
         url('fonts/champagnes-limousines/champagnes-limousines-webfont.svg#Custom') format('svg');
    font-weight: normal;
    font-style: normal;
}

.arial
{
	font-family:Arial, Helvetica, Sans-serif;
}

.custom
{
	font-family:'Custom', Arial, Helvetica, Sans-serif;
	font-weight:200;
}

/***GENERAL********************************************/

*
{
	background-repeat:no-repeat;
	text-decoration:none;
	color:inherit;
	-webkit-appearance: none;
}

.centerWrapper
{
	position:relative;
	margin:0 auto;
	max-width:1204px;
}

.clear
{
	clear:both;
}

.table
{
	display:table;
}
	.tableRow
	{
		display:table-row;
	}
		.tableCell
		{
			display:table-cell;
		}

.alignRight
{
	text-align:right;
}

a.todo
{
	opacity:0.7;
}


/***PADDINGS***/

/***MARGINS***/	

/***BUTTONS***/

/***ARROWS***/

	.arrows1
	{
		width:30px;height:51px;
		background-image:url('buttons/arrows-1.png');
		cursor:pointer;
	}
		.arrows1.previous
		{
			background-position:left top;
		}
			.arrows1.previous:hover
			{
				background-position:left bottom;
			}
		.arrows1.next
		{
			background-position:right top;
		}
			.arrows1.next:hover
			{
				background-position:right bottom;
			}

/***TITLES***/

	.mainTitle
	{
		font-size:40px;
		text-align:center;
		text-transform:uppercase;

		background:url('pictos/logo.png') no-repeat center top;
	}

/***FILTERS***/

/***PAGINATIONS***/

/***FORMS***/

/***COLORS***/

	/***Purple***/

		.color1,
		.hoverColor1:hover,
		.hoverColor1.active,
		.strongColor1 strong,
		.linksColor1 a
		{
			color:#54153e;
		}

		.backgroundColor1,
		.hoverBackgroundColor1:hover,
		.hoverBackgroundColor1.active
		{
			background-color:#54153e;
		}

		.borderColor1
		{
			border-color:#54153e;
		}

	/***Gold***/

		.color2,
		.hoverColor2:hover,
		.hoverColor2.active,
		.strongColor2 strong,
		.linksColor2 a
		{
			color:#d6b680;
		}

		.backgroundColor2,
		.hoverBackgroundColor2:hover,
		.hoverBackgroundColor2.active
		{
			background-color:#d6b680;
		}

		.borderColor2
		{
			border-color:#d6b680;
		}



/***CSS TRANSITIONS***/