html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a img/foule-cool {
	border: none;
}

a { cursor: pointer; }

#container {
	position: relative;
	width: 962px;
	height: 1219px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: url('../img/foule-cool/foulecool_background.png') no-repeat top left;
}

#entete {
	width: 910px;
	height: 57px;
	text-align: right;
	padding: 0px 14px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

#entete a {
	font-size: 11px;
	color: #ffcc00;
	line-height: 57px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
}

#entete a:link { color: #ffcc00; text-decoration: none; }
#entete a:visited { color: #ffcc00; text-decoration: none; }
#entete a:hover { color: #ffcc00; text-decoration: underline; }
#entete a:active { color: #ffcc00; text-decoration: underline; }

#contenu {
	width: 924px;
	padding: 0px 0px 0px 0px;
	margin: 37px auto 0px auto;
}

.contenu_item {
	width: 924px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contenu_gauche {
	float: left;
	width: 501px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contenu_gauche a{
	border:0px !important;
}

.contenu_droite {
	float: left;
	width: 423px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.offre_exceptionnelle {
	font-size: 17px;
	color: #282828;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
	margin: 17px 0px 0px 0px;
}
p.offre_exceptionnelle .big{
	font-weight: 900;
	text-transform: uppercase;
}

.contenu_droite a.details {
	font-size: 13px;
	color: #282828;
	font-weight: 900;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

.contenu_droite a.details:link { color: #282828; text-decoration: underline }
.contenu_droite a.details:visited { color: #282828; text-decoration: underline }
.contenu_droite a.details:hover { color: #282828; text-decoration: underline }
.contenu_droite a.details:active { color: #282828; text-decoration: underline }

#bulle {
	float: right;
	width: 331px;
	height: 61px;
	padding: 20px 45px 0px 45px;
	margin: 10px 0px 0px 0px;
	background: url('../img/foule-cool/foule_cool_bulle.png') no-repeat top left;
}

p.bulle {
	font-size: 17px;
	color: #ccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bulle a {
	font-size: 17px;
	color: #ffcc00;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

#bulle a:link { color: #ffcc00; text-decoration: underline; }
#bulle a:visited { color: #ffcc00; text-decoration: underline; }
#bulle a:hover { color: #ffcc00; text-decoration: underline; }
#bulle a:active { color: #ffcc00; text-decoration: underline; }

.logos {
	margin: 15px 0px 0px 0px;
	position: relative;
}
.logos img{
	border:0px;
	float: left;
	border:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

.contenu_gauche img/foule-cool.btn_logos {
	float: left;
	border:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

.contenu2_gauche {
	float: left;
	width: 646px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contenu2_droite {
	float: left;
	width: 278px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#visionneuse {
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 29px 0px 0px 0px;
}

#scroll {
	width: 600px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.btn_scroll_gauche {
	float: left;
	width: 36px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	cursor: pointer;
}
.active_gauche {
	background: url('../img/foule-cool/btn_gauche.png') no-repeat top left;;
}

.disabled_gauche {
	background: url('../img/foule-cool/btn_gauche_active.png') no-repeat top left;
}


.active_gauche:hover {
	background: url('../img/foule-cool/btn_gauche_hover.png') no-repeat top left;
}


.btn_scroll_droite {
	float: left;
	width: 36px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	cursor: pointer;
}
.active_droite {
	background: url('../img/foule-cool/btn_droite.png') no-repeat top left ;
}

.active_droite:hover {
	background: url('../img/foule-cool/btn_droite_hover.png') no-repeat top left !important;
} 

.disabled_droite {
	background: url('../img/foule-cool/btn_droite_active.png') no-repeat top left;
}

div.presentation_video {
	width: 600px;
	/*display:block;*/
	height: 482px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #000;*/
}



#btn_details a{
	display:block;
	width:100%;
	height:100%;
}

#scroll_images {
	float: left;
	width: 528px;
	height: 97px;
	overflow:hidden;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#scroll_images_content {
	float: left;
	width: 20000px;
	position:absolute;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px
}


.captures_images {
	float: left;
	width: 176px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../img/foule-cool/scroll_image_test.jpg') no-repeat top left;
	cursor: pointer;
}

.captures_images_hover {
	width: 176px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;

	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
}

.captures_images_hover:hover {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

.active_captures {
	width: 170px !important;
	height: 91px !important;
	border: 3px solid #ffcc00;
}

.active_captures div.captures_images_hover {
	width: 170px !important;
	height: 91px !important;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

#zone_visionnement {
	width: 600px;
	height: 368px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}

#description_visionneuse {
	width: 580px;
	/*height: 91px;*/
	padding: 20px 0px 15px 20px;
	margin: 0px 0px 0px 0px;
	background: url('../img/foule-cool/description_visonneuse.png') no-repeat bottom right;
}

#description_visionneuse p.titre {
	font-size: 17px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

#description_visionneuse p.date {
	font-size: 12px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#description_visionneuse_liens {
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}
* html #description_visionneuse_liens {
	width: 580px;
	
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}

#description_visionneuse_hyperliens {
	float: left;
	width: 468px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#description_visionneuse_bouton {
	float: left;
	width: 102px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#btn_details {
	width: 70px;
	float:left;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../img/foule-cool/btn_details.gif') no-repeat top left;
	cursor: pointer;
}

#btn_details:hover {
	background: url('../img/foule-cool/btn_details_hover.gif') no-repeat top left;
}

#description_visionneuse a {
	font-size: 12px;
	color: #ffcc00;
	line-height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 35px 0px 0px;
	text-decoration: none;
}

#description_visionneuse a:link { color: #ffcc00; text-decoration: none; }
#description_visionneuse a:visited { color: #ffcc00; text-decoration: none; }	
#description_visionneuse a:hover { color: #ffcc00; text-decoration: underline; }	
#description_visionneuse a:active { color: #ffcc00; text-decoration: underline; }	

#titre_actualite {	
	width: 278px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	margin: 29px 0px 20px 0px;
	background: url('../img/foule-cool/titre_actualite.png') no-repeat top left;
}

#titre_concours {	
	width: 278px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 29px 0px 20px 0px;
	background: url('../img/foule-cool/titre_concours.png') no-repeat top left;
}

div.actualites {
	font-size: 12px;
	color: #282828;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 35px 17px;
}
div.actualites h2{
	text-transform:uppercase;
	font-size: 12px;
	color: #282828;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.actualites p{
	font-size: 12px;
	color: #282828;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}
div.actualites a {
	color:#282828;
}
div.actualites a:hover {
	font-weight:bold;
}

div.actualites .btns img{
	border:0px none;
}
div.actualites .btns #btn_details{
	margin: 0px 5px 0px 0px;
	background: url('../img/foule-cool/btn_details2.png') no-repeat top left;
}
div.actualites .btns #btn_myspace {
	width: 23px;
	float:left;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../img/foule-cool/btn_myspace.png') no-repeat top left;
	cursor: pointer;
}

div.actualites .btns #btn_myspace a{
	display:block;
	width:100%;
	height:100%;
}
div.actualites .btns .btn_participer {
	width: 72px;
	float:right;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../img/foule-cool/btn_participer.png') no-repeat top left;
	cursor: pointer;
}
div.actualites .btns .btn_participer a{
	display:block;
	width:100%;
	height:100%;
}
div.actualites .mini_btn_myspace {
	width: 15px;
	display:inline-block;
	vertical-align:text-bottom;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	background: url('../img/foule-cool/btn_myspace_mini.png') no-repeat top left;
	cursor: pointer;
}

#pied_page {
	position: absolute;
	bottom: 0px;
	left: 19px;
	width: 924px;
	height: 60px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.copyright {
	font-size: 11px;
	color: #282828;
	font-weight: 900;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bande_piedpage {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 924px;
	height: 29px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}

	#send {
	position: absolute;
	width: 120px;
	top: -9999px;
	left: 317px;
	background-color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 24px 12px 12px 12px;
	z-index: 100000;
	text-align: left;
}

#send div.text input {
	width: 114px;
	padding: 2px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
	color: #818385;
	line-height: 17px;
}

#send div.text {
	margin-bottom: 5px;
}

#send div.text input.invalid {
	border: 1px solid red;
}

#send span.error {
	color: red;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 4px;
}

#send div.text label {
	font-size: 11px;
	color: #333;
}

#send_close {
	position: absolute;
	right: 8px;
	top: 12px;
	background: url('../img/send_close.png') left top no-repeat;
	width: 9px;
	height: 9px;
	cursor: pointer;
}
.concour_popup{
	display:none;
	margin:29px 0 0;
	position:relative;
	width: 625px;
	z-index:50;
}
.concour_popup .bt_close{
	cursor:pointer;
	position: absolute;
	width: 24px;
	height: 23px;
	top:13px;
	right:11px;
	background: url('../img/foule-cool/bt_close.png') left top no-repeat;
}

.concour_popup .concour_img{
	background:#505050;
}
.concour_popup .concour_info{
	padding: 20px 15px 0px 15px;
	background:#505050;
	border:1px #505050 solid;
}
.concour_popup .concour_info .concour_descr{
	font-size:14px;
	float:left;
	width:300px;
	color:#ffcc00;
}
.concour_popup .concour_info .concour_descr p{
	margin:0px 0px 10px 0px;
}
.concour_popup .concour_info .concour_descr .big1{
	font-size:18px;
}
.concour_popup .concour_info .concour_descr .big2{
	font-size:18px;
	font-weight:bold;
}
.concour_popup .concour_info .concour_form{
	float:right;
	width:275px;
	color:#FFF;
}
.concour_popup .concour_form .msg{
	margin:0px 0px 10px 0px;
}
.concour_popup .concour_form .msg.error{
	color:#F00;
}
.concour_popup .concour_form .input{
	margin:0px 0px 10px 0px;
}
.concour_popup .concour_form .input label{
	display:block;
	margin:0px 0px 6px 0px;
}
.concour_popup .concour_form .input input{
	width:271px;
}
.concour_popup .concour_form .input input.invalid{
	border:#F00 solid 1px;
}
.concour_popup .concour_form .input .error{
	display:block;
	color:#F00;
}
.concour_popup .concour_form .submit{
	margin: 5px 0px 10px 0px;
}
.concour_popup .concour_form .loading{
	margin: 5px 0px 10px 0px;
	float:right;
	background:url('../img/foule-cool/ajax-loader.gif') center center no-repeat;
	width:72px;
	height:23px;
}
.concour_popup .concour_footer{
	border-left:#505050 solid 50px;
	height: 15px;
	background: url('../img/foule-cool/description_visonneuse.png') no-repeat bottom right transparent;
}


