/* Start of CMSMS style sheet 'bigblue : bigblue' */
/* CSS version 2.0, by Boris Cherny. */

/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */

* {
     border: 0;
     margin: 0;
     padding: 0;
}

body {
     background: #F5f5dc url(uploads/bigblue/background_big.gif) center repeat-y;
     color: #616161;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 69%;
     text-align: center;
}

a {
     color: #C700C7;
     text-decoration: underline;
}

a:hover {
     color: #838f96;
     text-decoration: none;
}

acronym {
     border-bottom: 1px dashed #999999;
     cursor: help;
}

h1 {
     border-bottom: 1px solid #aec4de;
     border-top: 1px solid #aec4de;
     border-right: 20px solid #6183ad;
     color: #6183ad;
     font-size: 150%;
     font-weight: normal;
     margin: 5px 0;
     background: #d7e5ef;
}

h1:hover {
     border-bottom: 1px solid #7f9fc6;
     border-top: 1px solid #7f9fc6;
     background: #c9dcea;
}

input {
     background: #385585;
     margin: 2px 20px;
     width: 140px;
}

#column2 ul {
     margin: 10px 0;
}

#column2 li {
     color: #999999;
     list-style: square inside;
     text-indent: 10px;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */

#wrap {
     background-image: url(uploads/bigblue/arrow.gif);
     background-image: url(uploads/bigblue/arrow_outline.gif);
     background-image: url(uploads/bigblue/background.gif);
     background-image: url(uploads/bigblue/camera1.gif);
     background-image: url(uploads/bigblue/camera2.gif);
     background-image: url(uploads/bigblue/camera3.gif);
     background-image: url(uploads/bigblue/header_big.gif);
     background-image: url(uploads/bigblue/selector.gif);
     background-image: url(uploads/bigblue/selector_sub.gif);
     background-repeat: no-repeat;
     background-position: -5000px -5000px;
     margin: 0 auto;
     text-align: left;
     width: 800px;
}

#header {
     background: url(uploads/bigblue/header_big.gif) center no-repeat;
     color: #e0e0e0;
     font-size: 290%;
     font-weight: bold;
     height: 100px;
     line-height: 120px;
     text-indent: 140px;
}

/* comlément Domiciel, second header plus petit pour la suite du titre */
.header_pluspetit {
     font-size: 60%;
}

#nav {
     padding-bottom: 40px;
     width: 179px;
}

/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */

#nav ul li {
     display: inline;
     line-height: 16px;
     list-style: none;
}

#nav ul li a {
     border-bottom: 1px solid #c9dcea;
     color: #fff;
     display: block;
     padding: 5px;
     text-decoration: none;
     width: 169px;
}

/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */

#nav li a:hover {
     background: #c9dcea url(uploads/bigblue/selector.gif) center right no-repeat;
     color: #000;
}

/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */

/* Menus de niveau 2 */

#nav ul ul li {
     line-height: 10px;
     border-bottom: none;
}

#nav ul ul li a {
     color: #d7e5ef;
     text-indent: 10px;
}

#nav ul ul li a:hover {
     color: #000;
     background-image: url(uploads/bigblue/selector_sub.gif);
}

/* Menus de niveau 3 */

#nav ul ul ul li {
     line-height: 10px;
     border-bottom: none;
}

#nav ul ul ul li a {
     color: #d7e5ef;
     text-indent: 20px;
}

#nav ul ul ul li a:hover {
     color: #000;
     background-image: url(uploads/bigblue/selector_sub.gif);
}

/* fin de test */

#column1 {
     float: left;
     width: 180px;
}

#column1 img {
     border: 1px solid #c9dcea;
     margin: 5px 20px;
     padding: 10px 20px;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
     float: none !important;
     float: right;
     margin-left: 192px !important;
     margin-left: 0;
     padding: 12px 40px 30px 9px;
}

#column2 p {
     line-height: 190%;
}

#links div {
     float: left;
     width: 140px;
}

#links div li {
     list-style: none;
}

#links div li a {
     background: url(uploads/bigblue/arrow_outline.gif) left no-repeat;
     padding-left: 15px;
     text-decoration: none;
}

#links div li a:hover {
     background-image: url(uploads/bigblue/arrow.gif);
     color: #ac835c;
     text-decoration: underline;
}

div#news {
     margin: 2em 0 1em 1em;        /* marges pour l'entier div entourant la liste des news */
     border: 1px solid #000; 
     width: 155px;
     background: #99CCFF;            /* Point 1 : couleur de fond de la partie contenant l'article à gauche, mais cela n'influe pas sur l'affichage détaillée de la news dans le corps de page */ 
}

div#news h2 {
     line-height: 2em;
     color: #000094;   
     background: #f0f;                  /* Point 2 : couleur de fond de la zone du titre de News */
}

.NewsSummary {
    padding: 0.5em 0.5em 1em;               /* marges internes pour le sommaire de l'article */
    margin: 0 0.5em 1em 0.5em;              /* marge en bas du sommaire de l'article. */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}

#footer a {
	color: #000094;
	text-decoration: underline;
}


/* End of 'bigblue : bigblue' */

