@charset "UTF-8";
/* CSS Document */

/* COULEURS 

Rouge logo DPTV = #EF3E26
Bleu logo DPTV = #007EC5


Barre NAVIGATION = #CFC1AE
2e niveau = #AEC3CF

Beige 1 = #F7E5CD
Beige 2 = #DECDB8
Beige 3 = #B7A998

786E63
38332E

Brun titres = #80694D

*/

/****************************************/
/* BLOCS */
/****************************************/

body {
	background-color: #F7E5CD;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(/images-dinard-tv/habillage/fond-sable.jpg);
	}
div#container{ 
	width: 948px;
	margin: 0 auto;
	position: relative;
	}
div#header {
	background-image: url(/images-dinard-tv/habillage/entete-dinard-tv.gif);
	background-repeat: no-repeat;
	background-position: right 17px;
	text-align: left;
	height: 200px;
	}
div#wrapper {
	float: left;
	width: 100%;
	}
div#content {
	text-align: left;
	margin: 0 315px 0 135px;
	background-color: #FFF;
	padding: 15px;
	}
div#navigation {
	background-color: #CFC1AE;
	position: absolute; /* position du logo */
	top: 150px;
	left: 0;
	width: 680px; /* suivant padding */
	padding-left: 0; /* position de dÃÂ¯ÃÂ¿ÃÂ½part du menu */
	height: 27px;
	z-index: 10;
	}
div#infoPlus {
	float: left;
	width: 300px;
	margin-left: -300px;
	padding-top: 37px;
	}
div#extra {
	float: left;
	width: 120px;
	margin-left: -948px;
	padding-top: 37px;
	}
div#footer {
	clear: both;
	width: 100%;
	padding: 15px 0;
	}

/****************************************/
/* TYPO */
/****************************************/

h1 {    
	text-align: center;
	font-family: Georgia,Times,serif;
	font-size: 28px;
	font-weight: normal;
	color: #007EC5;
	padding: 0 0.5em 0.5em 0.5em;
	line-height: 1em;
	}
h2 {
	font-size: 18px;
	font-family: Georgia,Times,serif;
	font-weight: normal;
	color: #007EC5;
	padding-bottom: 0.5em;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #80694D;
	padding-bottom: 1em;
	line-height: 1.3em;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #80694D;
	padding-bottom: 1em;
	line-height: 1.3em;
	}
p {
	padding-bottom: 1em;
	line-height: 1.3em;
	}
a {
	color: #007EC5;
	text-decoration: underline;
	}
a:hover {
	color: #EF3E26;
	text-decoration: underline;
	}
strong {
	font-weight: bold;
	}

/****************************************/
/* TYPO SPECIFIQUE */
/****************************************/

hr.both {
	clear: both;
	height: 1px;
	color: #FFF;
	background-color: #FFF;
	border: 0;
	}
p.petitLien {
	text-align: right;
	font-size: 11px;
	}
p.petitLienMini {
	text-align: right;
	font-size: 11px;
	padding-bottom: 0;
	}
.petitTexte {
	font-size: 11px;
	}
p.spaceTop {
	margin-top: 10px;
	}
blockquote.important {
	}
	
/* tableau */

table {
	width: 100%;
	margin-bottom: 10px;
	}
table tr td,
table tr th {
	background-color: #F7E5CD;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	}
table tr.ligne2 td,
table tr.ligne2 th {
	background-color: #DECDB8;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	}
table td,
table th {
	padding: 5px;
	}
table td.separation,
table th.separation {
	border-left: 1px solid #FFF;
	}
	
/****************************************/
/* PUBLICITE */
/****************************************/

div#pubHeader728 {
	position: absolute;
	top: 20px;
	left: 0;
	}

div#pubHotel {
	text-align: left;
	border: 1px solid #007EC5;
	padding: 5px;
	font-size: 11px;
	background-color: #FFF;
	margin-top: 10px;
	}
div#pubHotel p {
	margin: 0;
	padding: 0;
	}
div#pubHotel a {
	font-weight: bold;
	color: #EF3E26;
	}
	
/****************************************/
/* MENU */
/****************************************/

/* hauteur navigation = 27px */

div#navigation {
	padding-left: 80px;
	}
div#navigation ul {
	font-size: 11px;
	font-weight: bold;
	}
div#navigation a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	background-color: #CFC1AE; 
	color: #000;
	text-align: left;
	}
div#navigation li ul li a {
	background-color: #AEC3CF; 
	}
div#navigation a:hover {
	background-color: #EF3E26; 
	color: #FFF;
	}
div#navigation li a.selected {
	background-color: #000; 
	color: #FFF;
	}
div#navigation li {
	float: left;
	}
div#navigation li ul li {
	float: none;	
	display: inline; /* Pour corriger bug espacement vertical IE6 */
	}
div#navigation li ul {
	position: absolute;
	left: -999em;
	}
div#navigation ul li ul li a {
	/* POur corriger bug largeur IE6 ;*/
	width: auto !important; 
	width: 230px;
	}
#navigation li:hover ul, 
#navigation li.sfhover ul {
	left: auto;
}

/* menu Langues */

ul#langues {
	position: absolute;
	top: 157px;
	left: 835px;
	}  
ul#langues li {
	float: left;
	margin-right: 5px;
	} 
ul#langues li a {
	display: block;
	height: 12px;
	text-decoration: none;
	border: 1px solid #CFC1AE;
	} 
ul#langues li a:hover {
	border: 1px solid #FFF;
	}
ul#langues li a span {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* navigation bas de page */

#navigationLegal {
	text-align: center;
	margin-bottom: 10px;
	} 
#navigationLegal li { 
	display: inline; 
	border-left: 1px solid #000;
	}
#navigationLegal li a { 
	display: inline; 	
	padding: 0 5px;	
	}
#navigationLegal li a.fin { 
	border-right: 1px solid #000;
	}
		
/****************************************/
/* FORMULAIRE RECHERCHE */
/****************************************/

form#recherche {
	position: absolute;
	left: 80px;
	top: 120px;
	}
form#recherche input.texteRecherche {
	width: 300px;
	}

/****************************************/
/* ZONE IDENTIFICATION */
/****************************************/

div#infoPersonne {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 300px;
	position: absolute;
	top: 200px;
	left: 648px;
	}
div#infoPersonne p a {
	color: #FFF;
	background-color: #EF3E26;
	display: block;
	text-decoration: none;
	height: 22px;
	padding-top: 5px;
	}
div#infoPersonne p a:hover {
	color: #EF3E26;
	background-color: #FFF;
	text-decoration: underline;
	}

/****************************************/
/* ZONE RSS */
/****************************************/

ul#outils {
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	height: 22px;
	position: absolute;
	top: 200px;
	left: 0px;
	padding-top: 5px;
	}
ul#outils p a {
	color: #FFF;
	}
ul#outils p a:hover {
	color: #000;
	}

/****************************************/
/* FORMULAIRES */
/****************************************/

/* reagir */

form#reagir {
	background-color: #F7E5CD;
	padding: 15px;
	margin-bottom: 10px;
	}
form#reagir input.titre {
	margin: 5px auto;
	width: 433px;
	}
form#reagir textarea {
	margin: 5px auto;
	width: 100%;
	height: 150px;
	}

/* inscription */

.TabbedPanelsContent label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	}
.TabbedPanelsContent p.petitTexte {
	text-align: center;
	margin-top: -10px;
	}
.TabbedPanelsContent input.texte {
	width: 300px;
	}
.TabbedPanelsContent p.case {
	margin-left: 20px;
	}

/* inscription video */

input#video-file {
	margin-top: 5px;
	}
	
/* contact */

form#formContact {
	background-color: #F7E5CD;
	padding: 15px;
	margin-bottom: 10px;
	}
form#formContact p {
	text-align: right;
	padding-right: 25px;
	}
form#formContact  legend {
	font-size: 14px;
	font-weight: bold;
	color: #80694D;
	padding-bottom: 10px;
	}
form#formContact  label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	}
form#formContact  input.texte {
	width: 300px;
	}
form#formContact textarea {
	margin: 5px 0;
	width: 90%;
	height: 150px;
	}
	
/* tous formulaires */

form#formContact p.form-submit,
p.form-submit {
	text-align: center;
	margin: 0;
	padding: 0;
	}
p.messageErreur,
p.important,
p.messageInformation {
	font-weight: bold;
	background-color: #EF3E26;
	color: #FFF;
	text-align: center;
	padding-top: 1em;
	margin-bottom: 1em;
	}

/****************************************/
/* ACCORDION INFO PLUS */
/****************************************/

.AccordionPanelTab h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
.AccordionPanelOpen .AccordionPanelTab h3,
.AccordionPanelTabHover h3 {
	color: #FFF;
	}

/* liste news */
	
div#depeche {
	padding: 10px;
	}
div#depeche ul li {
	font-size: 11px;
	padding-bottom: 0.5em;
	}
div#depeche ul li.important {
	font-weight: bold;
	}
div#depeche ul li span.date {
	color: #EF3E26;
	font-weight: normal;
	float: left;
	margin-right: 8px;
	}
div#depeche ul li a {
	text-decoration: none;
	color: #000;
	float: left;
	width: 220px;
	padding-bottom: 10px;
	line-height: 1.2em;
	}
div#depeche ul li a:hover {
	text-decoration: underline;
	}

/* meteo */

div#meteo {
	padding: 10px;
	font-size: 11px;
	}
div#meteo img {
	float: left;
	}
div#meteo p {
	margin-left: 70px;
	}
div#meteo p.previsions {
	margin-left: 0;
	clear: left;
	}

/* maree */

div#maree {
	padding: 10px;
	font-size: 11px;
	}
	
/****************************************/
/* GOOGLE MAP */
/****************************************/

div#map {
	width: 700px;
	height: 450px;
	margin-top: 10px;
	}
	
/****************************************/
/* DEPECHE */
/****************************************/

div#navigationDepeches {
	text-align: center;
	}
	
/* commentaires */

div#content p.signature {
	text-align: center;
	background-color: #CFC1AE;
	font-size: 11px;
	padding: 0.5em;
	margin-bottom: 10px;
	}
div#content p.signature a {
	color: #000;
	}
	
/* images */

div#content img.imgBloc {
	margin-bottom: 10px;
	}
div#content img.imgParagrapheDroite {
	float: right;
	margin: 0 0 5px 10px;
	}
div#content img.imgParagrapheGauche {
	float: left;
	margin: 0 10px 5px 0;
	}

/* listes */

div#content ul {
	margin-bottom: 10px;
	}
div#content ul li {
	padding-bottom: 0.5em;
	line-height: 1.3em;
	}
div#content ul.sommaire li.important {
	font-weight: bold;
	}
div#content ul.sommaire li span.date {
	color: #EF3E26;
	font-weight: normal;
	clear: left;
	float: left;
	margin-right: 8px;
	}
div#content ul.sommaire li a {
	text-decoration: none;
	color: #000;
	float: left;
	width: 420px;
	padding-bottom: 10px;
	line-height: 1.2em;
	}
div#content ul.sommaire li a:hover {
	text-decoration: underline;
	}
div#content ul.liste {
	margin-left: 40px;
	list-style: disc;
	}

/* html en provenance du blog */

p.html {
	margin: 0;
	padding: 0;
	}

/****************************************/
/* ACCUEIL */
/****************************************/

h3.accueil {
	background-color: #007EC5;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	clear: left;
	}

/****************************************/
/* WEB */
/****************************************/

div.web {
	clear: left;
	}
div.web img {
	float: left;
	margin: 0 10px 10px 0;
	}
img.stars {
	padding-top: 5px;
	}

/****************************************/
/* VIDEO */
/****************************************/

div.video,
div.videoRight {
	width: 150px;
	float: left;
	margin-bottom: 4px;
	font-size: 11px;
	}
div.video {
	margin-right: 9px;
	}

/****************************************/
/* FORUM */
/****************************************/

ul.forum li {
	font-size: 11px;
	}
ul.forum li a {
	font-size: 12px;
	font-weight: bold;
	}
form#rechercheForum {
	margin-bottom: 10px;
	}
form#rechercheForum input.texteRecherche {
	width: 200px;
	}

/* reaction */

h2.reaction {
	margin-top: 15px;
	}
div.reaction {
	background-color: #F7E5CD;
	padding: 10px;
	margin-bottom: 15px;
	line-height: 1.3em;
	}
p.signature_reaction {
	padding-bottom: 0.5em;
	}
span.signature_reaction {
	font-weight: bold;
	}
span.date_reaction {
	color: #007EC5;
	font-size: 10px;
	}
	
#content p {
	clear: both;
	}

/****************************************/
/* RECHERCHE */
/****************************************/

div#ongletRecherche {
	}
div#ongletRecherche ul {
	font-size: 11px;
	font-weight: bold;
	}
div#content div#ongletRecherche li {
	float: left;
	padding-bottom: 0;
	line-height: 1em;
	}
div#ongletRecherche li a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	color: #000;
	margin-right: 1px;
	}
div#ongletRecherche li.onglet a {
	background-color: #CFC1AE; 
	}
div#ongletRecherche li.ongletSelected a {
	background-color: #F7E5CD; 
	}
div#ongletRecherche li a:hover {
	background-color: #EF3E26; 
	color: #FFF;
	}

div.resultatRecherche {
	margin-top: 15px;
	line-height: 1.3em;
	}
div.resultatRecherche a {
	line-height: 1.5em;
	}

div.navigationRecherche {
	clear: left;
	margin-top: 15px;
	background-color: #F7E5CD;
	padding: 10px 10px;
	font-size: 11px;
	font-weight: bold;
	}
div.navigationRecherche a {
	/* background-color: #FFF; */
	border: 1px solid #FFF;
	color: #000;
	padding: 1px 4px;
	text-decoration: none;
	text-align: center;
	width: 18px;
	}
div.navigationRecherche a:hover {
	background-color: #EF3E26;
	border: 1px solid #EF3E26;
	color: #FFF;
	}
div.navigationRecherche a.selected {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	}
	
#alerteRecherche {
	clear: left;
	}

/****************************************/
/* CINEMA */
/****************************************/

img.cinema {
	float: left;
	margin-top: 26px;
	margin-right: 4px;
	}
table.cinema {
	font-size: 11px;
	width: 388px;
	margin-bottom: 0;
	margin-top: 5px;
	}
table.cinema td {
	width: 45px;
	text-align: center;
	padding: 5px 0;
	}
table.cinema tr.titre td h3 {
	padding: 0 0 2px 0;
	text-align: left;
	width: 388px; /* pour bug IE : force largeur */
	}
table.cinema tr.titre td {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0;
	}
table.cinema tr.jour td {
	background-color: #000;
	color: #FFF;
	}
table.cinema tr.impaire td,
table.cinema tr.impaire th {
	background-color: #F7E5CD;
	}
table.cinema tr.paire td,
table.cinema tr.paire th {
	background-color: #DECDB8;
	}
table.cinema tr th {
	width: 68px;
	padding-right: 0;
	}
table.cinema tr td.aujourdhui {
	background-color: #B7A998;
	}

/****************************************/
/* RANCE */
/****************************************/

table.rance tr td {
	background-color: #F7E5CD;
	width: 12.5%;
	text-align: center;
	}
table.rance tr.jour td {
	background-color: #000;
	font-weight: bold;
	color: #FFF;
	}
table.rance tr.l2 td {
	background-color: #DECDB8;
	}

/****************************************/
/* METEO */
/****************************************/

div.meteo h3 {
	margin: 0 0 0 200px;
	padding: 10px 0 0 0;
	}
div.meteo p {
	margin-left: 200px;
	}
div.meteo img {
	float: left;
	margin: 5px 0 0 115px;
	}
div.meteo {
	clear: left;
	}

/****************************************/
/* MAREE */
/****************************************/

table.maree {
	font-size: 11px;
	}
table.maree td {
	text-align: right;
	width: 50px;
	}
table.maree tr.titre th {
	text-align: center;
	background-color: #000;
	color: #FFF;
	}
table.maree td.hauteur {
	padding-right: 35px;
	}
table.maree td.coefficient,
table.maree td.vide {
	width: 20px;
	}
div.colonne1 {
	width: 234px;
	float: left;
	}
div.colonne2 {
	width: 230px;
	float: left;
	}

/****************************************/
/* AGENDA */
/****************************************/

div.agenda {
	margin: 0 0 20px 110px;
	position: relative;
	}
div.agenda h3,
div.agenda h4,
div.agenda p {
	margin: 0;
	padding: 0;
	}
div.agenda h4 {
	color: #EF3E26;
	font-weight: normal;
	}
div.agenda p img.imgParagrapheDroite {
	position: absolute;
	top: 5px;
	left: -120px;
	width: 100px;
	height: 100px;
	}
#calendrier p {
	text-align: center;
	}
#calendrier p a {
	font-weight: bold;
	text-decoration: none;
	}
	
/****************************************/
/* ADRESSE */
/****************************************/

div.adresse h3 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-left: 30px;
	}
div.adresse p {
	padding-bottom: 0;
	margin-left: 30px;
	}
div.adresse img {
	float: left;
	margin-top: 15px;
	width: 15px;
	}
	
/****************************************/
/* FOOTER */
/****************************************/

div#contentFooter {
	background-color: #CFC1AE;
	padding: 10px;
	font-size: 10px;
	}
div#contentFooter a {
	color: #000;
	}
div#contentFooter p.imgCarte img {
	position: relative; 
	top: 6px;
	}