/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family:arial;
	color:#918979;
	font-size:12px;
	line-height:18px;
	width:100%;
}


a {
	color:#55a1c5;
	text-decoration:none;
}

hr {
	color:#cccccc;
}

p {
	padding-top:10px;
}

.p10 {
	font-size:10px;
}

.p11 {
	font-size:11px;
}

.p12 {
	font-size:12px;
}

.p13 {
	font-size:13px;
}

.p14 {
	font-size:14px;
}

h1 {
	color:#55a1c5;
	font-size:20px;
}

h2 {
	color:#55a1c5;
	font-size:16px;
}

h3 {
	color:#55a1c5;
	font-size:14px;

}

h4 {
	color:#55a1c5;
	font-size:12px;
}




ul {
	margin:5px 0 5px 10px;
}

ol {
	margin-top:5px 0 5px 10px;
}

li {
	list-style:disc;
	margin:5px 10px 5px 10px;
}

.blue_p {
	color:#55a1c5;
}

img {
	border:0;
}

.imgborder {
	padding:2px;
	border:1px solid #cccccc;
}

/*##################################banner####################################*/

#bantop {
	width:100%;
	height:11px;
	background-color:#918979;
}

#banbody {
	width:100%;
	height:189px;
	background-image:url('images/ban_degrade.jpg');
	background-repeat:repeat-x;
}

#banner_1 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner1.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#banner_2 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner2.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#banner_3 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner3.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#banner_4 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner4.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#banner_5 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner5.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

#banner_6 {
	width:1000px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/banner6.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

.banright {
	float:right;
	width:713px;
}

/*##########################menu du haut######################################*/

.menutop {
	padding-top:32px;
}

.menutop a {
	float:left;
}

.menutop a:hover {
	display:block;
	background-position:0 100%;
}

.btn_accueil {
	display:block;
	width:81px;
	height:27px;
	background-image:url(images/btn_accueil.gif);
}

.btn_membres {
	display:block;
	width:81px;
	height:27px;
	background-image:url(images/btn_membres.gif);
}

.btn_liens {
	display:block;
	width:67px;
	height:27px;
	background-image:url(images/btn_liens.gif);
}

.btn_pds {
	display:block;
	width:108px;
	height:27px;
	background-image:url(images/btn_pds.gif);
}

.btn_ns_joindre {
	display:block;
	width:113px;
	height:27px;
	background-image:url(images/btn_ns_joindre.gif);
}

/*############################################################################*/

.searchbox {
	float:right;
	margin-top:22px;
	margin-right:5px;
}

.keywordbox {
	width:125px;
	color:#918979;
}

.menutop {
	float:left;
}

.logo {
	padding:30px 0 0 30px;
}

/*##############################menu bleu#####################################*/

#bannav {
	width:100%;
	height:33px;
	background-image:url('images/nav_patern.gif');
	background-repeat:repeat-x;
}

#menu_blue {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	z-index:8;
}

#menu_blue a:hover {
	display:block;
	background-position:0 100%;
}

.btn_sdc {
	display:block;
	width:119px;
	height:33px;
	background-image:url(images/btn_sdc.gif);
}

.btn_centreaffaire {
	display:block;
	width:168px;
	height:33px;
	background-image:url(images/btn_centreaffaires.gif);
}

.btn_repertoire {
	display:block;
	width:129px;
	height:33px;
	background-image:url(images/btn_repertoire.gif);
}

.btn_services {
	display:block;
	width:138px;
	height:33px;
	background-image:url(images/btn_services.gif);
}

.btn_bulletins {
	display:block;
	width:146px;
	height:33px;
	background-image:url(images/btn_bulletins.gif);
}

.btn_stationnements {
	display:block;
	width:158px;
	height:33px;
	background-image:url(images/btn_stationnements.gif);
}

.btn_centrevie {
	display:block;
	width:142px;
	height:33px;
	background-image:url(images/btn_centrevie.gif);
}

/*################################DROP DOWN MENU##############################*/

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
}

#nav li{
	list-style-type:none;
	margin:0;
	float:left;
	position:relative;
}

#nav a {
	display:block;
	color:#fff;
	text-decoration:none;
}

#nav ul {
	position:absolute;
	display:none;
	width:200px;
	top:33px;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

#nav ul li {
	margin:0;
	float:left;
	width:200px;
	display:block;
	background-color:#ffffff;
	border-bottom:1px dotted #cccccc;
	position:relative;
}

#nav li ul li a {
	width:auto;
	display:block;
	padding:3px 10px 3px 10px;
	color:#918979;
	font-size:11px;
}

#nav li ul li a:hover {
	color:#55a1c5;
}

#nav ul li ul {
	position:absolute;
	top:-1px;
	left:200px;
}

/*#################################CORPS######################################*/

#content {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/content_bg.gif');
	background-repeat:repeat-y;
}

#content_full {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/content_full_bg.gif');
	background-repeat:repeat-y;
}

#content a {
	color:#55a1c5;
	text-decoration:none;
}

#right {
	float:right;
	width:565px;
}

.rightcontent {
	padding:8px;
	margin-right:5px;
	/*margin-top:25px;*/
	margin-top:10px;
	width:400px;

}

.rightcontent_full {
	padding:8px;
	margin-right:5px;
	/*margin-top:25px;*/
	margin-top:10px;
	width:560px;

}

.rightcontent td {
	padding:5px;
}

.horaire {
	float:right;
	width:200px; 
	background-color:#e7f5f6;
}

.horaire td {
	text-align:center;
}

.listing {
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	line-height:14px;
}

.logbox {
	background-color:#e7f5fc;
	padding:10px 40px 20px 20px;
}

.account {
	padding:10px 20px 10px 20px;
}

.infoBox {
	background-color:#e7f5fc;
	padding:10px;
}

#left {
	display:block;
	float:left;
	width:412px;
}

.contentbox {
	position:relative;
	z-index:4;
	padding:38px 0 38px 0;
	margin-left:23px;
	overflow:hidden;
}

.photobox {
	width:389px;
	height:347px;
	margin-top:10px;
	background-image:url('images/photobox_bg.jpg');
	background-repeat:no-repeat;
}

.photobox img {
	padding:2px;
	border:1px solid #cccccc;
}

#picscreen {
	padding:16px;	
	width:357px;
	height:256px;
}

.caption {
	padding-left:10px;
}

.spacer {
	height:25px;
	clear:both;
	position:relative;
}

.lamp {
	position:absolute;
	right:5px;
	bottom:0px;
	z-index:1;
}

.lamp img {
	vertical-align:bottom;
}

/*######################caroussel#############################################*/

.caroussel {
	width:360px;
	height:60px;
	padding:0;
	margin-left:15px;
}

.caroussel ul {
	margin:0;
	height:60px;
	width:360px;
}

.caroussel li {
	margin:0;
	list-style-type:none;
}

.caroussel img {
	margin-left:8px;
	height:39px;
	width:39px;
}

/*############################################################################*/

/*###########################footer###########################################*/

#footertop {
	clear:both;
	width:100%;
	/*height:115px;*/
	background-image:url('images/foot_gris_patern.gif');
}

#footer {
	width:100%;
	height:37px;
	background-image:url('images/foot_blue.jpg');
}

.footcontent {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.greyfoot {
	padding:13px 0 0 21px;
}

.greyfoot a {
	color:#918979;
	text-decoration:none;
}

/*######################Fiche de locaux#######################################*/

#fiche_main {
	width:612px;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

#fiche_content {
	background-image:url('images/fiche_content_bg.gif');
	background-repeat:no-repeat;
}

.fiche_right {
	float:right;
	width:350px;
	padding:0px 45px 0 0;
}

.fiche_left {
	width:145px;
	padding:0px 0 0 38px;
}

#fiche_footer {
	height:99px;
	background-image:url('images/fiche_footer.gif');
	background-repeat:repeat-x;
}

.btn_print {
	float:left;
	margin:15px 0 0 38px;
}


/* MISC */
.sel_scat {
	background-color: #B7DEF3;
	
}	

.sel_rue {
	background-color: #B7DEF3;
	
}	

.sel_pda {
	background-color: #B7DEF3;
	
}	

/*#############Concours###########################*/
.questionnaire li{
	list-style:none;
	
}

/*#############Rapports###########################*/

.field_list li{
	list-style:none;
	
}
