/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

p{
  text-align:justify;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  }

a {
  text-decoration: none;
  color: #0077b7;
  }

a:hover {
  text-decoration: underline;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #ECECEC;
  border: 1px solid #ccc;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }
  
.alignleft {
	float: left;
}
.alignright{
	float: right;
}

/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #062849 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#header {
  position: relative;
  height: 30px;
  }

#header .topright {
  position: absolute;
  left: 630px;
  top: 12px;
  }

#searchform {
  width: 249px;
  height: 34px;
  background: url(images/search.png) no-repeat;
  }

#searchbox {
  float: left;
  margin: 5px;
  width: 199px;
  height: 21px;
  padding-top: 4px;
  background: none;
  border: none;
  }

#searchbutton {
  margin: 5px 5px 5px 0;
  width: 35px;
  height: 25px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  height: 110px;
  background: url(images/underheader.jpg) no-repeat;
  }


#underheader h1.sitename {
  padding: 26px 0 0 25px;
  font-size: 23pt;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #ccc;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  font-size: 12pt;
  color: #EAEAEA;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 33px 71px 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  margin: 0;
  background: url(images/nav.jpg) no-repeat;
  }

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

#nav li {
  float: left;
  padding: 0 17px 0 13px;
  background: url(images/dot.gif) no-repeat right 12px;
  }
  
#nav li.last {
	background: none;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 28px;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 8pt;
  text-decoration: none;
  color: #FFF;
  }

#nav li a:hover {
  text-decoration: underline;
  cursor: pointer; /* For IE6 */
  }

#nav li.current_page a {
  color: #1AAFFF;
}

/* Main content */
#mainwrap {
	width: 950px;
	background: url(images/main-wrap.jpg) repeat-y 565px 0;
}
#main {
	background: url(images/main.jpg) no-repeat 565px bottom;
  }

#contentwrapper {
  float: left;
  width: 565px;
  background: #fff;
  }

#contenttop {
	overflow: hidden;
	height: 10px;
	background: url(images/contenttop.jpg) no-repeat;
}
#content {}
#contentbottom {
	overflow: hidden;
	height: 18px;
	background: url(images/contentbottom.jpg) no-repeat;
}

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #0077B7;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  clear:both;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #0077B7;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }
  
.postMeta .calendar {
  background: url(images/calendar.gif) left no-repeat;
  padding: 0 0 0 15px;
  } 

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #ECECEC;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

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

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 165px;
  height: 22px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:385px;
  float:right;
  }

/* Sidebar top welcome box */
#sidebarstop {
	height: 15px;
	background: url(images/sidebarstop.jpg) no-repeat;
}

#sidebars {
	padding: 20px 15px;
	background: #0077B7 url(images/sidebars.jpg) repeat-y;
	border-right: 1px solid #00A6FF;
}
	#sidebars h2 {
	  text-transform: uppercase;
	  font-size: 8pt;
	  color: #fff;
	  }

	#sidebars p {
	  padding: 2px 0;
	  font-size: 9pt;
	  }
  
#sidebarsbottom {
	overflow: hidden;
	height: 1px;
	background: #00A6FF url(images/sidebarsbottom.jpg) no-repeat;
}



#welcome {
	clear:both;
}
#welcome a {
  display: inline;
  color: #FFF;
  }
#welcome a:hover {
  color:#FFF;
  }

#welcome p {
  color: #fff;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  margin-bottom: 3px;
  padding-left: 5px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  line-height: 22px;
  color: #fff;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #FFF;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #FFF;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  width: 565px;
  padding-top: 0;
  color: #FFF;
  text-align: center; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #FFF;
  text-align: center;
  }

#footer a {
  color: #FFF;
  }

#footer a:hover {}

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

/*
	calendrier d'evenementiel
*/
#calendar {
	margin: 0 auto;
	font-size: 10pt;
	color: #FFF;
	padding-top:30px;
}
#wp-calendar {
	width: 260px;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
}
#wp-calendar a {
	color: #FFF;
}

.logo-social {
	display: none;
}

/* Form */
.wpcf7-form #submit {
  width: 64px;
  height: 22px;
  background: url(images/submitbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.wpcf7-form #submit:hover {
  cursor: pointer;
  }
.ec3_schedule {
	display:none !important;
}

