#enhancepod {
	display: none;
}


/* Cols
-------------------------------------------------------- */
.three-cols {
	clear: both;
	margin-top: 20px;
}
.three-cols .col {
	width: 33.3%;
	margin-right: 0;
	margin-left: 0;
}
.three-cols .col.podcasts {
	width: 31.3%;
	margin-right: 2%;
}



/* Interview
-------------------------------------------------------- */
#interview {
	position: relative;
	height: 220px;
}
#interview p.resume {
	text-align: justify;
	line-height: 150%;
	margin: 10px 0 17px 0;
}
#interview .photo {
	float: left;
	margin-right: 10px;
}
#interview h1, #interview h2 {
	color: #A5209F;
	font-weight: bold;
	font-size: 16pt;
}
#interview a {
	color: #A5209F;
	font-weight: bold;
}
#interview .links {
	position: absolute;
	right: 0;
	bottom: 5px;
}


/* Selection
-------------------------------------------------------- */
#selection h2 {
	color: #A5209F;
	font-weight: bold;
	font-size: 16pt;
}
#selection ul {
	list-style-type: none;
	display: none;
}
#selection li {
	margin-top: 9px;
	height: 50px;
	position: relative;
}
#selection .avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 7px;
}
#selection h3 {
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 4px;
}
#selection .links {
	position: absolute;
	right: 0;
	top: 2px;
}


/* Création
-------------------------------------------------------- */
#create {
	clear: both;
	border-color: #7F7F7F;
	border-style: solid;
	border-width: 1px 0;
	background: #FFF3FE url(/img/arrow.png) no-repeat 15px 7px;
	padding: 8px 0 5px 80px;
	position: relative;
}
#create h2 {
	color: #B13CAC;
	font-size: 12pt;
	font-weight: normal;
}
#create-form {
	font-size: 12pt;
	font-weight: bold;
	color: #525252;
	margin-top: 4px;
}
#create-form img {
	position: absolute;
	top: 7px;
	right: 10px;
}
#create-form input[type=text] {
	font-size: 10pt;
	margin: 0 4px;
	width: 245px;
	padding: 4px 2px;
}
#create-form input[type=submit] {
	width: 175px;
	margin: 0px 7px 0 0;
	float: right;
}
#create p {
	float: left;
}


/* Tops
-------------------------------------------------------- */
.title {
	border-bottom: 1px solid #7F7F7F;
	height: 24px;
}
.title h2 {
	float: left;
	color: #508E00;
	font-size: 13pt;
	font-weight: bold;
}
.title a {
	float: right;
	padding-top: 4px;
}
.podcasts .podcast {
	height: 74px;
	margin-top: 5px;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #7F7F7F;
	padding-top: 3px;
}
.podcasts .podcast .avatar {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 6px;
}
.podcasts .podcast h5 {
	font-size: 10pt;
	font-weight: bold;
}
.podcasts .podcast .links {
	position: absolute;
	top: 3px;
	right: 0;
}
.podcasts .podcast p {
	margin-top: 6px;
}
.podcasts .podcast p.small {
	margin-top: 2px;
}
.podcasts .exclusive {
	background: #FFF0FD;
	border: 1px solid #F6B0ED;
	-moz-border-radius: 8px;
	padding: 3px 5px 0 5px;
	width: 306px;
	margin-left: -5px;
}
.podcasts .exclusive .links {
	top: 5px;
	right: 5px;
}


/* Nuage de mots-clés
-------------------------------------------------------- */
#meta-cloud {
	margin: 8px 0 10px 0;
	font-size: 19px;
	height: auto;
	text-align: center;
	overflow: hidden;
	background: #FFF3FE;
	border: 1px solid #F9B6F3;
	-moz-border-radius: 10px;
	padding: 6px;
}
a.t1 {
	font-size: 60%;
	color: #555555;
}
a.t1:hover {
	background-color: #555555;
	color: #FFFFFF;
	text-decoration: none;
}
a.t2 {
	font-size: 65%;
	font-weight: bold;
	color: #FF5AF7;
}
a.t2:hover {
	background-color: #FF5AF7;
	color: #FFFFFF;
	text-decoration: none;
}
a.t3 {    
	font-size: 75%;
	color: #59771A;
}
a.t3:hover {
	background-color: #59771A;
	color: #FFFFFF;
	text-decoration: none;
}
a.t4 {    
	font-size: 80%;
	font-weight: bold;
	color: #7FB23C;
}
a.t4:hover {
	background-color: #7FB23C;
	color: #FFFFFF;
	text-decoration: none;
}
a.t5 {
	font-size: 90%;
	color: #7FB23C;
}
a.t5:hover {
	background-color: #7FB23C;
	color: #FFFFFF;
	text-decoration: none;
}
a.t6 {
	font-size: 95%;
	font-weight: bold;
	color: #508E00;
}
a.t6:hover {
	background-color: #508E00;
	color: #FFFFFF;
	text-decoration: none;
}
a.t7 {
	font-size: 100%;
	color: #F58EEF;
}
a.t8 {
	font-size: 105%;
	font-weight: bold;
	color: #F58EEF;
}
a.t7:hover {
	background-color: #F58EEF;
	color: #FFFFFF;
	text-decoration: none;
}
a.t8:hover {
	background-color: #F58EEF;
	color: #FFFFFF;
	text-decoration: none;
}
a.t9 {
	font-size: 110%;
	color: #BA45CD;
}
a.t9:hover {
	background-color: #BA45CD;
	color: #FFFFFF;
	text-decoration: none;
}
a.t10 {
	font-size: 115%;
	font-weight: bold;
	color: #BA45CD;
}
a.t10:hover {
	background-color: #BA45CD;
	color: #FFFFFF;
	text-decoration: none;
}


/* Shopping
-------------------------------------------------------- */
.shop-item {
	border: 1px solid #C6C6C6;
	margin-top: 6px;
}
.shop-item-header {
	background: #EDECEC;
	padding: 4px 0 0 0;
}
.shop-item-header h3 {
	color: #B523AE;
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	padding-bottom: 4px;
	text-align: center;
}
.shop-item-header h3 a {
	color: #B523AE;
}
.shop-item-content {
	position: relative;
	padding: 7px;
	text-align: center;
}
.shop-item-content p {
	text-align: justify;
}
.shop-item-content .view {
	position: absolute;
	right: 5px;
	top: 40px;
}
.shop-item-footer {
	background: #EDECEC;
	padding: 0 0 4px 0;
	color: #585758;
	position: relative;
	height: 44px;
}
.shop-item-footer img {
	position: absolute;
	top: 5px;
	right: 5px;
}
.shop-item-footer div {
	position: absolute;
	top: 4px;
	left: 4px;
	text-align: center;
	width: 150px;
}
.shop-item-footer h4 {
	font-size: 18pt;
	font-weight: bold;
	margin-top: -10px;
}


/* News
-------------------------------------------------------- */
#news {
	margin: 10px 0;
}
#news ul {
	list-style-type: none;
}
#news a {
	display: block;
	height: 34px;
	background-repeat: no-repeat;
	padding: 4px 0 0 38px;
	font-size: 13pt;
	margin: 5px 0 0 0;
}
#news .twitter {
	background-image: url(/img/icon/index_twitter.png);
}
#news .facebook {
	background-image: url(/img/icon/index_facebook.png);
}
#news .blog {
	background-image: url(/img/icon/index_blog.png);
}


/* Advice
-------------------------------------------------------- */
#advice	{
	clear: both;
	margin-top: 15px;
	background: #EDECEC url(/img/hotline.png) no-repeat 250px 10px;
	-moz-border-radius: 10px;
	padding: 10px 0 10px 320px;
}
#advice h3 {
	font-size: 13pt;
	font-weight: normal;
}

/* Texte optimisation
-------------------------------------------------------- */
#text {
	width: 990px;
	margin: 50px auto 20px auto;
	color: #fff;
	text-align: justify;
}
#text p {
	margin-bottom: 8px;
}
#text ul {
	margin: 0 0 8px 20px;
}
#text a, #text strong {
	color: #E0FAA9;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #5B5C5C;
	font-weight: normal;
	font-size: 8pt;
	position: absolute;
	top: 35px;
	left: 200px;
	width: 400px;
}
h1 a {
	color: transparent;
}
h1 a:hover {
	text-decoration: none;
}
h4 {
	color: #494949;
	font-size: 6pt;
}