/* Projet : rochette.fr
*  Auteur : PL-Datalinx
*  Historique : 15/07/2009 - Version initiale
*
*  Objet : Styles spécifiques à la section Rochette-Cars
*/

#root {
	background-image: url(../images/bg-cars.jpg);
}

/***** cadre coins arrondis, fond rose *****/
#actus {
	width: 280px;
}
#actus div {
	overflow: hidden;
}

#actus .titre {
	font-size: 11px;
	font-weight: normal;
	color: #c69;
	text-transform: uppercase;
	margin: 5px 0;
}
#actus .link {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 15px;
}

#hg2, #bg2 {
	float: left;
	width: 11px;
	height: 11px;
}
#hd2, #bd2 {
	float: right;
	width: 11px;
	height: 11px;
}
#h2, #b2 {
	background-color: #fdc3e0;
	float: left;
	width: 258px;
	height: 11px;
}
#mid2 {
	min-height: 140px;
	background-color: #fdc3e0;
	text-align: left;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
}
#mid2 A:link, #mid2 A:visited {
	color: #c69;
}
#mid2 A:active, #mid2 A:hover {
	color: #da0079;
}

/***** cadre coins arrondis, fond bleu *****/
#sondages {
	width: 280px;
}
#sondages div {
	overflow: hidden;
}
#sondages .question {
	font-size: 11px;
	font-weight: normal;
	color: #369;
	text-transform: uppercase;
	margin: 5px 0;
}
#sondages .reponse {
	padding-left: 10px;
}
#sondages .link {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}

#hg3, #bg3 {
	float: left;
	width: 11px;
	height: 11px;
}
#hd3, #bd3 {
	float: right;
	width: 11px;
	height: 11px;
}
#h3, #b3 {
	background-color: #bddcfb;
	float: left;
	width: 258px;
	height: 11px;
}
#mid3 {
	min-height: 140px;
	background-color: #bddcfb;
	text-align: left;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
}
#mid3 A:link, #mid3 A:visited {
	color: #369;
}
#mid3 A:active, #mid3 A:hover {
	color: #143a60;
}

/***** cadre coins arrondis, fond jaune *****/
#newsletter {
	width: 280px;
}
#newsletter div {
	overflow: hidden;
}
#newsletter .titre {
	font-size: 11px;
	font-weight: normal;
	color: #b9944a;
	margin: 5px 0 0 0;
}
#newsletter .legende {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #b9944a;
}
#newsletter .link {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 10px;
}

#hg4, #bg4 {
	float: left;
	width: 11px;
	height: 11px;
}
#hd4, #bd4 {
	float: right;
	width: 11px;
	height: 11px;
}
#h4, #b4 {
	background-color: #ff9;
	float: left;
	width: 258px;
	height: 11px;
}
#mid4 {
	min-height: 140px;
	background-color: #ff9;
	text-align: left;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
}
#mid4 A:link, #mid4 A:visited {
	color: #b9944a;
}
#mid4 A:active, #mid4 A:hover {
	color: #85682f;
}

#hg5, #bg5 {
	float: left;
	width: 11px;
	height: 11px;
}
#hd5, #bd5 {
	float: right;
	width: 11px;
	height: 11px;
}
#h5, #b5 {
	background-color: #ededed;
	float: left;
	width: 258px;
	height: 11px;
}
#mid5 {
	min-height: 140px;
	background-color: #ededed;
	text-align: left;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
}
#mid5 A:link, #mid5 A:visited {
	color: #666;
}
#mid5 A:active, #mid5 A:hover {
	color: #3e3e3e;
}

.actu-titre {
	font-size: 14px;
	font-weight: bold;
	color: #3e3e3e;
	text-transform: uppercase;
}
.actu-texte {
	font-size: 11px;
	font-weight: normal;
	color: #3e3e3e;
	text-align: justify;
	line-height: 16px;
}
.actu-img {
	float: right;
	margin: 10px 15px;
	border: 1px solid #3e3e3e;
}

.sondage-date {
	font-size: 11px;
	font-weight: normal;
}
.sondage-question {
	font-size: 11px;
	font-weight: normal;
	color: #369;
	text-transform: uppercase;
	margin: 5px 0;
}
.sondage-topreponse {
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 3px;
}
.sondage-reponse {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 3px;
}
.sondage-votes {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.sondage-total {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
