@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-com.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: 650px; /* suivant padding */
	padding-left: 0; /* position de d�part du menu */
	height: 27px;
	}
div#infoPlus {
	float: left;
	width: 300px;
	margin-left: -300px;
	padding-top: 260px;
	}
div#extra {
	float: left;
	width: 120px;
	margin-left: -948px;
	padding-top: 0;
	}
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: #007EC5;
	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;
	}
	
/* navigation linéaire
*****************************************/

div.navigation {
	text-align: center;
	padding-bottom: 15px;
	font-size: 11px;
	}
	
/****************************************/
/* PUBLICITE */
/****************************************/

div#pubHeader728 {
	position: absolute;
	top: 20px;
	left: 0;
	}
	
/****************************************/
/* 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;
	}

/****************************************/
/* 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;
	}

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

h3.accueil {
	background-color: #007EC5;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	clear: left;
	}
div#content ul li {
	padding-bottom: 0.5em;
	line-height: 1.3em;
	}

/* images dépèches
*****************************************/

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;
	}

/****************************************/
/* 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;
	}
	
/****************************************/
/* ADRESSE */
/****************************************/

div.adresse h2 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-left: 30px;
	}
div.adresse h3 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-left: 30px;
	text-transform: uppercase;
	}
div.adresse h4 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-left: 30px;
	text-transform: uppercase;
	}
div.adresse p {
	padding-bottom: 0;
	margin-left: 30px;
	}
div.adresse img {
	float: left;
	margin-top: 15px;
	}

/****************************************/
/* CARTE */
/****************************************/

div#mapGoogle {
	border: 1px solid #000;
	width: 300px;
	height: 250px;
	position: absolute;
	top: 200px;
	left: 648px;
	}
div#mapGoogle.zoom {
	width: 948px;
	height: 500px;
	left: 0;
	}
div#content.zoom {
	margin-top: 510px;
	}
div#extra.zoom {
	padding-top: 510px;
	}
div#infoPlus.zoom {
	padding-top: 510px;
	}
div#mapGoogle span {
	display: none;
	}
a#btnZoomPlus,
a#btnZoomMoins {
	border: 1px solid #000;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	color: #000;
	background-color: #FFF;
	position: absolute;
	z-index: 10;
	top: 210px;
	left: 834px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	}
a#btnZoomPlus {
	}
a#btnZoomMoins {
	display: none;
	}
	
/****************************************/
/* 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;
	}