/*
Theme Name: man-ya-lab3
Theme URI: untrucpointcom.com
Description: mon troisieme theme
Version: 2.0
Author: Moi
Author URI: moiuntrucpointcom.com
Tags: squelette, gris, waouh 
*/
* {
  margin: 0px;
  padding: 0px; }

div.nonflottant {
  clear: both; }

body {
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: url(img/background.gif) repeat-x scroll #333399; }

div#main {
  width: 960px;
  margin: auto; }

/* MENU UTILITAIRE */
div#menu_ut {
  width: 960px;
  height: 24px;
  background: url(img/bg_mu.gif) no-repeat; }
  div#menu_ut img {
    margin: 0px 0px 2px 0px; }
  div#menu_ut ul {
    text-align: right;
    padding: 5px 5px 0px 0px; }
    div#menu_ut ul li {
      display: inline;
      list-style-type: none;
      color: #000; }
      div#menu_ut ul li a {
        text-decoration: none;
        font-size: 0.7em;
        color: #9cc9f6; }
      div#menu_ut ul li a:hover {
        color: #fff; }

/* HEADER */
header {
  width: 960px;
  height: 272px; }

/* MENU PRINCIPAL NORMAL */
div#menu_pr {
  width: 960px;
  height: 34px;
  background: url(img/bg_menupr.gif) repeat-x #9cc9f6; }
  div#menu_pr ul {
    text-align: center;
    margin: 0px;
    padding: 5px 0px 0px 0px; }
    div#menu_pr ul li {
      display: inline;
      list-style-type: none;
      color: #2c2c6a; }
      div#menu_pr ul li a {
        text-decoration: none;
        font-size: 0.8em;
        color: #2c2c6a;
        font-weight: bold; }
      div#menu_pr ul li a:hover {
        color: #6356a5; }

/* CONTAINER */
div#container, div.cous10 {
  width: 960px;
  background: url(img/bg_nuage2.jpg) no-repeat bottom; }

.cous10 {
  border-top: 1px solid #fff; }

/* COLONE 1 */
section {
  width: 722px;
  float: left;
  background-color: #fff;
  padding-bottom: 30px; }
  section p {
    padding: 20px 30px 0px 30px;
    font-size: 0.8em;
    color: #000;
    text-align: justify; }
  section table {
    padding: 20px 10px 30px 10px; }
  section td {
    padding: 5px 10px 5px 10px;
    font-size: 0.7em;
    font-weight: bold;
    color: #000;
    background-color: #d5e8fb; }
  section ul {
    list-style-type: square;
    padding: 20px 30px 0px 80px;
    font-size: 0.8em;
    color: #000; }
  section h1 {
    margin: 30px 30px 0px 30px;
    font-size: 1em;
    font-weight: bold;
    font-family: Helvetica;
    color: #2c2c6a;
    text-transform: uppercase; }
  section h2 {
    margin: 30px 30px 0px 30px;
    font-size: 1em;
    font-weight: bold;
    font-family: Helvetica;
    color: #464383; }
  section .imglivre {
    margin-right: 20px;
    float: left; }
  section a {
    font-size: 0.9em;
    color: #2c2c6a; }
  section a:visited {
    color: #6356a5; }
  section a:hover {
    color: #8bb8e5; }

.chiffre {
  font-size: 1.5em;
  font-weight: bold;
  color: #6356a5; }

.extrait {
  background: #d5e8fb;
  color: #9cc9f6;
  display: block;
  padding: 0px;
  width: 500px;
  border: 1px solid #2c2c6a;
  text-align: center;
  margin: 20px auto 0px auto; }

.margeimg {
  margin: 0px 0px 0px 15px; }

/* BABILLARD - COLONNE 2 */


div#col_babillard {
  padding: 0px 15px 15px 15px; }
  div#col_babillard h1 {
    margin: 30px 0px 10px 0px;
    font-size: 1em;
    color: #fff;
    font-weight: bold; }
  div#col_babillard h2 {
    margin: 17px 0px 8px 0px;
    font-size: 0.8em;
    font-weight: bold;
    color: #2c2c6a; }
  div#col_babillard p {
    margin: 8px 0px 0px 0px;
    font-size: 0.8em;
    color: #333; }
  div#col_babillard a {
    text-decoration: none;
    font-size: 0.9em;
    color: #fff; }
  div#col_babillard a:visited {
    color: #fff; }
  div#col_babillard a:hover {
    color: #2c2c6a; }

/* FOOTER */
footer {
  width: 960px;
  background: url(img/bg_footer.gif) #353273;
  border-top: 5px solid #474383;
  border-left: 1px solid #474383;
  border-right: 1px solid #474383; }
  footer div#col1 {
    float: left;
    width: 320px; }
  footer div#col2 {
    float: left;
    width: 320px; }
  footer div#col3 {
    float: left;
    width: 320px;
    text-align: center; }
    footer div#col3 h1 {
      text-align: left; }
    footer div#col3 img {
      margin-top: 20px; }
  footer p {
    margin-top: 10px;
    padding: 20px 0px;
    border-top: 1px dotted #6d6bb4;
    font-size: 0.7em;
    color: #6d6bb4;
    text-align: center; }
  footer h1 {
    margin: 10px 0px 10px 30px;
    font-size: 1.5em;
    color: #d2e6fb; }
  footer ul {
    list-style-type: none;
    margin-left: 30px; }
  footer a {
    font-size: 0.9em;
    font-weight: bold;
    color: #9cc9f6;
    text-decoration: none;
    /*a: visited;*/
    color: #9cc9f6; }
  footer a:hover {
    color: #fff; }

/*# sourceMappingURL=styles.css.map */
