
/* Basic */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666;
	background-color: #fff;
	min-width: 670px;
}

a
{
	color: #177889;
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	text-decoration: underline;
}

a.smallblank{
	text-decoration:none;
	color:inherit;
	font-size: 70%;
}

a.smallblank:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	padding: 0px;
	margin: 0px;
	width: 99.9%;
}

/* Header */

#header
{
	position: relative;
	background: #ffffff url('images/back115.jpg') bottom left repeat-x;
	height: 115px;
}

#header img
{
	border: 0px;
	height: 115px;
	float: left;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu img
{
	border: 0px;
	height: 115px;
}

p.menu
{
	font-size: 117%;
	line-height: 145%;
	color: #177889;
	text-decoration: none;
	margin-bottom: 0%;
	background-color: transparent;
}

p.menu:first-letter
{
	font-size: 122%;
	margin-left: -5%;
}

a.menu
{
	text-decoration: none;
	color: #177889;
	background-color: transparent;
}

a.menu:hover
{
	color: #47c2eb;
	text-decoration: underline;
}

div#esppro
{
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div#esppro img#headant
{
	display: block;
	width:100%;
	border: transparent 0px solid;
	padding: 0px;
	margin: 0px;
}

div#esppro img#linkant
{
	border: transparent 0px solid;
	padding: 0px;
	margin: 0px;
}

div#esppro div
{
	text-align: center;
	background: transparent;
	border-top: transparent 0px solid;
	border-right: #177889 2px solid;
	border-bottom: #177889 2px solid;
	border-left: #177889 2px solid;
	padding: 10px 10px 10px 10px;
}


/* Content */

#content
{
	line-height: 115%;
}


#content p
{
	margin-bottom: 1.5%;
}

#content p.menu
{
	margin-bottom: 0px;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 3%;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 1%;
	background-color: transparent;
}

#content h1
{
	font-size: 150%;
}

#content h2
{
	font-size: 130%;
}

#content h3
{
	font-size: 110%;
}

#content ul
{
	margin-bottom: 1.5%;
	padding-left: 5%;
	list-style: square;
}

#content blockquote
{
	color: #545454;
	margin-bottom: 10%;
	padding: 5% 5% 5% 5%;
	border-left: solid 0.75px #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0px;
}

td.logoEnt
{
	width: 25%;
	vertical-align: middle;
	text-align: center;
}

#content table
{
	margin-bottom: 2%;
	border-collapse: collapse;
	text-align: left;
	border:1px solid #ccc;
}

#content table th
{
	font-weight: bold;
	padding: 5%;
}

#content table td
{
	padding: 1%;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content a.lexTi
{
	color: #545454;
}

#content a.lexTi:hover
{
	text-decoration: none;
	cursor: default;
}

#content a.lexLi:hover
{
	text-decoration: none;
}

/* Primary Content */

#primaryContentContainer
{
	width: 100%;
	background-color: #fff;
	color: #545454;
	float: right;
	margin: 0% -19% 0% -19%;
}

#topprimaryContent
{
	margin: 0% 19% 0% 19%;
	padding: 0px;
	background: #fff;
}

img.clef
{
/* 	position: absolute; */
	float: left;
	margin: -2.5% 0% 0% -2.6%;
/* 	width: 1%; */
/* 	margin-left: 19%; */
}

img.crigh
{
	float: right;
	margin: -2.5% -2.6% 0% 0%;
/* 	width: 1%; */
/* 	margin-right: 19%; */
}

img.cleft
{
	position: absolute;
	float: left;
	width: 1%;
	margin-left: 19%;
}

img.cright
{
	float: right;
	width: 1%;
	margin-right: 19%;
}

#primaryContent
{
	margin: 0% 19% 0% 19%;
	padding: 1.5% 1.5% 1.5% 1.5%;
	background: #fff;
	color: #545454;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 16%;
	padding: 1.5% 1.5% 1.5% 1.5%;
	background: #fff url('images/fond.jpg') top left repeat-x;
	color: #545454;
}

#secondaryContent h3
{
	border: 0px;
	margin-bottom: 10%;
	padding-bottom: 1%;
}


/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 16%;
	padding: 1.5% 1.5% 1.5% 1.5%;
	background: #fff url('images/fond.jpg') top left repeat-x;
	color: #545454;
}

#tertiaryContent h3
{
	position: relative;
	z-index: 1;
	border: 0px;
	margin-bottom: 10%;
	padding-bottom: 1%;
}

#tertiaryContent a
{
	text-decoration:none;
	font-size:90%;
}

#tertiaryContent a:hover
{
	color: #47c2eb;
	background-color: transparent;
	text-decoration: underline;
}

#tertiaryContent li
{
	position: relative;
	z-index: 1;
	list-style-type: none;
	margin-bottom: 1.5%;
}


/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	background: #ffffff url('images/foot.jpg') bottom left repeat-x;
	color: #545454;
	height: 20px;
	text-align: center;
	font-size: 65%;
}

div.dleft
{
	position: relative;
	float: left;
	width: 16%;
	height: 40px;
	padding: 0% 1.5% 0% 1.5%;
	background: #fff url('images/foot2.jpg') top left repeat-x;
	color: #545454;
}

div.dright
{
	position: relative;
	float: right;
	width: 16%;
	height: 40px;
	padding: 0% 1.5% 0% 1.5%;
	background: #fff url('images/foot2.jpg') top left repeat-x;
	color: #545454;
}

div.lkft
{
	text-align: center;
	font-size: 70%;
}

.clear
{
	clear: both;
}

.liste_commune{
	line-height: 65%;
	text-align: justify;
}

.liste_commune a:hover{
	color:#47c2eb;
}

.cont{
	font-size: 65%;
}

.pagination {
	line-height:2%;
	margin-top: 3%;
}
.pagination a,
.pagination span {
	font-size: 60%;
	padding: 0.2% 0.5%;
}
.pagination a {
	border:1px solid #177889;
	color:#177889;
	background-color: transparent;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #ffc946;
	color:#ffc946;
	background-color: transparent;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #DDDDDD;
	color:#999999;
}
.pagination span.current {
	border:1px solid #ffc946;
	background-color:#ffc946;
	color:#ffffff;
	font-weight:bold;
}

.error{
	color:#ff6346;
	font-size:90%;
}

.info{
	color:#47c2eb;
	font-weight:bold;
}

.submitForm label{
	float:left;
	display:block;
	font-weight:bold;
	width: 24%;
	font-size: 90%;
}

.submitForm input,
.submitForm textarea{
	margin-bottom: 7%;
}

.submitForm input[type="submit"]{
	margin-bottom: 1%;
}

input[type="text"], textarea, select{
	border:1px solid #ccc;
	width: 48%;
	font-size: 100%;
}

select{
	width: 48%;
	font-size: 100%;

}

input[type="submit"], button{
	font-size: 100%;
}

input[type="text"]#nb_prises, input[type="text"]#securite{
	width: 10%;
}

input[type="text"]#search_commune {
	width: 60%;
	line-height:120%;
	margin:25% 0 0 15%;
	border:0px;
	background:#fff;
}

input[type="submit"]#rechsub {
	width: 15%;
	border:0px;
	background:transparent url('./images/ok.png') center left no-repeat;
	cursor:pointer;
}

input[type="submit"]#rechsub:hover {
	background:transparent url('./images/ok_hov.png') center left no-repeat;
}

input[type="text"]:hover, textarea:hover, select:hover{	
	cursor:pointer;
	border:1px solid #aaa;
}

input[type="radio"] {
	margin-left: 30px;
}

input.error,
textarea.error{
	float:left;
	border:1px solid #dd0000;
}

#alea_links{
	text-align:center;
}

#alea_links a{
	text-decoration:none;
	font-size: 90%;
}

#alea_links a:hover {
	text-decoration:underline;
}

fieldset
{
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 2%;
	padding: 1%;
	padding-left: 2.5%;
}

fieldset label{
	padding:0;
	margin:0;
	display:block;
	float:left;
	width: 48%;
	font-weight:bold;
	margin-right:2%;
	position: relative;
	z-index: 2;
}

fieldset.fieldinsc
{
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 2%;
	padding: 1%;
	padding-left: 2.5%;
}

fieldset.fieldinsc:hover,
fieldset.fieldinsc:focus
{
	border: 1px solid #ff6346;
	margin-bottom: 2%;
	background:#ffffff;
	z-index: 2;
}

fieldset.fieldinscsim
{
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 2%;
	padding: 1%;
	padding-left: 2.5%;
}

fieldset.fieldinscsim:hover,
fieldset.fieldinscsim:focus
{
	border: 1px solid #CCCCCC;
	margin-bottom: 2%;
	background:#ffffff;
	z-index: 2;
}



legend
{
	color: #47c2eb;
	font-variant: small-caps;
	font-weight:bold;
	font-size: 90%;
	position: relative;
	z-index: 2;
}

fieldset.globalfield
{
	width: 95%;
	border: 2px solid #47c2eb;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 1%;
	background: transparent;
	position: relative;
	z-index: 0;
}

img.instpara
{
	float: left;
	width: 30%;
	margin-left: -5.5%;
	margin-right: -25%;
	margin-top: 15%;
}

.devisForm
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.devisForm div.error{
	float:right;
	width:50%;
	
}

.devisForm input.error{
	float:inherit;
	
}


.smallitalic{
	font-style:italic;
	font-size: 70%;
}

.right{
	text-align:right;
}

.center,
.center input{
	 text-align:center;
	 float:inherit;
	 
}

hr{
	height:1px;
	border:1px solid #ccc;
	
}

.clearer{
	clear:both;
}

.floatleft{
	float:left;
	width:45%;
}

.submitForm .floatleft{
	width:19em;
	float:left;
}

table#tarifs {
	width: 100%;
}

table#tarifs th, table#tarifs td{
	padding: 0px 0px 0px 10px;
	border: #666666 1px solid;
}

h1.huniq {
	width:100%;
	text-align: center;
	color: #c6c6c6;
	font-weight: lighter;
}

.chanlogo{height:40px;vertical-align:middle;margin-right:2%;border:none;}
#content h2.chan_title em{float:right;line-height:40px;vertical-align:bottom;font-size:small;font-weight:normal;}
#content h3.prog_title{font-size:100%;font-weight:normal;border:0px;padding:0;margin:0;}
.prog_date{font-size:80%;}
.prog_date select{font-size:80%;width:auto;}
.prog_actors{display:block;font-size:70%;padding:0 0 0 5%;margin:0;}
.prog_desc{display:block;font-size:80%;padding:0 0 0 5%;margin:0;}

.rssblock{display:block;float:right;width:49%;height:280px;color:#666;margin-left:1%;}
.rssblock img.rsstop{float:left;width:100%;height:20px;margin:0 -100% -20px 0;}
.rsstitle {display:block;width:100%;height:20px;text-align:center;font-size:17px;line-height:20px;overflow:hidden;}
.rssitems{height:260px;overflow:auto;border:#666 1px solid;border-top:0px;}
.rssitem{display:block;border-bottom:#333 1px solid;padding:2% 0;font-size:70%;padding-left:1%;}
.rssitem a{font-size:110%;text-decoration:none;color:#177889}
.rssdate{font-size:80%;font-weight:bold;}


#basicBoard .board, #basicBoard .clockSep { float: left; margin-left: 0em; }
.clockSep { height: 18px; background-color: #ffc946; color: #177889;
	border-top: 1px solid #177889; border-bottom: 1px solid #177889;
	font-size: 16px; text-align: center;line-height:20px;font-family:monospace;font-weight:bold;padding-left: 3px;}

