
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, html {
	line-height: 1;
	height:100%;
	margin:0px;
}

/* ajout dorian*/
#flashsite{
	min-height:640px;
	min-width:990px;
	height:auto !important;
	width:auto !important;
	height:100%;
}







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;
}

/*-----------------*/
*{
	font-family: Tahoma, sans-serif;
}
body{
/*	overflow:hidden;*/
}
#website{
	width:960px;
	height:600px;
	position: absolute;
	margin-left:-480px;
	top:50px;
	left:50%;
	bottom:0px;
	/*background-image: url(../img/bghtml/home.jpg);
	background-repeat: no-repeat;*/

}
/*.img1{
	background-image: url(../img/bghtml/home.jpg);
	background-repeat: no-repeat;
}
.img2{
	background-image: url(../img/bghtml/news.jpg);
	background-repeat: no-repeat;
}
.img3{
	background-image: url(../img/bghtml/about.jpg);
	background-repeat: no-repeat;
}*/
#content{
	width:480px;
	
	background-color: #DDD;
}
#logo{
	background-image:url(../img/logosHTML/logoWhite.png);
	background-position: center center;
	background-repeat: no-repeat;
	width:200px;
	height:120px;
	position:absolute;
	top:0px;
	left:0px;
	
}
#logo.lblack{
	background-image:url(../img/logosHTML/logoBlack.png);
}
#texts{
	width:480px;
	position:absolute;
	top:80px;
	left:0px;
	padding-left: 40px;
}
#rightCol{
	position:absolute;
	overflow: auto;
	width:420px;
	height:560px;
	right:0px;
}

/*-----------*/
/*   MENU   */
/*---------*/

#menu{
	height:40px;
	position:absolute;
	bottom:0px;
	background:white;
	width:100%;
	
}
#menu #menuWrapper{
	width:960px;
	padding-left: 24px;
	padding-right: 42px;
	position:absolute;
	left:50%;
	margin-left:-480px;
}
#menu ul{
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#menu li{
	float:left;
}
#menu a{
	text-transform: uppercase;
	line-height:40px;
	padding-left:8px;
	padding-right: 8px;
	border-right: 1px solid #777;
	font-size: 11px;
	letter-spacing: 1px;
}
#menu a.last{
	border-right: none;
}

#menu a:link,#menu a:visited{
	text-decoration: none;
	color: #000;
}
#menu a:hover,#menu a:active,#menu a.active{
	text-decoration: none;
	color: #da086a;
}

/*----------*/
/*  THUMBS  */
/*----------*/

.thumb{
	width:70px;
	height:70px;
	margin:5px;
	float:left;
	background-color: #e2e;
	
}


/*---------*/
/*  TEXTS  */
/*---------*/

#texts h1{
	font-family: Times, sans-serif;
	color:#f19117;
	font-size: 54px;
	margin-top: 60px;
	line-height:54px;
	font-weight: normal;
}
#texts h2{
	font-family: Tahoma,sans-serif;
	color:#fabb17;
	font-size: 32px;
	margin-left: 90px;
	line-height:32px;
	font-weight: normal;
	letter-spacing: 6px;
}
#texts h3{
	font-family: Times,sans-serif;
	color:#555;
	font-size: 14px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom:15px;
	line-height:14px;
	font-weight: normal;
	text-transform: uppercase;
}
#texts p{
	font-family: Tahoma,sans-serif;
	color:#555;
	font-size: 12px;
	margin-left: 50px;
	line-height:12px;
	
}

#texts .tiny{
	font-size: 34px;
}

#texts h1.blanc{
	color:white;
}
#texts h1.rose{
	color:#e63f6e;
}
#texts h1.contact{
	margin-top:30px;
}
#texts div.about{
	margin:12px 0px 12px 0px;
}

#texts p.title{
	font-family: Times, sans-serif;
	font-size: 18px;
}
#texts p.orange{
	color:#f19117;
}
#texts p.rose{
	color:#e63f6e;
}
#texts p.purple{
	color:#b80664;
}
#texts h4{
	margin-bottom:6px;
	margin-top: 6px;
}
#texts h4 a{
	color:#b80664;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 6px;
}
#texts h4 a:hover{
	text-decoration: underline;
}
/*----------*/
/*   NEWS   */
/*----------*/

#accordion{
	margin-top: 60px;
}
#accordion h4 a{
	font-family: Times, sans-serif;
	color:black;
	font-size: 14px;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;
	padding-left: 20px;
	margin-bottom:6px;
	background-image: url(../img/arrowLeft.png);
	background-repeat: no-repeat;
	line-height:20px;
	margin-top:6px;
}
#accordion h4.ui-state-active a{
	background-image: url(../img/arrow.png);
}
#accordion .ndate{
	font-size: 10px;
	color:white;
	font-family: Tahoma, sans-serif;
	padding-left: 20px;
}
#accordion div{
	margin: 6px 0px 6px 0px;
}
#accordion p{
	color:white;
	margin: 0;
	margin-top:6px;
	display:block;
	text-shadow:#da086a 1px 1px 0px;
}
#accordion p a:link,#accordion p a:visited{
	color:white;

}
#accordion p a:hover,#accordion p a:active{
	color:#da086a;
	background-color:#FFF;
	
	text-shadow:none;
}
/*----------*/
/*   TABS   */
/*----------*/

#tabs p{
	margin:0;
	padding:0;
	color:#333;
}
#tabs td{
	padding-bottom: 10px;
	color:#333;
}

/*---------*/
/* contact */
/*---------*/

.contactTable{
	margin-left: 50px;
	font-size: 12px;
	color:#555;
}
.contactTable label{
	display:inline;
	width:100px;

}
.contactTable input,.contactTable textarea{
	float:right;
	width:200px;
	font-size: 12px;
	
}
.contactTable input#send{
	width:auto;
}

/*---------*/
/*  press  */
/*---------*/
.press{
	padding-top: 20px;
	padding-left: 20px;
}

