@import url(header.css);
@import url(rightbox.css);
@import url(form.css);
@import url(tg.css);

html {
	width: 100%;
	height: 100%;
}

* {
	font-size: 11px;
	font-family: Arial, Tahoma, verdana;
	color: #0e0e0e;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
}

h1 {
	display: none;
}

a {
	color: #0e0e0e;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}

img {
	display: block;
	border: none;
}

fieldset {
	border: none;
}

.clear {
	height: 0px;
	padding: 0;
	margin: 0;
	clear: both;
}

#wrapper {
	margin: auto;
	width: 1000px;
	clear: both;
	text-align: left;
}

#content {
	float: left;
	width: 970px;
	padding: 15px 15px 25px 15px;
	background: url(../_images/content.png) center 145px no-repeat;
	clear: both;
}

#leftbox {
	float: left;
	width: 660px;
}

#sponsor {
	float: left;
	width: 970px;
	padding: 74px 0 10px 0;
	cursor: pointer;
	clear: both;
}

#sponsor ul {
	float: right;
	margin: 40px 0 0 0;
}

#sponsor ul li {
	float: left;
	padding: 0 0 0 5px;
}

#sponsor ul li span {
	float: left;
	font-size: 10px;
	margin: 2px 0 0 0;
	padding: 2px 6px;
	color: #393939;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #e0e0e0;
}

#sponsor ul li a {
	float: left;
	font-weight: bold;
	font-size: 10px;
	min-width: 60px;
	padding: 3px 5px;
	background-color: #e0e0e0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#sponsor ul li a:hover {
	padding: 3px 5px 30px 5px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
}

#sponsor ul li a.laredoute:hover {
	color: #ffffff;
	border-top: 1px solid #027e29;
	border-left: 1px solid #027e29;
	border-right: 1px solid #027e29;
	background-color: #027e29;
}

#sponsor ul li a.guess:hover {
	color: #d1bb1a;
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	background-color: #3b3b3b;
}

#sponsor ul li a.maty:hover {
	color: #ffffff;
	border-top: 1px solid #682886;
	border-left: 1px solid #682886;
	border-right: 1px solid #682886;
	background-color: #682886;
}

#sponsor ul li a.kookai:hover {
	color: #25201d;
	border-top: 1px solid #bdaca2;
	border-left: 1px solid #bdaca2;
	border-right: 1px solid #bdaca2;
	background-color: #bdaca2;
}

#sponsor ul li a.suisses:hover {
	color: #9c171c;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
}

#sponsor ul li a.promod:hover {
	color: #ffffff;
	border-top: 1px solid #7d726a;
	border-left: 1px solid #7d726a;
	border-right: 1px solid #7d726a;
	background-color: #7d726a;
}

#sponsor ul li a.dress-for-less:hover {
	color: #2f586a;
	border-top: 1px solid #f58220;
	border-left: 1px solid #f58220;
	border-right: 1px solid #f58220;
	background-color: #f58220;
}

#sponsor ul li a.swarovski:hover {
	color: #787676;
	border-top: 1px solid #e8dccf;
	border-left: 1px solid #e8dccf;
	border-right: 1px solid #e8dccf;
	background-color: #e8dccf;
}

#sponsor ul li a.esprit:hover {
	color: #ffffff;
	border-top: 1px solid #cf0100;
	border-left: 1px solid #cf0100;
	border-right: 1px solid #cf0100;
	background-color: #cf0100;
}


/**** leftcol ****/

#leftcol {
	float: left;
	width: 120px;
	padding: 0 15px 15px 0;
}



#leftbox .quicklist {
	float: left;
	width: 120px;
	padding: 0 0 10px 0;
	clear: both;
}

#leftbox .quicklist fieldset {
	float: left;
	width: 118px;
	padding: 5px 0;
	margin: 5px 0 0 0;
	text-align: center;
	border: 1px dotted #cccccc;
	clear: both;
}

#leftbox .quicklist select {
	margin: auto;
	width: 110px;
	clear: both;
}

#leftbox .screenshot {
	float: left;
	width: 120px;
	padding: 0 0 10px 0;
	clear: both;
}

#leftbox .screenshot a img {
	float: left;
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	opacity : 0.7; 
	clear: both;
}

#leftbox .screenshot a:hover img {
	filter : alpha(opacity=100);
	-moz-opacity : 1.0;
	opacity : 1.0;
}

#leftbox .screenshot span {
	font-weight: bold;
}

#leftcol .banner {
	float: left;
	width: 120px;
	padding: 0 0 10px 0;
	clear: both;
}

#leftcol .banner img{
	cursor: pointer;
}

/**** listing ****/


#listing {
	float: right;
	width: 525px;
}

#listing .box {
	float:left;
	width:255px;
	height:195px;
	margin: 0 15px 15px 0;
	cursor: pointer;
}

#listing .box.last {
	margin: 0 0 15px 0;
}

#listing .box img {
	float: left;
	margin: 0 0 5px 0;
	border: 2px solid #d8d8d8;
	cursor: pointer;
	clear: both;
}

#listing .box a:hover img {
	border: 2px solid #7d7d7d;
}

#listing .box a.title {
	float: left;
	width: 215px;	
}

#listing .box a.title strong {
	float: left;
	font-size: 10px;
	margin: 4px 0;
	cursor: pointer;
	clear: both;
}

#listing .box a.title span {
	float: left;
	width: 215px;	
	cursor: pointer;
	clear: both;
}

#listing .box a.suite {
	float: right;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	background-color: #ccc;
}


/**** listing home émissionstv ****/

#listing .box.home-emissions-tv a.title strong {
	color: #1088b5;
}

#listing .box.home-emissions-tv:hover a img {
	border: 2px solid #1088b5;
}

#listing .box.home-emissions-tv a.suite {
	color: #fff;
	background-color: #1088b5;
}

#listing .box.home-emissions-tv:hover a.suite {
	background-color: #00b9ff;
}

#listing .box.home-emissions-tv:hover a.title span {
	color: #1088b5;
}

/**** listing home séries tv ****/

#listing .box.home-series-tv a.title strong {
	color: #40648f;
}

#listing .box.home-series-tv:hover a img {
	border: 2px solid #40648f;
}

#listing .box.home-series-tv a.suite {
	color: #fff;
	background-color: #40648f;
}

#listing .box.home-series-tv:hover a.suite {
	background-color: #377aca;
}

#listing .box.home-series-tv:hover a.title span {
	color: #40648f;
}

/**** listing home cinéma ****/

#listing .box.home-cinema a.title strong {
	color: #e08313;
}

#listing .box.home-cinema:hover a img {
	border: 2px solid #e08313;
}

#listing .box.home-cinema a.suite {
	color: #fff;
	background-color: #e08313;
}

#listing .box.home-cinema:hover a.suite {
	background-color: #ff8b00;
}

#listing .box.home-cinema:hover a.title span {
	color: #e08313;
}

/**** listing home musique ****/

#listing .box.home-musique a.title strong {
	color: #a01c26;
}

#listing .box.home-musique:hover a img {
	border: 2px solid #a01c26;
}

#listing .box.home-musique a.suite {
	color: #fff;
	background-color: #a01c26;
}

#listing .box.home-musique:hover a.suite {
	background-color: #ba1b27;
}

#listing .box.home-musique:hover a.title span {
	color: #a01c26;
}


/**** listing home cuisine ****/

#listing .box.home-recettes-de-cuisine a.title strong {
	color: #83b272;
}

#listing .box.home-recettes-de-cuisine:hover a img {
	border: 2px solid #83b272;
}

#listing .box.home-recettes-de-cuisine a.suite {
	color: #fff;
	background-color: #83b272;
}

#listing .box.home-recettes-de-cuisine:hover a.suite {
	background-color: #7dbe65;
}

#listing .box.home-recettes-de-cuisine:hover a.title span {
	color: #83b272;
}


/**** listing home hi-tech ****/

#listing .box.home-hi-tech a.title strong {
	color: #1f1f1f;
}

#listing .box.home-hi-tech:hover a img {
	border: 2px solid #1f1f1f;
}

#listing .box.home-hi-tech a.suite {
	color: #fff;
	background-color: #1f1f1f;
}

#listing .box.home-hi-tech:hover a.suite {
	background-color: #343434;
}

#listing .box.home-hi-tech:hover a.title span {
	color: #1f1f1f;
}

/**** listing home livres ****/

#listing .box.home-livres a.title strong {
	color: #737373;
}

#listing .box.home-livres:hover a img {
	border: 2px solid #9d9d9d;
}

#listing .box.home-livres a.suite {
	color: #fff;
	background-color: #737373
}

#listing .box.home-livres:hover a.suite {
	background-color: #9d9d9d;
}

#listing .box.home-livres:hover a.title span {
	color: #737373;
}

/**** listing home mode ****/

#listing .box.home-mode a.title strong {
	color: #b368c5;
}

#listing .box.home-mode:hover a img {
	border: 2px solid #b368c5;
}

#listing .box.home-mode a.suite {
	color: #fff;
	background-color: #b368c5;
}

#listing .box.home-mode:hover a.suite {
	background-color: #ca5be4;
}

#listing .box.home-mode:hover a.title span {
	color: #b368c5;
}

/**** listing home deco ****/

#listing .box.home-decoration a.title strong {
	color: #82604d;
}

#listing .box.home-decoration:hover a img {
	border: 2px solid #82604d;
}

#listing .box.home-decoration a.suite {
	color: #fff;
	background-color: #82604d;
}

#listing .box.home-decoration:hover a.suite {
	background-color: #a37256;
}

#listing .box.home-decoration:hover a.title span {
	color: #82604d;
}

/**** listing home beaute ****/

#listing .box.home-beaute-et-bien-etre a.title strong {
	color: #c8b493;
}

#listing .box.home-beaute-et-bien-etre:hover a img {
	border: 2px solid #c8b493;
}

#listing .box.home-beaute-et-bien-etre a.suite {
	color: #fff;
	background-color: #c8b493;
}

#listing .box.home-beaute-et-bien-etre:hover a.suite {
	background-color: #e3bd7e;
}

#listing .box.home-beaute-et-bien-etre:hover a.title span {
	color: #c8b493;
}

/**** listing home codes promo ****/

#listing .box.home-codes-promo a.title strong {
	color: #1f1f1f;
}

#listing .box.home-codes-promo:hover a img {
	border: 2px solid #1f1f1f;
}

#listing .box.home-codes-promo a.suite {
	color: #fff;
	background-color: #1f1f1f;
}

#listing .box.home-codes-promo:hover a.suite {
	background-color: #343434;
}

#listing .box.home-codes-promo:hover a.title span {
	color: #1f1f1f;
}

/**** listing home biographies ****/

#listing .box.home-biographies a.title strong {
	color: #1f1f1f;
}

#listing .box.home-biographies:hover a img {
	border: 2px solid #1f1f1f;
}

#listing .box.home-biographies a.suite {
	color: #fff;
	background-color: #1f1f1f;
}

#listing .box.home-biographies:hover a.suite {
	background-color: #343434;
}

#listing .box.home-biographies:hover a.title span {
	color: #1f1f1f;
}

/**** listing home jeux flash ****/

#listing .box.home-jeux-flash a.title strong {
	color: #1f1f1f;
}

#listing .box.home-jeux-flash:hover a img {
	border: 2px solid #1f1f1f;
}

#listing .box.home-jeux-flash a.suite {
	color: #fff;
	background-color: #1f1f1f;
}

#listing .box.home-jeux-flash:hover a.suite {
	background-color: #343434;
}

#listing .box.home-jeux-flash:hover a.title span {
	color: #1f1f1f;
}

/**** listing home videos-droles-du-web ****/

#listing .box.home-videos-droles-du-web a.title strong {
	color: #1f1f1f;
}

#listing .box.home-videos-droles-du-web:hover a img {
	border: 2px solid #1f1f1f;
}

#listing .box.home-videos-droles-du-web a.suite {
	color: #fff;
	background-color: #1f1f1f;
}

#listing .box.home-videos-droles-du-web:hover a.suite {
	background-color: #343434;
}

#listing .box.home-videos-droles-du-web:hover a.title span {
	color: #1f1f1f;
}

/*** vp ***/

#listing .vp {
	float:left;
	width:166px;
	margin: 0 11px 11px 0;
}

#listing .vp.last {
	margin: 0 0 11px 0;
}

#listing .vp a {
	float: left;
	width: 166px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #b70e5d;
	cursor: pointer;
	clear: both;
}

#listing .vp a:hover {
	background-color: #25b5e6;
}

#listing .vp a strong {
	float: left;
	width:166px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	clear: both;
}

#listing .vp a span {
	float: left;
	width:166px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	clear: both;
}

#listing .vp img {
	float: left;
	margin: auto 8px;
	cursor: pointer;
	clear: both;
}

/**********/

#citation {
	float: left;
	width: 278px;
	padding: 10px;
	border: 1px solid #bedbe8;
	margin: 0 0 10px 0;
	background:url(../../_images/global/tags.jpg) left top repeat-x #e8f3f8;
	-moz-border-radius: 4px;
	clear:both;
}

#citation h3 {
	color: #7b0043;
	margin: 0 0 5px 0;
}

#citation strong {
	float: left;
	margin: 5px 0 0 0;
}

#citation a {
	float: right;
	color: #7b0043;
	text-decoration: underline;
	margin: 5px 0 0 0;
}

#listing .bulle {
	float: left;
	width: 503px;
	padding: 10px;
	margin: 0 0 15px 0;
	-moz-border-radius: 4px;
	background:url(../../_images/global/tags.jpg) left top repeat-x #e8f3f8;
	border: 1px solid #bedbe8;
}

#listing .bulle p {
	padding: 5px 0;
}

#listing .bulle strong {
	float:right;
}

/*** pathunder ***/

#pathUnder {
	float: left;
	width: 500px;
	padding: 10px 10px;
	background:url(../../_images/global/tags.jpg) center top no-repeat #e8f3f8;
	border-top: 1px dashed #9dc9de;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	clear: both;
}

#pathUnder ul.tags {
	float: left;
	width: 350px;
	clear: none;
}

#pathUnder ul.tags li {
	float: left;
	padding: 0 5px 0 0;
	background: none;
	clear: none;
}

#pathUnder ul.tags li a {
	padding: 0;
	background: none;
	color: #43a4c4;
}

#pathUnder ul.tags li a:hover {
	text-decoration: underline;
}

#pathUnder ul.tags li a.t9 {
	font-size: 9px;
}

#pathUnder ul.tags li a.t11 {
	font-size: 11px;
}

#pathUnder ul.tags li a.t12 {
	font-size: 11px;
}

#pathUnder ul.tags li a.t14 {
	font-size: 14px;
}

#pathUnder ul.tags li a.t16 {
	font-size: 16px;
}

#pathUnder ul.tags li a.t18 {
	font-size: 18px;
}

#pathUnder ul.tree {
	float: right;
	clear: none;
}

#pathUnder ul.tree li {
	float: left;
	padding: 0 0 5px 15px;
	background: none;
	clear: both;
}

/*** share ***/

#share {
	float: left;
	width: 520px;
	padding: 20px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px dashed #e0e0e0;
	clear: both;
}

#share form {
	float: left;
	width: 520px;
	padding: 0;
	margin: 0;
	clear: both;
}

#share h3 {
	float: left;
	color: #920d87;
	text-decoration: underline;
}

#share label {
	float: left;
	padding: 0 10px;
}

#share input.lnk {
	float: left;
	color: #4e4e4e;
	width: 285px;
}

#share a.copy {
	float: right;
	width: 16px;
	height: 15px;
	background: url(../../_images/global/copy.jpg) no-repeat;
}

#share a.copy span {
	display:none;
}

#share div.addthis {
	float: left;
	width: 520px;
	margin: 10px 0 0 0;
	padding: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #efefef;
	clear: both;
}

#share div.addthis ul {
	float: left;
	width: 520px;
	clear: both;
}

#share div.addthis ul li {
	float: left;
	padding: 10px 5px 10px 6px;
	background: none;
	clear: none;
}

#share div.addthis ul li a {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	clear: both;
}

/**** relator ****/

#relator {
	float: left;
	padding: 11px 0 0 0;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px 0;
	width: 520px;
	clear: both;
}

#relator h3{
	font-size: 14px;
	font-weight: light;
	text-transform: uppercase;
	padding: 0 0 5px 20px;
	color: #d28e29;
	background: url(../../_images/global/relator.png) left top no-repeat;
}

#relator ul {
	float:left;
	clear: both;
}

#relator ul li.box {
	float:left;
	width:166px;
	height:94px;
	padding: 0 11px 11px 0;
	background: none;
	cursor: pointer;
	clear: none;
}

#relator ul li.box.last {
	padding: 0 0 11px 0;
}

#relator ul li.box a {
	background: none;
}

#relator ul li.box img {
	float: left;
	margin: 0 0 5px 0;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	clear: both;
}

#relator ul li.box a:hover img {
	border: 1px solid #7d7d7d;
}

/**** rss ****/

#rss {
	float: right;
	width: 525px;
}

#rss ol li {
	float: left;
	padding: 0 0 30px 0;
	clear: both;
}

#rss ol li a {
	float: left;
	font-size: 14px;
	padding: 6px 0 8px 35px;
	color: #ff6f02;
	font-weight: bold;
	background: url(../../_images/global/rss1.png) left center no-repeat;
	clear: both;
}

#rss ol li a:hover {
	text-decoration: underline;
}

#rss ol li ul li {
	float: left;
	width: 260px;
	padding: 0 0 20px 0;
	clear: none;
}

#rss ol li ul li a {
	float: left;
	font-size: 11px;
	color: #353535;
	padding: 6px 0 8px 30px;
	background: url(../../_images/global/rss2.png) left center no-repeat;
	clear: both;
}

#rss ol li ul li a:hover {
	text-decoration: underline;
}

/**** partenaires ****/

#partenaires {
	float: right;
	width: 525px;
}

/**** edito ****/


#entete {
	float: left;
	width: 660px;
	background: url(../_images/photo.background.jpg) center top no-repeat;
	padding: 0 0 15px 0;
	clear: both;
}

#entete .splash {
	float: left;
	width: 460px;
	padding: 0 100px;
	margin: 0 0 15px 0;
	background: url(../_images/photo.loading.gif) center center no-repeat;
	clear: both;
}

#entete .splash a {
	float: left;
	cursor: pointer;
	clear: both;
}

#entete .splash img {
	float: left;
	cursor: pointer;
	clear: both;
}

#entete h2.info {
	float: left;
	width: 660px;
	padding: 0 0 10px 0;
	clear: both;
}

#entete h2.info label {
	float: left;
	width: 110px;
	text-align: center;
	font-size:11px;
	color: #fff;
	background-color:#474747;
	-moz-border-radius: 4px;
	padding:5px;
}

#entete h2.info strong {
	float: right;
	width: 520px;
	color: #474747;
	font-size: 20px;
	padding:0 0 0 10px;
}

#edito {
	float: right;
	width: 520px;
	padding: 0;
	font-size: 14px;
	text-align: justify;
}

#edito .postit {
	float: left;
	width: 520px;
	background-color:#fff;
	padding: 0 0 15px 0;
	clear: both;
}

#edito .postit span {
	float: left;
	margin: 3px 0 0 0;
	color: #5b5b5b;
}

#edito .postit span strong {
	color: #5b5b5b;
}

#edito .postit a {
	float: right;
	color: #4b8aa7;
	background: url(http://www.puretendance.com/_images/global/form/bulle.png) left center no-repeat;
	padding: 3px 0 1px 25px;
}

#edito .postit a:hover {
	text-decoration: underline;
}

#contenu {
	float: left;
	font-size: 14px;
	color: #363636;
	width: 520px;
	padding: 0 0 15px 0;
	clear: both;
}

#contenu * {
	font-size: 14px;
}

#contenu a {
	color: #1a1a1a;
	font-weight: bold;
}

#contenu a:hover {
	text-decoration: underline;
}

#contenu ul {
	clear: both;
}

#contenu ul li {
	background: url(http://www.puretendance.com/_images/global/puce.gif) 5px center no-repeat;
	padding: 0 0 0 15px;
	clear: both;
}

#contenu a:hover {
	text-decoration: underline;
}

#contenu img {
	margin: auto;
}

#contenu a img {
	margin: auto;
	cursor: pointer;
}

#anonymous {
	float: left;
	width: 495px;
	padding: 20px 0 20px 25px;
	background-color:#efefef;
	text-align:center;
	clear: both;
}

#anonymous h3 {
	float:left;
	padding: 0 0 20px 0;
	color: #920d87;
	text-decoration: underline;
	clear: both;
}

#anonymous span {
	margin: 0 15px;
}

#anonymous a:hover {
	text-decoration: underline;
}

#edito a.ads {
	padding: 0;
	font-weight: normal;
	background:none;
}

#edito a.ads:hover {
	text-decoration: none;
}



#edito .adTable a {
	padding: 0;
	font-weight: normal;
	background: none;
}

#edito .adTable a:hover {
	text-decoration: none;
}

#video {
	float: left;
	width: 520px;
	padding: 10px 0 0 0;
	border-top: 1px dashed #e0e0e0;
	clear: both;
}

#video .embed {
	float: left;
	width: 518px;
	padding: 0;
	background-color: #1e1e1e;
	text-align: center;
	position: relative;
	border: 1px solid #efefef;
	clear: both;
}

#video .embed object, #video .embed embed, #video .embed img, #video .embed iframe {
	margin: auto;
	display: block;
	position: relative;
	z-index: 1;
}

#video .embed img {
	margin: auto;
	display: block;
}


#thirtyrock {
	float: left;
	width: 520px;
	padding: 10px 0 0 0;
	border-top: 1px dashed #e0e0e0;
	clear: both;
}

#thirtyrock a{
	float: left;
	background: none;
	padding: 0;
}

/**** indexation ****/

#indexation {
	float: left;
	width: 230px;
	margin: 10px 0 10px 150px;
	clear: both;
}

#indexation li {
	float: left;
	padding: 0 3px;
}

#indexation li span {
	float: left;
	color: #fff;
	padding: 3px 8px 5px 8px;
	-moz-border-radius: 4px;
	cursor: pointer;
	background-color: #ccc;
}

#indexation li a span {
	cursor: pointer;
}

#indexation li select {
	float: left;
	width: 90px;
	margin: 0;
	margin: 3px 0 0 0 !important;
	text-align: center;
}

#indexation li select option{
	text-align: center;
}

/**** path ****/

#path {
	float: left;
	width: 660px;
	padding: 0 0 10px 0;
	clear: both;
}

#path ul li {
	float: left;
	padding: 0 15px 0 0;
}

#path ul li a {
	font-size: 10px;
	text-transform: uppercase;
}

#path ul li h2 {
	padding: 1px 0 0 0;
	font-size: 10px;
	color: #7f7f7f;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}

#path .rss {
	float: right;
}

#path .bulle {
	float: right;
	margin: 0 10px 0 0;
}

/***** plan *****/

#plandusite {
	float: right;
	width: 525px;
}

#plandusite .plan {
	float: left;
	width: 520px;
	margin: 0 0 10px 0;
	clear: both;
}

#plandusite .plan .head {
	float: left;
	width: 515px;
	padding: 5px 0 5px 5px;
	background: url(../../_images/global/plan-file.png) 500px center no-repeat #bedbe8;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	clear: both;
}

#plandusite .plan .head h2 {
	color: #62a4c0;
	font-weight: bold;
	text-transform: uppercase;
}

#plandusite .plan .head.rss {
	background: url(../../_images/global/plan-rss.png) 500px center no-repeat #bedbe8;
}

#plandusite .plan .head.rss h2 {
	color: #ff6f02;
}

#plandusite .plan .list {
	float: left;
	width: 500px;
	padding: 10px 10px;
	background:url(../../_images/global/tags.jpg) center top no-repeat #e8f3f8;
	border-top: 1px dashed #9dc9de;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	clear: both;
}

#plandusite .plan .list ul {
	float: left;
	clear: both;
}

#plandusite .plan .list ul li {
	float: left;
	padding: 3px 15px 3px 0;
}

#plandusite .plan .list ul li a {
	color: #59737e;
}

#plandusite .plan .list ul li a:hover {
	text-decoration: underline;
}

/**** i.am.puretendance ****/

#iampuretendance.on {
	background: none;
}


#iampuretendance .cleariam {
	clear: both;
}

#slideiam {
	float: left;
	width: 300px;
	height: 370px;
	margin: 0 0 5px 0;
	opacity: 0;
	visibility: hidden; 
	clear: both;
}

#slideiam a.btn {
	float: left;
	width: 15px;
	height: 370px;
}

#slideiam a span {
	display: none;
}

#wrapperiam {
	float: left;
	width: 270px;
	height: 370px;
	overflow: hidden;
	position: relative;	
}

#wrapperiam div.inneriam {
	float: left;
	width: 1310px;
	height: 370px;
	position: relative;
}

#wrapperiam .prd {
	float: left;
	width: 120px;
	height: 180px;
	padding: 0 0 10px 10px;
}

#wrapperiam .prd img {
	cursor: pointer;
}

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}



.tip strong {
	padding: 0;
	margin: 0;
	color: #fff;
	clear: both;
}

.tip span {
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #fff;
	clear: both;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #af2d52;
	padding: 8px 8px 4px;
	background: url(../_images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../_images/bubble.png) bottom right;
	color: #fff;
	text-align: left;
}

#cse-search-results {
	float: left;
	width: 520px;
	clear: both;
}

#cse-search-results iframe {
	width: 520px;
}

#cse-search-results iframe body {
	background: transparent;
}


/*** subfooter ***/
body > #surfooter {
	position: fixed;
	bottom: 0;
	left: 0; 
	background: url(../_images/surfooter/background.png) left bottom repeat-x;
	height: 35px;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 999999;
}

#surfooter div.wrap {
	margin: auto;
	width: 990px;
	height: 35px;
	clear: both;
}

#surfooter a {
	float: left;
	color:#fff;
	text-decoration:none
}

#surfooter a.facebook {
	float: left;
	height: 19px;
	padding: 16px 0 0 60px;
	white-space: nowrap;
	background: url(../_images/surfooter/facebook.png) left 15px no-repeat;
}

#surfooter a.facebook:hover {
	text-decoration: underline;
	background: url(../_images/surfooter/facebook.png) left top no-repeat;
}

#surfooter a.twitter {
	float: left;
	height: 19px;
	margin: 0 0 0 50px;
	padding: 16px 0 0 60px;
	white-space: nowrap;
	background: url(../_images/surfooter/twitter.png) left 15px no-repeat;
}

#surfooter a.twitter:hover {
	text-decoration: underline;
	background: url(../_images/surfooter/twitter.png) left top no-repeat;
}

#surfooter a.promo {
	float: right;
	margin: 12px 0 0 0;
	padding: 4px 10px 4px 22px;
	white-space: nowrap;
	background: url(../_images/surfooter/fleche.png) left center no-repeat;
}

#surfooter a.promo span {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

#surfooter a.promo:hover {
	text-decoration: underline;
}

#blogs {
	float: left;
	width: 948px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px dotted #cccccc;
	clear: both;
}

#blogs .box {
	float:left;
	width:308px;
}

#blogs .box.people {
	margin: 0 12px 12px 0;
}

#blogs .box.people h3 {
	text-transform: uppercase;
	color: #b70e5d;
}

#blogs .box.people li a:hover strong {
	color: #b70e5d;
}

#blogs .box.tv {
	margin: 0 12px 12px 0;
}

#blogs .box.tv h3 {
	text-transform: uppercase;
	color: #1088b5;
}

#blogs .box.tv li a:hover strong {
	color: #1088b5;
}

#blogs .box.cinema {
	margin: 0 0 12px 0;
}

#blogs .box.cinema h3 {
	text-transform: uppercase;
	color: #e08313;
}

#blogs .box.cinema li a:hover strong {
	color: #e08313;
}

#blogs .box.musique {
	margin: 0 12px 0 0;
}

#blogs .box.musique h3 {
	text-transform: uppercase;
	color: #a01c26;
}

#blogs .box.musique li a:hover strong {
	color: #a01c26;
}

#blogs .box.beaute {
	margin: 0 12px 0 0;
}

#blogs .box.beaute h3 {
	text-transform: uppercase;
	color: #c8b493;
}

#blogs .box.beaute li a:hover strong {
	color: #c8b493;
}

#blogs .box.cuisine {
	margin: 0;
}

#blogs .box.cuisine h3 {
	text-transform: uppercase;
	color: #83b272;
}

#blogs .box.cuisine li a:hover strong {
	color: #83b272;
}

#blogs .box ul {
	float: left;
	width: 308px;
	clear: both;
}

#blogs .box ul li {
	float: left;
	width: 308px;
	padding: 10px 0 0 0;
	clear: both;
}

#blogs .box ul li a {
	cursor: pointer;
}

#blogs .box ul li a img {
	float: left;
	width:42px;
	height:23px;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity : 0.5;
	cursor: pointer;
}

#blogs .box ul li a:hover img {
	filter : alpha(opacity=100);
	-moz-opacity : 1.0;
	opacity : 1.0;
}

#blogs .box ul li a span {
	float: right;
	color: #656565;
	width: 261px;
	padding: 0 0 0 5px;
	font-size: 9px;
	cursor: pointer;
}

#blogs .box ul li a strong {
	float: right;
	color: #656565;
	width: 261px;
	padding: 0 0 0 5px;
	font-size: 10px;
	cursor: pointer;
}

#admin {
	float: left;
	width: 500px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #efefef;
	-moz-border-radius: 4px;
	clear: both;
}

#editor {
	float: left;
	width: 520px;
	clear: both;
}

#contents {
	float: left;
	width: 520px;
	clear: both;
}

#formBlog {
	float: left;
	width: 520px;
	clear: both;
}

#formBlog span.titre {
	float: left;
	width: 500px;
	color: #909090;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	margin: 15px 0 5px 0;
	background: url(../_images/text.png) left center no-repeat;
 	clear: both;
}

#formBlog input.titre {
	float: left;
	width: 508px;
	padding: 5px;
	margin: 0 0 30px 0;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 4px;
	clear: both;
}

#formBlog span.desc {
	float: left;
	color: #909090;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	background: url(../_images/text.png) left center no-repeat;
}

#photoForm {
	float: left;
	width: 520px;
	margin: 15px 0 0 0;
	clear: both;
}

#photoForm span.photo {
	float: left;
	width: 500px;
	color: #909090;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	margin: 15px 0 5px 0;
	background: url(../_images/upload.png) left center no-repeat;
 	clear: both;
}

#vpstar {
	float: left;
	width: 660px;
	height: 260px;
	background-color: #efefef;
	margin: 0 0 15px 0;
	clear: both;
}

#vpslide {
	float: left;
	width: 460px;
	height: 260px;
}

#vplist {
	float: left;
	width: 200px;
	height: 205px;
	padding: 55px 0 0 0;
	text-align: center;
	background: url(../_images/vp-bg.jpg) center top no-repeat;
}

#vplist select {
	margin: auto;
	width: 180px;
	background: transparent;
	border: 2px dotted #ffffff;
}

#vplist select option {
	font-weight: bold;
	padding: 5px;
}

#vp-box {
	float: left;
	width: 120px;
	height: 300px;
	background: url(../_images/vp-box/background.jpg) no-repeat;
	clear: both;
}

#vp-box a.screenshot {
	float: left;
	width: 100px;
	margin: 60px 10px 0 10px;
	clear: both;
}	

#vp-box a.screenshot img {
	float: left;
	width: 100px;
	height: 57px;
	clear: both;
}

#vp-box a.screenshot span {
	float: left;
	font-size: 9px;
	width: 100px;
	color: #9d2b7e;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
	overflow:hidden;
	height: 15px;
	clear: both;
}

#vp-box select {
	float: left;
	margin: 0 10px;
	width: 100px;
	height: 110px;
	background: transparent;
	border: 2px dotted #ffffff;
	clear: both;
}

#vp-box select option {
	color: #9d2b7e;
	font-weight: bold;
	padding: 2px;
}

#vp-box a.all {
	float: left;
	width: 120px;
	height: 25px;
	background: url(../_images/vp-box/btn.png) no-repeat;
	margin: 5px 0 0 0;
	clear: both;
}

#vp-box a.all span {
	display: none;
}

