/* CSS Document for Protestanet.be */
@import url("menu.css");
*{
	margin:0px;
	padding:0px;
}
html{
	font-size: 100%;	
}
body{
	font: 0.625em Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: #2F80CF url(../image/structure/fond.gif) repeat-x;
}
div#general{
	width:950px;
	margin-left:auto;
	margin-right:auto;  
}
/*=============================
HEADER
=============================*/
div#header{
	background: url(../image/structure/header.jpg) no-repeat;
	height:255px;
	position:relative;  
}
div.logo{
	width:407px;
	height:165px;
	position: absolute;
	top:30px;
	left:25px;	
}

div#champRecherche{
	position:absolute;
	top:145px;
	right:40px;
	color:#1b4a77;
} 
input#search_id{
	background-color:#FFFFFF;
	border-top:solid 1px #666666;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #666666;
	color:#1b4a77;
}
input.boutonSubmit{
	background-color:#f1f1f1;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #CCCCCC;
	color:#1b4a77;
}
/*=============================
NAVIGATION
=============================*/
div#bloc_navigation{
	position: absolute;
	top:205px;
	left:50px;	
	color:#fff;
	letter-spacing: 1px;
	padding-right:25px;
}
div#bloc_navigation a{
	text-decoration: none;
}
a.link_nav{
	color:#ffd74e;
}
a.link_nav:hover{
	color:#db961d;
}
/*=============================
FOOTER
=============================*/
div#footer{
	background: url(../image/structure/footer.gif) no-repeat bottom;
	height:35px;
	margin-bottom:10px;
}
div#footer p{
	padding-top:10px;
	color:#fff;
	text-align:center;
	letter-spacing: 1px;
}

/*=============================
ANGENDA
=============================*/

table.agenda{
	width:100%;
	border:solid 1px #c9bfa6;	
	border-bottom:none;
}
table.agenda td{
	border-bottom:solid 1px #c9bfa6;	
	padding:5px;
}
table.agenda th{
	border-bottom:solid 1px #c9bfa6;	
	padding:2px;
	background: #173e63 url("../image/structure/bg_th.gif") repeat-x bottom; 
	color:#8a8372;
}

/*=============================
CONTENT
=============================*/
div#content{
	background-color:#FFFFFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow: hidden;
	height: 1%;
}
#page {
	background-color:#f1f1f1;
	border:solid 1px #386B98;
	width:680px;
	margin:10px 5px 30px 10px;
	float:left;
}
#page_all{
	background-color:#f1f1f1;
	border:solid 1px #386B98;
	width:660px;
	margin:10px 5px 30px 10px;
	float:left;	
	padding:10px;
}
h2.big_title{
	font-size:1.8em;
	font-weight:normal;
	border-bottom:solid 1px #386B98;
	padding:2px;
	color:#386B98;
	margin-bottom:15px;
}
h2.title_index{
	color: #164B77; 
	font-size:1.4em;
	letter-spacing:0.1em; 
	font-weight:normal;
	margin-bottom:5px;
}
/*==========================================
VIGNETTE
==========================================*/
div#blocIndex{
	width:680px;
	overflow: hidden;
	height: 1%;
	background: #f1f1f1 url("../image/structure/bg_index.gif");
}
div#indexLeft{
	width:391px;
	float:left;
	padding:10px;
}
div#indexRight{
	width:249px;
	float:left;
	padding:10px;
	background: url("../image/structure/fondright.jpg") repeat-x;
}
.liste_article{
	list-style-type: none;
}
.liste_article li{
	padding:5px;
	overflow: hidden;
	margin-bottom:5px;
	height: 1%;
	text-align: justify;
}
.liste_article li img{
	border:solid 1px #ccc;
	margin:0 5px 0 0;
}
.liste_article li p.teaser{
	text-align: justify;
	color:#000000;
	margin-top:5px;
	font-size: 1.3em;
	line-height: 18px;	
}
h2.art_title{
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom:2px;
	border-bottom:solid 1px #ccc;
	margin-bottom:6px;	
	color:#6584c4;
}
.art_title a{
	color:#c75e25;
	text-decoration: none;
}
.art_title a:hover{
	color:#6584c4;
	text-decoration: none;
}
.liste_article li p.art_more{
	text-align: right;
}

/*==========================================
EVENEMENT
==========================================*/
.newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}
.newsticker li{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 18px;
	background-color: #276BAC;
}
#mynews{
	height:100px;
	margin-bottom: 5px; 
	padding:5px;
}
				
/*==========================================
COMMUNIQUE DE PRESSE
==========================================*/
ul#commu{
	list-style-type: none;
}

ul#commu li{
	padding: 5px;
	text-align: left;
}

ul#commu a{
	color: #c75e25;
	text-decoration: none;
	font-size: 1.2em;   
}
ul#commu a:hover{
	color: #6584c4;
}


/*=====================================
  FORM
=====================================*/
legend{
	color:#999;
	font-size: 1.8em;	
	margin-bottom:15px;
}
input.f_txt, textarea.f_txt{
	padding:4px;
	background:#FFFFFF;
	border-color: #c3c3c3;
	border-style:solid;
	border-width:1px;
	font-size: 1.3em;
}
input.f_txt:focus, textarea.f_txt:focus{
	background: #f1f1f1;
}

select.f_sel{
	padding:2px 2px;
	background:#FFFFFF;
	border-color:#7C7C7C;
	border-style:solid;
	border-width:1px;
}
.button{
	border-color: #dddddd #c3c3c3 #7C7C7C;
	border-style:solid;
	border-width:1px;
	padding:0 10px;
	background-color: #ccc;
	color:#333;
	font-size: 1.1em;
}
option{
	padding-left:5px;
}

label{
	margin:8px 0 2px 0;
	font-weight: bold;	
	color:#454553;
	font-size: 1.0em;
	display: block;
}


/*=====================================
  EVENEMENT / AGENDA
=====================================*/
table#tableEvenement{
	width:100%;
	margin-top:10px;
	margin-bottom:80px;
	border:solid 1px #386B98;
}

table#tableEvenement td{
	border-bottom:solid 1px #386B98;
	padding-bottom:15px;
	padding-top:15px;
	font-size:12px;
}
table#tableEvenement th a{
	color:#CCCCCC;
	text-decoration:none;
}
table#tableEvenement th a:hover{
	color:#fff;
	text-decoration:none;
}

address{
	padding:5px;
	background-color:#87B5DE;
	border:solid 1px #2F80CF;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}

img.img_event{
	border:solid 3px #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

div#fiche{
	padding:10px;
	background-color:#BAD0E4;
	border:solid 1px #386B98;
	min-height:320px;
	height:auto !important;
	height:320px;
	font-size:12px;
}
h2.titreFiche{
	font-size:1.6em;
	color:#336AA0;
	padding:5px 0;
}
p.dateFiche{
	margin-bottom:20px;
	font-size:1.1em;
	padding-bottom:5px;
	color:#336AA0;
	border-bottom:solid 1px #336AA0
}
p.heureFiche{
	margin-bottom:10px;
	margin-top:20px;
}
p.lienFiche{
	margin-bottom:5px;
}
p.lienFiche a{
	color:#0066CC;
	text-decoration:none;
}
p.lienFiche a:hover{
	text-decoration:underline;
}

p.alignCenter{
text-align:center;
}



p.annonce_radio{
	border-top:solid 1px #990000;
	border-bottom:solid 1px #990000;
	padding: 5px 0 5px 0;
	font-size: 1.6em;	
	text-align: center;
}
p.rouge{
	text-align: center;
	width: 250px;
	padding: 5px;
	background-color:#DA7474;
	margin: 2px auto; 	
	color:#fff;
}
p.vert{
	text-align: center;
	width: 250px;
	padding: 5px;
	background-color:#60B060;
	margin: 2px auto; 	
	color:#fff;
}

a.link1{
	color:#990000;
	text-decoration: none;
}
a.link1:hover{
	color:#000;
}
div.text{
	margin-top:10px;
}
p.text_center{
	text-align:center;
}
.navigation{
  overflow: auto;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.navigation li{
  font-size:1.3em;
  padding:0 3px;
  float:left;
}
.navigation li a{
  text-decoration: none;
  color:#276BAC;
}
.navigation li a:hover{
  color:#C75E25;
}
