/*  

   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse:; border-spacing:0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* début du contenu de l'éditorial */
.editorial {
	 width:501px; height:140px;padding:10px 10px 2px 10px;margin-bottom:10px;
	 font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	 border: 1px solid #36028d;
	 }
/* Fin du contenu de l'éditorial */

/* début du contenu de l'éditorial */
.info {
	 width:501px; height:100px;padding:10px 10px 2px 10px;margin-bottom:10px;
	 font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	 border: 1px solid #36028d;
	 }
/* Fin du contenu de l'éditorial */

/* début du contenu de l'éditorial */
.info-bis {
	 width:501px; height:150px;padding:10px 10px 2px 10px;margin-bottom:10px;
	 font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	 border: 1px solid #36028d;
	 }
/* Fin du contenu de l'éditorial */

/* début implentation logo météo */
.clouds {
	background:#3e83c8 url(/images/bg_clouds.png) repeat-x 0 bottom;
	width:195px; height:100px; padding:2px 4px 0px 0px;
	border: 0px solid #DDD;
	}
/* fin implentation logo météo */


/* début du contenu page monde arabe */
.monde-arabe {
	 width:900px; height:650px;margin:auto;
	 }
/* Fin du contenu page monde arabe */

/* début du contenu de l'éditorial */
.st-valentin {
	 width:501px; height:190px;padding:10px 10px 2px 10px;margin-bottom:10px;
	 font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	 border: 1px solid #bf101f;
	 }
/* Fin du contenu de l'éditorial */

/* Début des couleurs des class */
.mauve { color: #36028d;}
.rouge { color: #af0115;}
.bleu { color: #0803d7;}
/* Fin des couleurs des class */

/* début du contenu de l'éditorial */
.enbref {
	 width:500px; height:310px;padding:10px 10px 2px 10px;margin-bottom:10px;
	 font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	 }
/* Fin du contenu de l'éditorial */

/*   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #b79adc;
	color: #334;
	font: normal 75% sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */
/* -- autour du site  -- */
#autour {
	background-color: white;
	margin: 0px auto;padding: 5px;width: 990px;}

#site {
	 width:980px;margin:0 auto;}
/* -- autour du site -- */

/* -- Header du site  -- */
.header {
	width:980px; height:175px; margin:0 auto;
	background:url(images/header/header.jpg) no-repeat 0 0;}
/* -- Header du site -- */


/* Headings */

h1,h2,h3,h4,h5,h6,h7{
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6,h7,{font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
h7 {font-size: 2.5em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, h7 img, {margin: 0;}


 /* Links + couleur pour le titre des rotations des 3 + images */

a:focus,a:hover {color: #357;}
a {
	color: #357;
	text-decoration: underline;
}
/* Links + couleur pour le titre des rotations des 3 + images */

a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

a.facebook {
	background: url('img/Facebook_icon.jpg') no-repeat left center;
	padding-left: 18px;
}

/* More links */
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}


/* Text elements */

p {
	margin-bottom: 1em;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 2px 2px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}

.content-separators, .archive-separators {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separators {margin: 2px 0;}
.archive-separators {margin: 5px 0;}

.content-separatorss, .archive-separators {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separatorss {margin: 15px 0;}
.archive-separatorss {margin: 15px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Network */

#network {background: #EEE;}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}
#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}


/* Toolbar */
#toolbar {
	padding: 0px 0 8px;
	font-size: 1.1em;
	color: #999;
	text-align: right;
}
#toolbar img {vertical-align: middle;}


/* Header */

#header {margin-bottom: 24px;}

/* Site title */
#site-title {
	font: normal 1.6em serif;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
#site-title span {color: #999;}
#site-title a {color: #000;text-decoration: none;}


/* Navigation */

#navigation {margin-bottom: 24px;}
#navigation a {
	display: block;
	text-decoration: none;
}

/* Main navigation */

#main-nav a {
    background: #fbf8f8; padding: 0 5px; /* changer la couleur tous les deux mois en fonction du magazine .. pour le menu principale haut* */
	color: #888;
	font-size: 1.5em;
	padding: 9px 14px;
}
#main-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #002;}
#main-nav li.current-tab a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#sub-nav {background: #c93a4e; padding: 0 5px;} /* changer la couleur tous les deux mois pour le sous menu principale selon le magazine */
#sub-nav a {
	color: #678;
	font: bold 1.2em sans-serif; color:white;
	padding: 10px;
}
#sub-nav li.current-tab a, #sub-nav a:hover {color: #223;}


/* Main */

.main {margin-bottom: 18px;}

.main#main-three-columns {background: url('img/main-three-columns.gif') repeat-y right top;}
.main#main-three-columns .sidebar {width: 200px;}
.main#main-three-columns #main-left {width: 520px;}

#main-left_index {width: 755px;}

.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 671px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 10px;}
.section-title {
	background-color: #c93a4e; /* couleur a changer tous les deux mois pour le cadrage des titres de sections */
	border-top: 2px solid #c93a4e;
	font: bold 1.1em sans-serif; color:white; /* couleur a changer tous les deux mois pour les couleurs du titres */
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.section-title1 {
	border-bottom: 2px solid #FF0000;
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #000000;
    font: bold 1.1em;
    margin: 0 3px 10px 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
	}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}


/* Dashboard */

#dashboard {
	background: #FAFAFA url('img/dashboard.gif') repeat-y left top;
	border: 1px solid #E7E7E7;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footer {padding: 10px 0;}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}

  
/* jQuery lightBox plugin - Gallery style */
	.gallery {
		background-color: #ffffff;margin:0 auto;
		padding: 10px;
		width: 620px;
	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 5px solid #ffffff;
		border-width: 5px 5px 20px;
	}
	.gallery ul a:hover img {
		border: 5px solid #ddedf7;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.gallery ul a:hover { color: #ffffff; }	
	
	
/* Formulaire Invisible */
.premierForm{
	display:none;
}
/* Champ de verification */
.verifChamp{
	display:none;
}

#Style1 {color: #ddedf7}

/* Debut pour le script de news N13 affichage de l'image */
#imageNews img {
   float:left;
   height:130px;width:auto;
   padding:5px;  /* Preference personel */
}

#elemID img {
    float: left;
}

/* Fin pour le script de news N13 affichage de l'image */

<!--
A:visited {text-decoration: none;}
A:link {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; }
#ul {  font-family: Verdana, Arial, Helvetica, sans-serif;}
 -->
 
/* -- Début Intégration de l'image bi-mensuel sur le sommaire -- */
.sommaire-index {
	height:324px; width:514px; margin:0 auto;
	background:url(images/event/magazine-janfev.jpg) no-repeat 0 0;}
/* -- Fin Intégration de l'image bi-mensuel sur le sommaire

/*  début des Tags 
------------------------------------------------------------------- */
a.lien_tag_1{
	color:#65a3c9;
	font:normal 12px/18px  inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 16px;}

a.lien_tag_2{
	color:#a4a5a6;
	font:normal 12px/18px inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 14px;}

a.lien_tag_3{
	color:#515253;
	font:normal 12px/18px inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 20px;}

a.lien_tag_4{
	color:#9ccc99;
	font:normal 12px/18px inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 18px;}

a.lien_tag_5{
	color:#9F3;
	font:normal 12px/18px inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 16px;}

a.lien_tag_6{
	color:#9F3;
	font:normal 12px/18px inherit, Arial, Helvetica, sans-serif;
	font-weight:bold;text-decoration:none;font-size: 16px;}
	
/*  fin des Tags 
------------------------------------------------------------------- */	

/*  début des pub(s)
------------------------------------------------------------------- */	
/* -- Publicité 180 x 90_4 -- */
.pub180 {
	width:180px; height:90px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité 180 x 90_4 -- */

/* -- Publicité 160 x 90_4 -- */
.pub16090 {
	width:160px; height:90px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité 160 x 90_4 -- */


/* -- Publicité 200 x 200 -- */
.pub200 {
	width:200px; height:210px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité 200 x 200 -- */

/* -- Publicité 160 x 600 -- */
.pub160 {
	width:160px; height:600px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité 160 x 600 -- */

/* -- Publicité 250 x 250 -- */
.pub250 {
	width:250px; height:250px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité 250 x 250 -- */

/* -- Publicité (468x15) Affichage de 5 sujets au maximum  -- */
.pub46815 {
	width:468px; height:15px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité (468x15) Affichage de 5 sujets au maximum  -- */

/* -- Publicité (468x60) -- */
.pub46860 {
	width:468px; height:60px; margin:0 auto;padding:0 0 0 0;}
/* -- Publicité (468x60) -- */
/*  fin des pub(s)
------------------------------------------------------------------- */	

/* -- Début Position sur la colonne de droite - Insertion de la couverture magazine OPALE -- */
.magcover {
	width:193px; height:257px; margin:0 auto;
	background:url(images/new_mag/cover_7.jpg) no-repeat 0 0;}
/* -- Fin Position sur la colonne de droite - Insertion de la couverture magazine OPALE -- */

/* -- Début Position sur la colonne de droite - Insertion de la couverture magazine OPALE sur pages 2 colonnes -- */
.magcover2 {
	width:250px; height:333px; margin:0 auto;
	background:url(images/new_mag/cover_10-250x.jpg) no-repeat 0 0;}
/* -- Fin Position sur la colonne de droite - Insertion de la couverture magazine OPALE sur pages 2 colonnes -- */


/* -- Début Position sur la colonne de droite - Evenement -- */
.evenement {
	width:193px; height:254px; margin:auto;
	background:url(images/event/evenement-bisso.jpg) no-repeat 0 0;}
/* -- Fin Position sur la colonne de droite - Evenement -- */

/* -- Début Position sur la colonne de droite - Evenement -- */
.evenement_contact {
	width:510px; height:321px; margin:auto;
	background:url(images/new_mag/OP_pub.jpg) no-repeat 0 0;}
/* -- Fin Position sur la colonne de droite - Evenement -- */

/* -- Début Position sur la colonne de droite - Evenement -- */
.evenement_meteo {
	width:130px; height:40px; margin:0 auto; padding:0 0 0 0;}
/* -- Fin Position sur la colonne de droite - Evenement -- */

/* -- Début MISS GALERIE -- */
div#galeriemiss
{ 
    width:610px;
    background-image:url(../images/event/bck_miss_opale.jpg);
    border: 1px solid #dcb ; 
    padding: 5px ; 
    margin: 15px 30px ; 
    text-align: center ; 
    font: 0.9em Georgia, serif ; 
} 
 
ul#galerie_minimiss
{ 
    margin: 0 ; 
    padding: 0px ; 
    list-style-type: none ; 
} 
 
ul#galerie_minimiss li 
{ 
    float: left ;
	padding:8px;
} 
 
ul#galerie_minimiss li a img 
{ 
    margin: 2px 1px ; 
    border: 1px solid #dcb ; 
} 
 
dl#photomiss
{ 
    clear: both ; 
    margin: 0 auto ; 
} 
 
dl#photomiss dt 
{ 
    font: italic 2.5em/1.5em Georgia, serif ; 
    color: #dcb ; 
} 
 
dl#photomiss dd 
{ 
    margin: 0 ; 
} 
 
dl#photomiss img 
{ 
    border: 1px solid #dcb ; 
} 
/* -- fin MISS GALERIE -- */

/* -- Début de la configuration pour la page Miss Opale Magazine -- */
.miss-opale {
	height:300px; margin:0 auto;padding:0 0 0 0;}
/* -- Fin de la configuration pour la page Miss Opale Magazine -- */

/* -- début des ccs rating bloc -- */

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	
/* -- fin des ccs rating bloc -- */	
