/*  
Theme Name: coursdenfert
Description: Thème bleu pour l'association COURS DENFERT, page statique seulement (pas d'articles), 1 colonne
Author: ANGELI Laurent
Version: 1.0
Tags: blue, one-column, fixed-width, static pages
*/

/* Liste des pages filles */
#dlo_post_list {
 margin: 20px 0; 
}

.credit_mentionslegales {
margin: 40px 0;
}

.premiercours {
font-size: 10pt;
font-weight: bold;
margin: 20px 0;
}

.premiercours ul li{
margin: 10px;
}

.topTexte table {
font-size: 12pt;
text-align: center;
border: 1px #000 solid;
width: 100%;
}

.topTexte table tr {
margin: 5px 0;
}

.topTexte table th, .topTexte table td {
margin: 0 10px;
}





/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }


hr {
  color: #333;
  border: 1px solid #121212;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 12pt;
  margin: 0px 10px 5px 5px;
  }

h3 {
font-size: 12pt;
font-weight: bold;
margin: 0;
padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  }

a:hover {
  color: #06c;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: arial, trebuchet ms, helvetica, sans-serif;
  background: #09c;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 140px;
  background: #fff;

  }

#header #topright {
  text-align: right;
  float: right;
  width: 270px;
  margin: 0;
  padding: 25px 50px 0 0;
  font-weight: bold;
  font-size: 40px;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 400px;
  height: 120px;
  margin: 10px 0 10px 20px;
  padding: 0;
  background: #fff url(images/logo.jpg) top left no-repeat;
}

#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 0;
  padding: 0;
  clear: both;
  height: 30px;
  width: 960px;
  background: #09c;
  border-top: #036 2px solid;
  border-bottom: #036 2px solid;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  font-weight: bold;
  color: #000;
  }

#nav li a:hover {
  color: #06c;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 170px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 170px;
  }
	
#nav li li a {
  width: 170px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-top: 1px solid #036;
  background: #09c;
  margin: 0;
  padding: 0 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #036;
  background: #09c;
  padding: 0 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* Top Content */

#main {
  margin: 0;
  clear: both;
  width: 960px;
  height: 450px;
  background: #09c url(images/fond_bleu.jpg) top left no-repeat;
  }
#contentwrapper {
  float:left;
  margin: 0;
  padding: 0 15px 0 15px;
  }

#contentwrapper .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }

.topPost h1.topTitle {
  padding: 10px 0px 5px 0px;
  }

.topPost h1.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #666;
  }
.topPost h1.topTitle a:hover {
  text-decoration: none;
  color: #06c;
  }
.topPost div.topContent {
  float:left;
  font-size: 9pt;
  color: #000;
  margin: 0 15px;
  padding: 0 0 10px 0;
  height: 350px;
  }

.topPost div.topTexte {
  float:left;
  padding: 0 15px;
  width: 620px;
  }
.topPost div.topImage {
  float:right;
  margin: 0;
  padding: 0;
  width: 250px;
  }



.topPost div.topContent a {
  text-decoration: underline;
  color: #000;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #000;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }




/* footer*/
#footer {
  clear: both;
  background: #09c;
  padding: 5px 15px 5px 15px;
  margin: 0;
  border-top: #036 2px solid;
  font-size: 9pt;

  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  margin: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
.short {
width: 400px;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



