/* CSS Document */
body {
	background: #ecc2dd;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
}

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pop {
	border: 1px solid #cda6bf;
	background: #fdfafc url(images/head_pop.gif) no-repeat center top;
	text-align: left;
	margin: 0 auto;
	width: 700px;
	padding: 10px;
	padding-top: 80px;
}

/* Flags */
.flags {
	background: none;
	padding: 20px;
	position: absolute;
	margin-left: 375px;
	top: 0px;
	text-align: right;
	width: 300px;
}

.flags img {
	margin: 5px;
}

.flags a.fav {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px;
	background: #cc3694;
	text-decoration: none;
	display: block;
}

.flags a.fav:hover {
	background: #f9006f;
}

/* Fonts */
.font_white {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left
}

.font_white a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px
}

.font_white a:hover,.page_active {
	color: #FF0072;
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px
}

.font_black11 {
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: 200
}

.font_black10,.font_black10 a,.font_black10 a:hover {
	font-size: 10px;
	color: #000000;
	font-weight: 100;
	text-align: left
}

.font_foot {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold
}

.button,.button a,.button a:visited {
	display: block;
	width: 133px;
	height: 26px;
	background-image: url(images/bg_button.gif);
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #FFD700
}

.access {
	font-weight: bold;
	font-size: 12px;
	color: #cc3694;
	margin-top: 24px;
	display: block;
	margin-top: 5px;
}

.access:hover {
	text-decoration: none;
	color: #f9006f;
}

.vid {
	background: white;
	border: 1px solid #f4d7e8;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 10px;
}

.vid h1 {
	background: #e95fb5;
	font-size: 12px;
	color: white;
	padding: 10px;
}

.vid h1 span {
	float: right;
	padding-right: 10px;
	font-size: 11px;
}

.vid .padd {
	padding: 10px;
}

.vid p {
	padding: 0 0 10px 0;
}

.pics img {
	border: 1px solid #f4d7e8;
	padding: 0px;
	background: white;
}

.pics {
	margin-bottom: 30px;
}

.down {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 80px;
	background: #993e77;
	text-decoration: underline;
	margin: 20px auto;
}

.down:hover {
	background: #361e2d;
	text-decoration: none;
}

a {
	color: #FF3399;
}

a:hover {
	text-decoration: none;
}

/* CSS Footer Barre */
#footer_barre 						{ position: fixed; bottom: 0px; left: 0px; margin: auto; width:100%; height:150px; text-align: center; }	
#footer_barre #promo 				{ margin: auto; width: 746px; height:150px; background: url(/images/cb_barre.gif);}
#footer_barre #promo #left 	   		{ float: left; text-align: right; width: 325px; padding-top: 25px; color: #000000; font-weight: bold; font-size: 18px; text-transform: uppercase; line-height: 20px; }
#footer_barre #promo #left span 		{ color: #FFFFFF; font-size: 13px; }
#footer_barre #promo #left p			{ color: #f0f0f0; font-size: 8px; line-height: 12px; text-transform: none; padding: 5px; }
#footer_barre #promo #right 			{ float: right; width: 400px; padding-top: 20px; }
#footer_barre #promo #right p			{ padding: 1px; margin: 0; }
#footer_barre #promo #right form 		{ height: 115px; width: 380px; margin: auto; padding: 5px; background: #FFFFFF; line-height: 40px; }
#footer_barre #promo #right .input 	{ border: 1px solid #F0F0F0; height: 30px; line-height: 30px; font-size: 25px; margin: 3px; font-weight: bold; text-align: center; font-size: 14px; color: #FFFFFF; background: #F04EB3; width: 90%; }
