/* RESET CSS */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

	/* remember to define focus styles! */
:focus {
	outline: 0;
}

	/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

	/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET CSS */

body {
	background: #1f1e21;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#global {
	background: #3b3c3f;
	width: 770px;
	min-height: 545px;
	margin: -272px -385px;
	padding: 18px 0 10px;
	position: absolute;
	top: 50%;
	left: 50%
}

#header {
	background: url(../img/bg_header.jpg) repeat-y 0 0;
	height: 146px;
	padding: 0 34px;
}
#header h1 {
	padding: 12px 0 0;
}
#header h2 {
	color:#FFFFFF;
font-size:1.6em;
margin:0pt;
position:relative;
top:-35px;
left:33px;
font-weight:300;
}

#content {
	width: 448px;
	padding: 20px 0 10px 34px;
	color: #fff;
	font-size: 1.1em;
}

.txt_pink {
	color: #c10076;
}

#slogan {
	background: #fff;
	margin:0 0 5px;
	padding: 2px 5px;
	color: #c10076; 
}
#slogan span {
	color: #56267d;
}

a#dl_wallpaper {
	float: right;
	background: #1f1e21;
	padding: 1px 5px;
	color: #858688;
	text-decoration: none;
}
a:hover#dl_wallpaper {
	text-decoration: underline;
}

#h2span {
	color: #56267d;
}

/* MENU RIGHT */

#menuR {
	float:right;
	margin: 0 10px;
	color: #fff;
}
#menuR a:link, #menuR a:visited, #menuR a:hover, .sousMenu a:link, .sousMenu a:visited, .sousMenu a:hover {
	color: #fff;
	text-decoration: none;
}
#menuR a:hover, .sousMenu a:hover {
	text-decoration: underline;
}

/* MENU RIGHT */

/* SOUS MENU */
.sousMenu {
	position:absolute;
	top:170px;
	left:677px;
	padding-top:8px;
}
.sousMenuC {
	display:none;
}

/* SOUS MENU */

/* PAGE CONTACT */

#content_contact {
	padding: 50px 0 0;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#content_contact p {
	background: url(../img/bg_contact.jpg) no-repeat 0 0;
	width: 340px;
	height: 217px;
	margin: 10px auto 0;
	padding: 72px 12px 0;
	text-align: left;
}


/* PAGE CONTACT */

/* PAGE FLASH */

#content_flash {
	padding: 72px 0 0;
	text-align: center;
}

/* PAGE FLASH */

#lienMail {
	color:#c10076;
}