/*
Theme Name: Barquette Template
Theme URI: www.danone.com
Description: Template pour Action Barquette !!!!
Version: 0.1
Author: Wunderman
Author URI: www.wunderman.fr
Tags: danette
*/

/* CSS Document */
body, p, ul, li, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCC;
}
#conteneur ul, #conteneur li {
	list-style: none;
}
#conteneur a img {
	border: none;
}
#conteneur {
	width: 1000px;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 20px;
}
#menu {
	height: 42px;
	background: url(images/bg_menu.jpg) repeat-x left top;
	font: 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	color:#F60;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
}
#partagez {
	width: 255px;
	float: right;
	margin-top: -33px;
	line-height:20px;
	text-align: right;
	padding-right: 8px;
}
#partagez_txt {
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	color: #868686;
	font-size: 11px;
	margin-right: 6px;
}
#partagez img {
	vertical-align: middle;
}
#corps {
	overflow: auto;
	width: 1020px;
}
#col_g {
	width: 614px;
	padding: 20px 24px;
	float: left;
}
.post {
	margin-bottom: 15px;
}
#col_d {
	width: 312px;
	padding: 20px 13px;
	background: url(images/degrade_col_d.jpg) repeat-x top left;
	float: left;
}
#corps #titre {
	overflow: auto;
	margin-bottom: 5px;
	width: 600px
}
/*#corps #date {
	float: left;
}*/

.date {
	float: left;
	width: 46px;
	height:46px;
	margin-top: 5px;
	background: url(images/date.jpg) no-repeat left top;
}
.date .mois {
	width: 100%;
	height: 17px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	margin-top: 2px
}
.date .jour {
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #000;
	text-align: center;
}
.post {
	font: italic bold 14px Arial;
	color:#333;
	padding: 0 0 5px 15px;
	float: left;
}
div.article {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
div.article p {
	margin-bottom: 5px;
	text-align: justify;
	margin: 8px 0px 8px 0px;
}
p.comments {
	text-align: right;
	color: #999;
	font-size: 13px;
	margin-top: 13px;
	margin-bottom: 20px;
}
p.comments a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
p.comments a:hover {
	text-decoration: underline;
}
li.comment {
	padding-bottom: 20px;
}

#pagenavi {
	float: left;
	width: 610px;
	margin-top: 20px;
}
#pagenavi .alignright {
	text-align: right;
	float: right;
}
#pagenavi .alignleft {
	float: left;
}

/*Formulaire de commentaire*/
#respond {
	width: 560px;
	margin-top: 20px;
}
#respond h3 {
	font: 13px Arial;
	color: #000;
}
#respond p {
	margin-bottom: 5px;
}
#respond p small {
	font-size: 12px;
}
#respond #comment {
	width: 100%;
}


#corps h1 {
	font: 20px Arial Black;
	color: #658f9d;
	width: 530px;
	padding: 0 0 2px 15px;
	float:left;
	text-transform: uppercase;
	font-style: normal;
}
#corps h1 a {
	text-decoration: none;
	cursor: hand;
	color: #658F9D;
}
#col_d h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F63;
	margin: 25px 0 10px 0;
}


#r_sociaux {
	margin: 10px 0;
}
#r_sociaux li {
	margin: 0 0 2px 0;
}
#r_sociaux li img {
	vertical-align: middle;
}
#r_sociaux li a {
	color: #666666;
	text-decoration: none;
}
#r_sociaux li a span {
	padding-left: 5px;
}
#r_sociaux li a:hover span {
	text-decoration: underline;
}

#liste_videos {
	width: 303px;
	overflow: hidden;
	margin-left: 6px;
}
#liste_videos li {
	float: left;
	margin: 0 12px 14px 0;
	border: 1px solid #000;
}
#liste_videos li a {
	width: 87px;
	height: 68px;
	display: block;
	position: relative;
}
#liste_videos li a .play {
	width: 20px;
	height: 20px;
	background: url(images/play.jpg) no-repeat left top;
	position: absolute;
	top: 24px;
	left: 33px;
}

#liste_missions {
	width: 100%;
}
#liste_missions  li{
	overflow: auto;
	padding: 0 0 2px 0;
}
#liste_missions  span.votes {
	float: right;
	text-align: right;
	color: #FF6633;
	font-weight: bold;
}
#liste_missions  a {
	text-decoration: none;
	color: #999;
}
#liste_missions  a:hover {
	text-decoration: underline;
}

#footer {
	height: 35px;
	background: url(images/bg_menu.jpg) repeat-x left top;
	text-align: center;
	line-height: 35px;
	font-size: 10px;
}

#footer a {
	color: #FF6633;
	cursor: pointer;
}

.comment-page-numbers {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	padding: 3px 0;
	margin : 5px 0;
	color : black;
	text-align: center;
}
.comment-page-numbers a {
	color : black;
	color: #FF6600;
	text-decoration: underline;
	padding: 0 2px;
}
.comment-page-numbers a:hover {
	text-decoration: none;
}
#comments {
	color: #666;
}
h2.commentaires {
	font: bold 12px Arial;
	padding: 0 0 7px 0;
	margin: 10px 0;
	border-bottom: 1px solid #666;
	color: #666;
}
#comments #commentaire {
	width: 608px;
	height: 200px;
}
#comments p {
	margin-bottom: 5px;
}
#comments label {
	display: block;
	float: left;
	width: 100px;
}
#comments input {
	width: 250px;
}
p#vos_infos {
	margin: 15px 0 10px 0;
	font-weight: bold;
}
#comments button {
	background: none;
	border: none;
	margin-left:285px;
	cursor: pointer;
	padding: 0;
}
.bloc_comment {
	padding: 10px;
	background-color: #ffe6d6;
	margin: 0 0 3px 0;
	color: #666;
}
.legend_comment {
	color: #666;
	padding: 5px 0;
	border-top: 1px solid #666;
	margin: 0 0 15px 0;
	text-align: right;
	font-size: 10px;
}
.legend_comment span {
	color: #f60;
}
.legend_comment a {
	color: #f60;
	text-decoration: none;
}
.legend_comment a:hover {
	text-decoration: underline;
}

.page_link a {
	color: #f60;
	text-decoration: none;
}
.page_link a:hover {
	text-decoration: underline;
}

/*Page signez la petition*/
#petition {
	background: url(images/visuel_signez.gif) no-repeat center top;
	padding: 195px 0 50px 0;
}
#petition p {
	text-align: center;
	color: #666;
	margin-bottom: 5px;
}
#petition p label {
	line-height: 20px;
}
#petition p input {
	vertical-align: middle;
}
#petition p #nom, #petition p #email {
	width: 245px;
}
h3.h_petition {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ff4e00;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#petition #p_display {
	padding: 10px 0;
}
#petition #btn_signer {
	color: #ff4e00;
}
#noms_petition {
	text-align: center;
	font-weight: bold;
	color: #666;
	margin-top: 15px;
	text-align: justify;
}

#apropos {
	text-decoration: none;
	color: #999;
	text-align: justify;
}

#apropos a {
	text-decoration: underline;
	color: #999;
}

#comments #btn_valid_comment {
	width: auto;
}

#conteneur .article ul {
	margin: 6px 0px 6px 10px;
	padding-left: 5px;
}

#conteneur .article li {
	list-style: disc inside; 
	padding-left: 5px;
}

.video {
	float: left;
	width: 320px;
	height: 240px;
}

.resume  {
	float: left;
	height: 240px;
	padding: 10px;
	width: 260px;
}

.resume h2 {
	font-size: 13px;
	color: #F00;
	margin-bottom: 10px;
}

.resume p.description {
	color: #333;
	margin-bottom: 10px;
}

.resume p.auteur {
	color: #999;
	font-size: 11px;
	text-align: right;
}