/***** template stylesheet *****/
html, body, div, p, ul, li, img, h1, h2, h3, h4, h5, h6, a, blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img, input, select, button, textarea, clear {
	border: 0; padding: 0; margin: 0; outline: 0;
	font: inherit;
	vertical-align: baseline;
}

body {
	font: normal 13px 'Ubuntu Condensed', Arial, sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: scroll;
	background:black
}

body#black { background: #000 }

#canvas {
	height: 100%;
	width: 100%;
}

/***** Selection ******/
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #e40090;
	color: #fff;
	text-shadow: none;
}

/***** link *****/
a {
	text-decoration: none;
	color: #000;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:focus, a:active { color:#e40090; }

/* Pas de bordure ou halo lors du clic */
a:focus, a:active { outline: none }

/****** Titles *****/
h1, h2, h3, h4, h5, h6 { color: #000 }

h1 {
	float:left;
	width:200px;
	text-align:left;
	line-height: 15px;
	padding:0 0 0 10px;
	letter-spacing: 0px;
	margin-top:26px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Ubuntu Condensed', sans-serif !important;
}

h1 span {
display:block;
	width:350px;
	font-size: 13px;
	color: #e40090;
	text-align:left;
	padding:5px 0 0 0;
	margin-top:5px;
	font-family: 'Ubuntu Condensed', sans-serif !important
}

h1 span.tm {
	font-size: 11px;
	color: #fff;
	padding: 0;
	vertical-align: top
}

h4, h3 {
	font-size: 18px;
	margin: 10px 0
}

h2.bigTitle {
	float: left;
	font-size: 30px;
	color:#e40090;
}

h2.bigTitle span { font-size: 15px }

h2 {
	font-size: 25px;
	color: #181818;
	border-bottom: 1px dotted #333
}

h5 {
	position: absolute;
	top: 0px;
	left: 0;
	line-height: 17px;
	padding-left: 10px;
	padding-top: 5px;
	letter-spacing: -1px;
	color: #000;
	border-left: 25px solid #000;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Ubuntu Condensed', sans-serif !important;
}

h5 span { font-size: 12px }

/******* List *******/
ol, ul { list-style: none }

#wrapper li {
	list-style: none;
	padding-left: 20px;
	margin: 0 0 5px 0;
	background:url(/images/plus.png) no-repeat left 4px

}

/******* Tables *****/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { vertical-align: top }

/******* Form *******/
input, select { vertical-align: middle }

textarea { overflow: auto; }

input[type ="radio"] 	{ vertical-align: text-bottom }
input[type ="checkbox"] { vertical-align: bottom }
input[type ="text"],input[type ="email"]  	{ border: 1px solid #b0b0b0 }

label, input[ type ="button"], input[ type = "submit"], input[ type = "image"], button {
	cursor: pointer;
}

textarea { border: 1px solid #b0b0b0 }

table#contact td 		{ padding: 10px }
table#contact input 	{ width: 200px }
table#contact textarea 	{ width: 200px }

/******* Img ********/
img.img_center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

img.img_right {
	float: right;
	margin: 0 150px 10px 10px;
}

img.img_left {
	float: left;
	margin: 0 10px 0 0;
}

/******* html 5 ********/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/************************** ID **********************/
article { background:#fff }

#wrapper {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	padding:100px 0 20px 0;
	overflow:hidden;
}

#wrapperFoot {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	padding:10px 0 0 0;
	overflow:hidden;
}

#wrapHeader{
	width: 700px;
	position: relative;
	margin: 0 auto;
}

#wrapHeader p {
	margin-top: -15px;
	padding: 0;
	color: #666;
	font-size: 11px;
	text-align: center
}

#wrapHeader p a { color: #555 }

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 20px;	text-align:center;
	height: 50px;
	background: #000
}

footer {
	background: #000;
	padding:5px;
	color:#999;
	
	background:#000;
	text-align:right;
	font-size:11px
}

img#phone{
	float:right;
	margin-left:30px}

footer a{color:#999;}

footer h4{
	color:#999;
	display:inline;
	border-bottom:none;
	font-size:11px}


a#facebook {
	display: block;
	float:right;
	height: 24px;
	width:97px;
	margin: 8px 20px 0 20px;
	background: url(/images/facebook.png) no-repeat
}

a#facebook:hover { opacity: 0.6 }

a#bt_contact {
	float:right;
	width: 97px;
	height: 109px;
	margin-right:-4px;
	background: url(/images/contact.png)
}

a#bt_contact:hover {

	background: url(/images/contact_hover.png)
}

/*a.share {
	position: absolute;
	left: 890px;
	top: 0;
}
*/
/*** mainmenu ***/
/* level 1 */


ul#mainMenu{
	width:745px;
	height:30px;
	margin:22px 0 0 0px;
	padding:0;
	position:relative;
	z-index:399;
	text-align:center;
}

#mainMenu li,#mainMenu li.noLink {
	position:relative;
	float:left;
	display:inline;
	padding:0;
	margin: 0 9px 0 20px;
	list-style:none;
	text-align:left;
	z-index:399
}

#mainMenu li:hover,#mainMenu li:hover.noLink {
	position: relative;
	float: left;
	background: url(/images/header/top_arrow.png) no-repeat bottom center
}

#mainMenu a:link, #mainMenu a:visited, #mainMenu span,#mainMenu li.noLink{
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	line-height:23px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:5px;


}

#mainMenu li span { margin-left:10px }

#mainMenu li:hover a {
	background:#e40090;
	color:#fff;
	text-decoration:none;
}

/* level 2 */
#mainMenu ul {
	display:none;
	position:absolute;
	padding:5px 0 5px 0;
	margin:3px 0 0 0;
	left:-5px;
	top:24px;
	min-width:80px;
	text-align:left;
	z-index:999;
	background:#FFF
}

#mainMenu ul li { margin:0 0 0 0 }

#mainMenu ul a:link, #mainMenu ul a:visited{
	color:#000;
	min-width: 150px;
	padding:5px 5px 5px 15px;
	font-size:12px;
	margin:0;
	line-height:10px;
	z-index:990;
	text-transform: none;
	background:url(/images/plus.png) no-repeat left 4px}


#mainMenu ul a:hover{
	background: #000000 url(/images/plus.png) no-repeat left 4px;
	opacity:none;
	color:#fff
}

#mainMenu a.menu_s{
background:#e40090;color:#fff
}
/* level 3 */
#mainMenu ul ul {
	top:auto;
	left:114px;
	margin:-32px 0 0 0;
}

#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li:hover ul ul ul ul{ display:none; }
#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li li li li:hover ul{ display:block; }

.menu_h {
	color:#999 !important;
	font-style: italic !important;
}


#center {
	overflow: hidden;
	text-align: center;
}

#center img { display: none }

#right {
	float: right;
	width: 380px;
}

/**** slideshow ****/
.slide {
	margin: 0 auto;
	width: 1000px;
}

#slider2 .slide {
	width: 300px;
}

#slider2 img{margin-left:-15px}

#image {
	width: 700px;
	height: 431px;
	float: left;
}

.texte {
	margin-top: 100px;
	width: 150px;
	height: 215px;
	overflow: auto;
	padding: 5px;
}

#slider, #slider1 {
	text-align: center;
	width: 1000px;


}

#slider2{width:300px;}

.contentDeg #slider1 {
	min-height: 400px;
}

#content {
	width: 1000px;
	padding-top: 0;
}

.content{
	min-height:350px}

.contentDeg {
	width: 1000px;
	padding-top: 70px;
	padding-bottom: 20px;
}


.col {
	width: 313px;
	padding: 0 10px;
	margin-bottom: 100px;
	float: left;
	color: #666;
}



.colLarge {
	float: left;
	width: 600px;
	margin-right:50px;
}

.largecol {
	float: left;
	width: 500px
}

.col ul {
	width: 270px
}

.col li{
	min-height:12px;
	display:block;
	background:url(/images/plus.png) no-repeat left 4px}

.bx-wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.bx-prev {
	position: absolute;
	top: 100px;
	left: 0
}

.bx-pager {
	position: absolute;
	bottom: 0;
	left: 450px;
	width: 1000px;
	text-align: center;
	z-index: 999
}

.bx-pager a {
	width: 11px;
	height: 11px;
	padding-left: 5px;
	display: block;
	float: left;
	margin-left: 5px;
	text-indent: -5000px;
	background: url(/images/pager.png) no-repeat
}

.bx-pager a.pager-active {
	background: url(/images/pager_s.png) no-repeat
}

a.bx-next {
	position: absolute;
	top: 100px;
	right: 0
}

.grey {
	margin-left: 230px;
	text-align: left;
	color: #666
}

.grey span {
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 7px;
}

.detail {
	float: left;
	width: 250px;
	margin: 0 0 0 80px;
	font-size: 13px;
	text-align: left
}

.detail h3 			   { font-size: 26px; line-height:26px }
.detail span, .detail a  { color:#e40090;}
.detail span, .detail ul { color: #666 }


.margin_left {
	float: left;
	width: 350px;
	margin: 50px 0 0 150px
}

.margin_left p, .margin_left ul {
	float: left;
	text-align: left;
	color: #555
}

.margin_left span {
	margin: 0;
	padding: 0
}

.wrapScreen {
	float: right;
	position: relative;
	overflow: hidden;
	width: 658px;
	height: 378px;
	margin:0 40px 0 -30px;
	padding-top:22px;
	cursor: pointer
}

.screen {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 658px;
	height: 403px;
	background: url(/images/screen.png)
}

.wrapDetail {
	position: relative;
	overflow: hidden;
	width: 850px;
	height: 490px;
	margin: 0 auto;
	padding-top: 30px;
}

.screenDetail {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 850px;
	height: 507px;
	background: url(/images/screenDetail.png)
}

.line { text-align: center; padding-left:25px }

.line span, .line span a {
	color: #666;
	margin-right: 25px;
}

.line span a {
	border-bottom: 1px dotted #666
}

a.detailBt {
	display: block;
	width: 50px;
	height: 16px;
	padding: 0px 0 0 5px;
	text-transform: uppercase;
	margin-top: 15px;
	color: #fff;
	font-size: 11px;
	background: url(/images/detail.gif)
}

a.detailBt:hover {
	opacity: 0.7
}

.leftImg {
	padding: 0;
	width: 240px;
	font-size: 12px;

}

.leftImg p {
	padding-top: 10px;
}

.clear {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	font-size: 1px;
	clear: both;
}

p#vtip {
	display: none;
	position: absolute;
	padding: 6px 10px 4px 10px;
	left: 15px;
	background: #e40090;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}

p#vtip #vtipArrow {
	position: absolute;
	top: 30px;
	left: 5px
}

.error { color:red }



/* textes */

.leftTxt{
	width: 800px;
	padding:20px 100px 50px 100px;
	float:left;}

ul.wish li{
	background:none !important}

.black{
	font-size:72px;
	width:500px;
	float:left;
	text-align:left;
	padding-left:15px;}

.black_92 {
	font-size:92px;
	width:660px;
	float:left;
	text-align:right;
	padding-left:15px;
}

.black_100 {
	font-size:92px;
	width:880px;
	margin-left:-200px;
	float:left;
	text-align:right;
}

.black_78 {
	font-size:58px;
	width:660px;
	float:left;
	text-align:right;
	padding-left:15px;
}

.mauve{
	font-size:24px;
	color:#e40090;
	width:500px;
	padding-left:20px;
	float:left;
	text-align:left;
	}

.mauve_right{
	font-size:24px;
	color:#e40090;
	width:670px;
	margin-top:-5px;
	text-align:right;
	float:left
	}

.mauve_right span{
	display:block;
	color:#000;
	
	font-size:12px;}

.mauve_left{
	font-size:24px;
	color:#e40090;
	width:500px;
	text-align:left;
	padding-left:20px;
	float:left
	}

.mauve_right a{color:#e40090;}

.int{
	float:right;
	font-size:160px;
	width:60px;
	height:100px;
	margin:-25px 55px 0 0;
	padding-left:0px;
}

.int_small{
	float:right;
	font-size:105px;
	width:60px;
	height:100px;
	margin: -10px 55px 0 0;
	padding-left:0px;
}

.wishes{
	float:left;
	margin-top:-40px;
	color:#000;
	margin-bottom:15px;
	font-size:20px;}

ul.wish{
	float:left;
	width:225px;
	text-align:left;
	font-size:16px;
	margin:0 0 0 -20px;
	}

ul.wish li {
	margin:0;
	padding:0;
	}

ul.wish li a{
	padding:10px 25px 15px 0;
	margin:0;
	height:10px;
	border-top: 1px dotted #dedede;
	background:url(/images/fleche.png) no-repeat right 15px;
	display:block !important}

ul.wish li a:hover{
	color:#e40090;
	background:url(/images/fleche.png) no-repeat right 15px;}

.contentDeg a.bx-prev,
.contentDeg a.bx-next{top:150px}

.contentDeg .detail{margin-top:50px}

.col form#login #form {
	display:block;
	color:#000;
	width:244px;
	height:205px;
	padding:30px 10px 10px 10px;
	/*background:url(/images/form.png)*/}


.col form#login #form  input.text,
.col form#login #form  input,
.col form#login #form  select,.col form#login #form textarea{width:100px;}

.col form#login #form input.sub{
	background:#e40090;
	color:#fff}
	
#twtr-widget-1 h4 a,
.twtr-hd,
a.twtr-fav{
	display:none}
	
.twtr-tweet,.twtr-tweet-wrap{border-bottom: 1px dotted #333 !important;padding:0;font-size:11px}


#twtr-widget-1{padding:0}
.twtr-widget.twtr-widget-profile,.twtr-doc{padding:0}
