/* ************************************************************************************** */
/* Site Internet du Périphérique Nord de Lyon : http://www.peripheriquenord.com           */
/* Auteur :  Didier LLOPIS (d.llopis@esprit-public.fr), Esprit Public                     */
/* Date : décembre 2006 - janvier 2007                                                    */
/* ************************************************************************************** */


/* redéfinition des balises xhtml */
/* ************************************************************************************** */

body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:verdana, arial, sans-serif;
	font-size:70%;
    color:#666666;
    background-color:#ffffff;
}

h3, h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

/* styles (id) - blocs généraux */
/* ************************************************************************************** */

#cadre {
	width:100%;
}

#entete {
	width:100%;
	height:80px;
	background-color:#EDF1F2;
	background-image:url('../img/header_print.gif');
	background-repeat:no-repeat;
	background-position:50% 0%;
}

div#blocMenuHaut {
	display:none;
}

#menu {
	display:none;
}

#menuNiveau2Fond {
	display:none;
}

#colonneGauche, #colonneDroite {
	display:none;
}

#colonneContenu {
	width:660px;
	margin:0px;
	padding:0px;
}


#pied {
	display:none;
}

/* classes génériques */
/* ************************************************************************************** */

.noDisplay, .tx-srquicktime-pi1 {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.rouge {
	padding:0px;
	color:#fb0f0c;
	background:none;
}


span.lienRss {
	display:block;
	padding:0px 32px 0px 0px;
	margin-right:30px;
	background-image:url('../img/pictoRss.gif');
	background-repeat:no-repeat;
	background-position:right;
}

span.lienRss a {
	padding-left:12px;
	background:url('../img/pictoFlecheGrise.gif') no-repeat 0em 0.6em;
	color:#666666;
}

span.lienRss a:hover {
	color:#fd3400;
}

a.inverse {
	background-color:transparent;
	color:#666666;
}

a.inverse:hover {
	background-color:transparent;
	color:#fd3400;
}

a.fleche {
	padding-left:12px;
	background:url('../img/pictoFlecheGrise.gif') no-repeat 0em 0.6em;
}

.standard input[type=submit] {
	width:15em;
}

a {
    color:#fd3400;
    background-color:inherit;
    text-decoration:none;
}

a:hover {
    color:#666666;
    background-color:inherit;
	text-decoration:underline;
}

.contenu {
	color:inherit;
	background-color:#f6f8f8;
	border-bottom:1px solid #fcc0b1;
	margin-bottom: 10px;
	padding:5px 10px 0px 10px;
}

/* autres ... */
/* ************************************************************************************** */
#colonneContenu .csc-textpic-intext-left .csc-textpic-imagewrap{
	margin:0px 8px 8px 0px;
	float:left;
}
#colonneContenu .csc-header {
	clear:both;
}

table.contenttable {
	margin-bottom:10px;
	border:1px #E8E8E8 solid;
}

table.contenttable caption{
	display:none;
}

table.contenttable .tr-odd td{
	background-color:#caeaf0;
}
table.contenttable .tr-even td{
	background-color:#e9f8fc;
}
table.contenttable .tr-0 td{
	font-weight:bold;
	background-color:#dddddd;
	text-align:center;
}

table.contenttable .td-0 {
	font-weight:bold;
}

table.contenttable td {
	padding:4px 7px 4px 7px;
	border:1px #E8E8E8 solid;
}

.csc-sitemap a {
	color:#666666;
}

.csc-sitemap a:hover {
	color:#FF0000;
}

.csc-sitemap ul li {
	background:none;
	border-bottom:1px #E8E8E8 solid;
	margin-top:10px;
}

.csc-sitemap ul a {
	font-weight:bold;
}

.csc-sitemap ul ul a {
	font-weight:normal;
}

.csc-sitemap ul li ul li {
	background:url("../img/pictoFlecheGrise.gif") no-repeat 0% 0.6em;
	border:none;
	margin:0px;
}

#colonneGauche div.csc-textpic-imagewrap {
	margin-left:-10px;
}

#carte_interactive {
	margin:-10px -10px 0px -10px;
}

fieldset {
	border:0px;
}

table.csc-uploads {
	border:1px #E8E8E8 solid;
}

table.csc-uploads td {
	padding:10px 10px 0px 10px;
	border:1px #E8E8E8 solid;
}

table.csc-searchform {
	border:1px #E8E8E8 solid;
	background:#F2F2F2 url("../img/loupe.gif") no-repeat 0% 100%;
}

table.csc-searchform td {
	padding:5px;
	vertical-align:middle;
}