/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	



html, body, div, p {
	font-family: Arial, sans-serif; 
}

body {
  background: url(images/body.png) repeat-y center;
}

table {
	padding: 0 30px;
	color: #565952;
	font-size: 13px;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
  /*width: 35em;*/
  border: 1px solid #666;
}

th, td {
  padding: 0.1em 1em;
}

thead {
  background: #D1E09B;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

.odd {
  background-color: #ccc;
}


h1 {
  font: 34px Arial, sans-serif;
  font-weight: bold;
}

.shell {
  margin: 20px auto;
  width: 90%;  
}

.important {
  font-weight: bold;
}

.hilighted {
  font-weight: bold;
  background-color: #D1E09B;
}

.alert {
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
  color: #000;
  background-color: #F6E595; 
}

#content .alert p {
   padding: 10px;
}

#accueil {
  margin: 50px auto;
  width: 763px;
  height: 624px;
  background: url(images/accueil.png) no-repeat;
}

#accueil h1 a:link, #accueil h1 a:active, #accueil h1 a:visited {
  color: #565952;
  text-decoration: underline;
}

#accueil_cpsq {
  float: left;
  padding: 260px 50px;
}

#accueil_fondation {
  float: right;
  padding: 260px 50px;
}

/**********************************/

#wrapper { 
  width: 700px;
  margin: 0 auto; 
}

/**********************************/

#masthead_cpsq {
  float: left;
  width: 700px;
  height: 143px;
  background: url(images/masthead_cpsq.png) no-repeat left top;
  padding-bottom: 10px;
}

#masthead_fondation {
  float: left;
  width: 700px;
  height: 143px;
  background: url(images/masthead_fondation.png) no-repeat left top;
  padding-bottom: 10px;
}

#main_nav {
  float: left;
  margin: 7px;
  width: 300px;
}

#main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_nav ul li {
  margin: 0;
  padding-top: 6px;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

.nav_fondation a {
  background: url(images/separator.png) repeat-y left top;
}

#main_nav ul a {
  padding: 0 8px;
  text-decoration: underline;
  color: #565952;
}


#CPSQ #main_nav .nav_cpsq a,
#Fondation #main_nav .nav_fondation a {
  color: #a5b66b;
  text-decoration: none;
}

/**********************************/



#second_nav {
  float: left;
  width: 170px;
}

#box_nav_top_centre {
  float: left;
  width: 170px;
  height: 38px;
  background: url(images/box_nav_top_centre.png) no-repeat left bottom;
}

#box_nav_top_fondation {
  float: left;
  width: 170px;
  height: 38px;
  background: url(images/box_nav_top_fondation.png) no-repeat left bottom;
}

#box_nav {
  float: left;
  width: 170px;
  background: url(images/box_nav.png) repeat-y;
  /*padding: 1px;*/
}

#box_nav_bottom_aide {
  float: left;
  width: 170px;
  height: 106px;
  background: url(images/box_nav_bottom_aide.png) no-repeat left top;
}

#box_nav_bottom {
  float: left;
  width: 170px;
  height: 10px;
  background: url(images/box_nav_bottom.png) no-repeat left top;
}

#second_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#second_nav ul a:link, a:visited {
  color: #565952;
  text-decoration: none;
}

#second_nav ul a:hover {
  color: #fff;
}

#second_nav li {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 15px;
}

.accueil #second_nav .nav_accueil a,
.nouvelles #second_nav .nav_nouvelles a,
.conseil #second_nav .nav_conseil a,
.historique #second_nav .nav_historique a,
.equipe #second_nav .nav_equipe a,
.services #second_nav .nav_services a,
.problematique #second_nav .nav_problematique a,
.sentinelles #second_nav .nav_sentinelles a,
.evenements #second_nav .nav_evenements a,
.rapports #second_nav .nav_rapports a,
.joindre #second_nav .nav_joindre a,
.donateurs #second_nav .nav_donateurs a,
.assurexperts #second_nav .nav_assurexperts a,
.dons #second_nav .nav_dons a,
.evenements #second_nav .nav_evenements a,
.bulletin #second_nav .nav_bulletin a {
	color: #fff;
}

/*******************************************************************/

#content {
  float: right;
  width: 520px;
}

#content a:link, #content a:active, #content a:visited {
  padding: 1px 2px;
  text-decoration: none; 
  border-bottom: 1px dotted #565952;
  color: #565952;
}

#content h2 {
  padding: 0 30px;
  margin: 0;
  font: 20px Arial, sans-serif;
  font-weight: bold;
  color: #565952;
}

#content h3 {
  padding: 10px 30px 0 30px;
  margin: 0;
  font: 16px Arial, sans-serif;
  font-weight: bold;
  color: #565952;
}

#content ul {
  padding: 0 10px;
  margin: 0 50px;
  list-style: square;
}

#content li {
  padding: 0 5px;
  margin: 0;
  font-size: 13px;
  color: #565952;
}

#content p {
  padding: 0 30px;
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  color: #565952;
}

#evenement_wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#evenement_titre {
  float: left;
  width: 100%;
}

#evenement_detail {
  float: left;
  width: 50%;
}

#evenement_programme {
  float: right;
  width: 45%;
  background-color: #a5b66b;
}

#evenement_programme p, #evenement_programme h4 {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#evenement_wrapper p {
  padding: 5px;
  margin: 0;
}

#evenement_wrapper h3 {
  text-align: center;
  padding: 10px;
}

#evenement_wrapper h4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1em;
  font-family: 'Times New Roman';
  font-style: italic;
  margin: 5px;
  padding: 2px;
  color: #fff;
  font-size: 16px;
}



.box_content_top {
  width: 520px;
  height: 10px;
  background: url(images/box_content_top.png) no-repeat left bottom;
}

.box_content {
  width: 520px;
  background: url(images/box_content.png) repeat-y;
  padding: 1px;
}

.box_content_bottom {
  width: 520px;
  height: 10px;
  background: url(images/box_content_bottom.png) no-repeat left top;
}

#footer {
  float: left;
  width: 700px;
  height: 42px;
  background: url(images/footer.png) no-repeat left bottom;
  padding-top: 10px;
}




#map {
  padding: 20px 40px;
}
