/*//////////////////////*/
/* spacer */
.spacer {
	clear: both;
	height: 0px;
	margin:0;
	padding:0;
}
hr {
	visibility: hidden;
	clear:both;
	height:0px;
	width:1px;
	margin:0;
	padding:0;
}

/*//////////////////////*/
/*  Template  */

.acces{
	text-decoration: underline;
}
#barreRF {
	height:27px;
}
#barreRF td {
	/*background-repeat: no-repeat;*/
}
#barrePub {
	padding:0;
	margin: 5px 0 0 0;
	background-image: url(http://image.radio-france.fr/thematiques/gout/commun/img/logo_rf.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid Black;
	height:90px;
}


#barrePubTab {
	height:70px;
	width:760px;
	
}
#pubInt {
	margin: 0 0 0 0;
	border: 1px solid Black;
	height: 60px;
}

#pubExt {
	border: 1px solid Black;
	height:60px;
}
#fondThem {
	height:72px;
}
#corps {
	width:760px;
}
#titreThem {
	background-color: #6C4000;
	width: 760px;
	height:35px;
}
#userTemplate {
	float: right;
	color: #FFE433;
	vertical-align: top;
	padding: 3px;
}
#userTemplate a{
	color: #FFE433;
	font-weight:bold;
}
#userTemplate ul li{
	float: left;
	list-style-type: none;
}
#menuHorizontal {
	width:690px;
	height:13px;
	float: left;
	background-color: #000;
	color: #fff;
	padding: 2px 0px 2px 4px;
}

#menuHorizontal ul li {
	float: left;
	list-style-type: none;
}
#menuHorizontal ul li a, #menuHorizontal ul li a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom:0;
}
#menuHorizontal ul li a:hover, #menuHorizontal ul li a:active {
	color: #000;
	background-color: #fff;
}
#liensMenu  {
	float: left;
	width: 66px;
	height: 13px;
	padding: 2px 0px 2px 0px;
	background-color: #8F0101;	
	position:absolute;
	z-index: 10;
	left:694px;
}
#liensMenu  a, #liensMenu a:hover{
	color: #FFE433;
	font-weight: bold;
	background-color: #8F0101;
	padding-left:17px;
	
}
#sousMenuLien {
	background-color: #8F0101;
	border: 2px solid Black;
}
#sousMenuLiens a {
	display: block;
	width: 160px;
	background-color: #8F0101;
	color: #FFE433;
	padding:0 0 0 5px;
	border-bottom: 2px solid Black;
}
#sousMenuLiens a:hover {
	background-color: #FFE433;
	color: #8F0101;
	padding:0 0 0 5px;
}
#header {
	margin: 0 0 0px 0;
	padding: 0 0 17px 0;
}
#corpsContenu {
	padding: 12px 0 12px 0;
	z-index: 2;
}

#footer {
	clear:both;
	display: block;
	margin: 0px 0 0 0;
	padding: 8px 4px 8px 4px;
	background-image: url(http://image.radio-france.fr/thematiques/gout/commun/img/fond_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer a {
	color: #f00;
}
#footer ul li {
	color: #f00;
	float:left;
	font-weight:bold;
}
#footer #copyright {
	text-align: right;
	color:#fff;
}

/*///////////////////////////////////////////////////*/
/* GENERAL */
/*Général*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	/*background-color: #E0E0E0;*/
}




/* Liens*/
a {
	text-decoration:none;
}
/*
#corpsContenu a {
	color:#000;
	text-decoration:none;
}
#corpsContenu a:hover {
	background-color:#000;
	text-decoration:none;
	color: #fff;
}*/

p  a:link{
	color:#000;
	text-decoration:underline;
}
		
p  a:visited {
	color:#000;
	text-decoration: none;
	/*border-bottom: 1px dashed;*/
}

p  a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-bottom: none;
}
li  a:link, h1  a:link, h2  a:link, h3  a:link {
	color:#000;
	text-decoration:none;
}
		
 li  a:visited, h1 a:visited, h2 a:visited, h3 a:visited {
	color:#000;
	text-decoration: none;
}
li  a:hover, h1  a:hover, h2  a:hover, h3  a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-bottom: none;
}
/*Tables*/
table {
	
}

img {
	border: 0;
}



/*Titres*/
h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {font-size: 1.2em;}
h2 {font-size: 1em;}
h3 {font-size: 0.8em;}
	

/*Paragraphes*/
p{
	text-align: justify;
}
/*Listes*/
li {
	list-style: none;
}

/*Formulaire*/
input, select {
	font-size: 0.8em;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
textarea {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
label {
	width: 150px;
	margin: 0 20px 0 20px;
	float: left;
	text-align: right;
}
.bt_ok {
	font-weight:bold;
	font-size:1.2em;
	padding:0 2px 0 2px;
	margin-top:5px;
	color: #000;
	background-color:#bbb;
}
a.bt_ok:link, a.bt_ok:visited, {
	color: #000;
}
a.bt_ok:hover, a.bt_ok:active {
	background-color:#000;
	color: #fff;
}

/*copyright*/
.copyright {
	font-size: 0.8em;
}

/*Liens vers les sites externes*/
voirSiteRouge  {
	background-color: Aqua;
	color: #DDE1E2;
	text-decoration: none;
	font-weight: bold;
}
a.voirSiteRouge:link, a.voirSiteRouge:visited {
	background-color: #000;
	color: #DDE1E2;
	text-decoration: none;
	font-weight:bold;
}
a.voirSiteRouge:hover, a.voirSiteRouge:active {
	background-color: #DDE1E2;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/* ===============================================================================*/
/* ====== Couleurs de fond =============*/

.fondVert {
	background-color: #6C4000; /*marron        #187200*/
}
.fondRouge {
	background-color: #97A3A8; /*gris-bleu     #ac0000*/
}
.fondCouleur1  {
	background-color: #6C4000; /*marron        #187200*/
}
.fondCouleur1Clair  {
	background-color: #CFC0AB; /*marron        #187200*/
}
.fondCouleur2 {
	background-color: #97A3A8; /*gris-bleu     #ac0000*/
}
.fondCouleur2Clair  {
	background-color: #DDE1E2; /*gris clair */
}
/* ===============================================================================*/
/* ====== Structure page modèle 1 (dossiers, agenda, livres, produits, portraits)=============*/
#blocDetail {
	width:63%;
	height:480px;
	color:#fff;
	padding: 7px 10px 7px 10px;
}
#blocListe {
	width:32%;
	padding: 7px 0 0 10px;
	color:#000;
}
#blocRecherche {
	width: 66%;
	height: 178px;
}

/* ============= Bloc Détail ===============*/
#blocDetail h1 {
	margin: 15px 0 5px 0;
	
}
#blocDetail h2 {
	margin-bottom: 10px;
	
}
#blocDetail p {
	margin-bottom: 5px;
	
}
#presentation {
	width:90%;
	background-color: #fff;
	color:#000;
	opacity: .70;
	filter: alpha(opacity= 70);
	font-weight:bold;
	padding: 7px 10px 7px 10px;
}
/* =========== Bloc Liste ===============*/
#blocListe h1 {
	color:#fff;
	margin-bottom:10px;
}
#blocListe h3 {
	margin-bottom:10px;
}
#blocListe ul {
	/*background-color:#CFC0AB;*/
}
#blocListe ul li {
	/*margin-top:10px;*/
	clear:both;
	width:100%;
}
#blocListe ul li a {
	display:block;
	color:#000;
}
#blocListe ul li a:hover{
	background-color:#fff;
	opacity: .70;
	filter: alpha(opacity= 70);
	width:100%;
	color:#000;
	text-decoration:none;
}
#blocListe ul li h1 {
	font-size:1em;
	color:#000;
	margin:0 0 5px 0;
}
#blocListe ul li h2 {
	font-size:1em;
	margin-bottom:10px;
}
#blocListe ul li p {
	font-size:0.8em;
}

/* =========== Bloc Recherche ===============*/
#blocRecherche h1 {
	color:#fff;
	margin: 7px 0 10px 10px;
}
#blocRecherche div {
	width:430px;
	height:131px;
	background-color: #fff;
	padding:7px 10px 7px 10px;
	opacity: .70;
	filter: alpha(opacity= 70);
}
#blocRecherche div ul   {
	margin-top:10px;
}

#blocRecherche div ul li {
	margin-top:2px;
}
#blocRecherche div ul li input {
	width:150px;
}
#blocRecherche div ul li select {
	width:153px;
}

/* ==================================================================================== */
/*Nav sous les listes vertes*/
#navListe{
	clear:both;
	background-color: #000;
	color: #CFC0AB;
	padding:2px 5px 2px 5px;
	margin-top:7px;
}
#navListe li {
	float:left;
}
#navListe a {
	background-color: #000;
	color: #CFC0AB;
	text-decoration:none;
}
#navListe a:hover {
	color: #000;
	background-color: #CFC0AB;
}
/*
.navListe a:hover {
	background-color: #CFC0AB;
	color: #000;
}
*/
/*Bloc "votre avis nous intéresse"*/
#avis {
	margin-top: 20px;
	font-size: 0.8em;
}
#avis h1 {
	margin:0;
	background-color: #000;
	font-size: 1em;
	font-weight: normal;
	padding:2px 5px 2px 90px;
}
#avis a {
	background-color: #000;
	color: #CFC0AB;
	text-decoration:none;
}
#avis a:hover {
	background-color: #CFC0AB;
	color: #000;
}
#avis  p{
	margin:0;
	background-color: #CFC0AB;
	padding:5px;
}
/* photos */
.photo {
	float:left;
	margin: 15px 10px 10px 0;
	
}
.vignette {
	margin:0 5px 10px 0;
	float:left;
}
/*Bloc noresult*/
#noresult {
	margin:100px 0 100px 200px;
	width:250px;
	height:105;
	background-color:#DDE1E2;
	padding:1px 10px 10px 10px;
	color:#000;
}

#noresult a{
	margin:20px 0 0 95px;
	font-weight:bold;
}
