/* CSS Document */
/* COIFF1RST.COM 2008 */
/* iGEE DESIGN */


/*Style tag généraux*/

* {
	margin: 0px;
}

html, body {
	height: 100%;
	margin:0px;
	padding: 0px;
	font:Arial, Helvetica, sans-serif;
	text-align:center;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}

/*Header*/

#header {
	width:100%;
	height:80px;
	background-color:#000000;
	text-align:center;
	background-image:url(../images/headerbackground.png);
	background-repeat:repeat-x;
}

#header-bloc {
	width:800px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header-logo {
	width:250px;
	height:50px;
	background-image:url(../images/logocoiff1rst.gif);
	background-repeat:no-repeat;
	float:left;
}

#navigation {
	width:800px;
	height:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/* Bar de navigation */

a.accueil {
display: block;
width: 82px;
height: 20px;
background: url("../images/menuaccueil.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.accueil{
background-position: 0 -20px;
}

#accueil_on {
display: block;
width: 82px;
height: 20px;
background: url("../images/menuaccueil.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

a.presentation {
display: block;
width: 116px;
height: 20px;
background: url("../images/menupresentation.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.presentation{
background-position: 0 -20px;
}

#presentation_on {
display: block;
width: 116px;
height: 20px;
background: url("../images/menupresentation.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}


a.salons {
display: block;
width: 141px;
height: 20px;
background: url("../images/menusalons.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.salons {
background-position: 0 -20px;
}

#salons_on {
display: block;
width: 141px;
height: 20px;
background: url("../images/menusalons.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

a.collections {
display: block;
width: 109px;
height: 20px;
background: url("../images/menucollections.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.collections {
background-position: 0 -20px;
}

#collections_on {
display: block;
width: 109px;
height: 20px;
background: url("../images/menucollections.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

a.phototheque {
display: block;
width: 113px;
height: 20px;
background: url("../images/menuphototheque.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.phototheque {
background-position: 0 -20px;
}

#phototheque_on {
display: block;
width: 113px;
height: 20px;
background: url("../images/menuphototheque.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

a.magazine {
display: block;
width: 90px;
height: 20px;
background: url("../images/menumagazine.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.magazine {
background-position: 0 -20px;
}

#magazine_on {
display: block;
width: 90px;
height: 20px;
background: url("../images/menumagazine.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

a.lesplus {
display: block;
width: 149px;
height: 20px;
background: url("../images/menulesplus.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
}

a:hover.lesplus {
background-position: 0 -20px;
}

#lesplus_on {
display: block;
width: 149px;
height: 20px;
background: url("../images/menulesplus.gif") 0 -20px no-repeat;
text-decoration: none;
float: left;
}

#menulang {
	float:right;
	width:150px;
	height:40px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin-top:5px;
}

#menulang a {
	color:#999999;
	text-decoration:none;
}

#menulang a:hover {
		color:#999999;
	text-decoration:underline;
}

a.contact {
display: block;
width: 147px;
height: 15px;
background: url("../images/menucontact.gif") 0 0 no-repeat;
text-decoration: none;
float: left;
margin-top:20px;
}

a:hover.contact {
background-position: 0 -15px;
}

#boncadeau a {
display: block;
width: 130px;
height: 52px;
background: url("../images/boncadeau.png") 0 0 no-repeat;
text-decoration: none;
float: left;
margin:0 0 0 240px;
}

#boncadeau a:hover {
background-position: 0 -52px;
}


/*Style du Contenu */


#page {
	width:100%;
	height:auto;
	background-image:url(../images/pagebackground.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:40px;
}

#page_black {
	width:100%;
	height:auto;
	background-image:url(../images/pagebackground_black.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	padding-top:40px;
}

#page_color {
	width:100%;
	height:auto;
}

#content {
	width:800px;
	height:auto;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	text-align: justify;
}

.whitenav {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.whitenav a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.whitenav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.blacknav {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.blacknav a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.blacknav a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#flash-home {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#center-div {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.timescourant {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-style: italic;
}


.default-list ul {
 list-style-type:square;
 font-size:12px;
 line-height:14px;
 margin:0 0 5px 0;
 padding:0 0 0 15px;
 text-align:left;
}

.default-list li {
 list-style-type:square;
 margin:6px 0 6px 0;
 
}

.titreplus {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 3px;
	margin-bottom: 3px;
	margin-top: 7px;
}

.chapo {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

.archivemag {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.archivemag a {
	text-decoration: none;
	color: #000000;
	font-style: normal;	
}
.archivemag a:hover {
	text-decoration: underline;
}

.txtpetit {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #000000;
}

.txtpetit a {
	color:#000000;
}

.txtpetit a:hover {
	color:#000000;
}

.timestitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #999999;
	font-style: italic;
}

#salons-left {
	width:320px;
	height:auto;
	float:left;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	text-align:left;
}

#salons-left a {
	font-weight:bold;
	color:#7F2B00;
	text-decoration:none;
}

#salons-left a:hover {
	font-weight:bold;
	color:#7F2B00;
	text-decoration:underline;
}

#salons-left h1 {
	font-size:13px;
	font-weight:bold;
	letter-spacing:2px;
	padding-top:10px;
}

#salons-left h2 {
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
}

#salons-right {
	width:430px;
	height:auto;
	float:right;
	font-size:12px;
	line-height:15px;
}

#salons-right img {
	margin:0px 0px 10px 0px;
	padding:0px
}

#salons-right h1 {
	color:#BC4100;
	font-size:13px;
	line-height:16px;
	padding-top:5px;
}

#salons-right h2 {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#cadrecollection {
	margin: 5px;
	height: 392px;
	width: 174px;
	overflow: scroll;
	position: fixe;
	float: right;
}
#maincollection {
	height: 375px;
	width: 430px;
	position: fixe;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	height: 350px;
	width: 430px;
}

#cadrecollection2 {
	margin: 2px;
	height: 392px;
	width: 180px;
	overflow: auto;
	position: fixe;
	float: right;
}
#maincollectionleft {
	float: left;
	margin-top: 32px;
	height: 350px;
	width: 430px;
	margin-left:50px;
	margin-right: 30px;
}
#maincollectionright {
	float: right;
	height: 430px;
	width: 180px;
	margin-right:60px;
}

#bestofcollection {
	margin-top: 3px;
	height: 51px;
	width: 113px;
	float: right;
	background-image: url(../images/collection/bestofcollections.png);
	background-repeat: no-repeat;
}

#frame {
	width: 180px;
	height: 380px;
	float: right;
	overflow: auto;
}

#frame a, #frame a:link, #frame a:hover, #frame a:visited { color: #999999; text-decoration: none; }
#frame a:hover { color: #336699; }
#frame_link a, #frame_link a:link, #frame_link a:hover, #frame_link a:visited { color: #999999; text-decoration: none; }
#frame_link a:hover { color: #336699; }

.holder {
	float: left;
	margin-right: 10px;
}
.scroll-pane {
	width: 190px;
	overflow: auto;
	float: left;
	height: 380px;
}

/*!!!!!!!!!!!!!*/
/*Footer Styles*/
/*!!!!!!!!!!!!!*/


#footer {
	clear:both;
	width:100%;
	height:95px;
	background-image:url(../images/footerbackground.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#999999;
	text-decoration:underline;
}

#footer div {
	padding-top:50px;
}


#footer_black {
	clear:both;
	width:100%;
	height:95px;
	background-image:url(../images/footerbackground_black.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

#footer_black a {
	color:#999999;
	text-decoration:none;
}

#footer_black a:hover {
	color:#999999;
	text-decoration:underline;
}

#footer_black div {
	padding-top:50px;
}


#footer_color {
	clear:both;
	width:100%;
	height:95px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#F5CA01;
	color:#000000;
}

#footer_color a {
	color:#000000;
	text-decoration:none;
}

#footer_color a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer_color div {
	padding-top:50px;
}

.push {
	height:95px;
}

