
/* Basic */

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

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #464646;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.smallblank{
	text-decoration:none;
	color:inherit;
	font-size:10px;
}

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

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 2em;
}

#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}


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

#content h2,h3,h4,h5,h6
{
	color: #ba1616;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

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

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

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

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	border:0px solid #ccc;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

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

/* Primary Content */

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

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent a
{
	text-decoration:none;
	font-size:11px;
}

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

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	background: #D3D3D3 url('../images/foot.gif') top left repeat-x;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	text-align: center;
}

.clear
{
	clear: both;
}

.liste_commune{
	line-height:11px;

}

.pagination {
	line-height:2em;
}
.pagination a,
.pagination span {
	font-size:.7em;
	padding:0.2em 0.5em;
}
.pagination a {
	border:1px solid #9AAFE5;
	color:#105CB6;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #296BB5;
	color:#000031;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #DDDDDD;
	color:#999999;
}
.pagination span.current {
	border:1px solid #2E6AB1;
	background-color:#2E6AB1;
	color:#ffffff;
	font-weight:bold;
}

.error{
	color:#dd0000;
	font-size:11px;
}

.info{
	color:#007F26;
	font-weight:bold;
}

.submitForm label{
	float:left;
	display:block;
	font-weight:bold;
	width:115px;
	font-size:11px;
}

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

input, textarea, select{
	border:1px solid #ccc;
}

select{
	width:170px;

}


input:hover, textarea:hover, select:hover{	
	cursor:pointer;
	border:1px solid #aaa;
}

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

#alea_links{
	text-align:center;
}

#alea_links a{
	text-decoration:none;
	font-size:11px;
}

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


.submitForm .floatleft{
	width:40%;
	float:left;
}

fieldset
{
	border: 1px solid #CCCCCC;
	margin-bottom:6px;
	padding:8px;
	padding-left:15px;
	
}

fieldset label{
	padding:0;
	margin:0;
	display:block;
	float:left;
	width:250px;
	font-weight:bold;
	margin-right:5px;

}





fieldset:hover,
fieldset:focus
{
	border: 2px solid #0077dd;
	margin-bottom:6px;
	background:#FCFCFC;
}



 fieldset legend
{
	font-variant: small-caps;
	font-weight:bold;
	font-size:15px;
}

.devisForm div.error{
	float:right;
	width:200px;
	
}

.devisForm input.error{
	float:inherit;
	
}


.smallitalic{
	font-style:italic;
	font-size:11px;
}

.right{
	text-align:right;
}

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

hr{
	height:2px;
	border:1px solid #ba1616;
	
}

.clearer{
	clear:both;
}

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

.devis
{
	align:center;
	width:100%;
	height: 168px;
	background: #FFFFFF url('images/fonddd.gif') top left repeat-x;
}
.devis1
{
	align:center;
	width:100%;
	height: 128px;
	background: #FFFFFF url('images/fou.gif') top left repeat-x;
}

.ligne
{
	align:center;
	width:100%;
	height: 13px;
	background: #FFFFFF url('images/fondddd.gif') top left repeat-x;
}

.titre2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ba1616;
	text-decoration: none;
}

#rechercher {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-image: url('images/fondrechercher.png');
	background-repeat:no-repeat;
    background-position:center;
	color:#000000;
}
