/*
 * Generic styles
 */ 

html {
  background-color: #475c6a;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #475c6a;
  text-align: left;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

h1 {
  color: #af5f01 ;
}

a {
  color: #FFFFFF ;
  text-decoration: none;
}

img {
  border: none;
}

/*
 * CMS fixes
 */

div#kitSiteCmsMenu a {
  color: #000000 ;
}

/*
 *  Template styles
 */
 
div#allDocument {
  background-image: url('images/radiant-left.jpg');
  background-position: left top ;
  background-repeat: repeat-y ;
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 950px;
}

div#pageHeader{
  position: relative;
  height: 90px;
  background-color: #FFFFFF;
  margin-left: 50px;
} 

div#pageHeader img#logo {
  float: left;
}

div#pageHeader img.motto {
  float: right;
} 

div#pageHeader a.concours {
  position: absolute;
  top: 5px;
  right: 5px;
}


div#pageNavigation #strip{
  background-color: #d7d7d7 ;
  height: 20px;
  padding-left: 60px;
}

div#pageNavigation #splash{
  background-color: #93b9cc ;
  height: 180px ;
  padding-left: 60px;
}

div#pageNavigation #splash {
  background-position: right top ;
  background-repeat: no-repeat ;
}



div#pageNavigation #splash.rubrique {
  background-image: url('images/splash-rubrique.png');
  background-position: right top ;
  background-repeat: no-repeat ;
}

div#pageNavigation #splash.reference {
  background-image: url('images/splash-reference.png');
  background-position: right top ;
  background-repeat: no-repeat ;

}

div#strip {
  width: 890px;
  height: 20px;
}

div#strip ul,
div#splash ul {
  margin-top: 0px;
  margin-left: 20px;
  float: left;
}

div#strip ul{
  height: 20px;
}

div#splash ul {
  margin-top: 10px;
}

div#strip ul li,
div#splash ul li {
  list-style-image: url("images/puce-menu.gif");
  list-style-position: inside ;
}

div#splash ul li {
  height: 25px;
  width: 330px;
}

div#strip ul li {
  height: 20px;
  width: 240px;
}

div#strip img.motto,
div#splash div#diaporama {
  float: right;
  position:relative;
}

div#gradientContainer {
  width: 426px;
  height: 180px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 200;
}

div#flashLayer.home {
  background-image: url('images/splash-home.png');
  background-position: left top;
  background-repeat: no-repeat;
}

div#gradientLayer {
  z-index: 200;
  background-image: url('http://www.vertebral-etudes.com/cms/site/images/diaporama/splash.png');
  background-position: left top;
  background-repeat: no-repeat;
  width: 426px;
  height: 180px;
  right: 0px;
  top: 0px;
}

div#pageContent,
div#pageFooter{
  background-color: #9fc6d5;
  margin-left: 50px;
} 

div#pageContent {
  background-image: url('images/radiant-content.jpg');
  background-position: left top ;
  background-repeat: repeat-x ;
  min-height: 410px;
  height:auto !important;
  height:410px;
} 

div#pageContent a {
  color: #000000 ;
}

div#pageContent div.standard ul {
  margin-top: 10px;
}

div#pageContent div.standard ul li {
  list-style-type: disc;
  margin-left: 40px;
}

div#pageContent a span#ieOnlyLink {
  font-size : 1em;
  font-weight: normal;
  text-align: center
}

div#pageFooter {
  color: #FFFFFF;
  height: 20px;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 0.9em;
}

div#pageFooter #footerLinks {
  float: left;
}

div#pageFooter #footerNavigation {
  float:right;
  margin-right: 50px;
}
 
/*
 * Home styles
 */  

div#home {
  width: 900px;
}

div#home h1 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #a1b5c0 ;
  margin-bottom: 10px;
  margin-top: 30px;
}

div#home h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2px;
}  

div#home div#pageContent div.standard ul li {
  list-style-type:none;
}

div.homeBloc {
  float:right;
  display: block; 
  width: 330px; 
  margin-right:50px;
}

div.homeBloc img {
  margin-right: 5px;
}
 
/*
 *  Rubrique Style
 */   

div#rubrique {
  width: 900px;
  padding-top: 15px; // cms edit-box fix
}

div#rubrique h1 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #a1b5c0 ;
  margin-bottom: 10px;
}

div#rubrique div.subtitle {
  color: #465b69 ;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom:10px;
}
div#rubrique .standard {
  margin-left: 50px;
  margin-right: 50px;  
}

div#referenceNavigation {
  margin-left: 50px;
}

div#referenceNavigation a {
  float: left;
  width: 145px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center ;
  font-weight: bold;
}

div#referenceNavigation div.kitCmsBloc {
  width: 175px;
  float:left; 
}

div#referenceNavigation div.kitCmsBloc a {
  width: 16px;
  margin: 0px;
}

div#referenceNavigation .imgWithCaption {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

div#referenceNavigation .imgWithCaption .caption {
  text-align: center;
  clear:both;
}

/*
 *  Reference Style
 */

div#reference {
  width: 900px;
  padding-top: 15px; // cms edit-box fix
}

div#reference h1 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid #a1b5c0 ;
  margin-bottom: 20px;
}

div#reference .standard {
  margin-left: 50px;
  margin-right: 50px;
}

div#reference div.subtitle {
  color: #465b69 ;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom:10px;
}

div#reference div#refText {
  float:right;
  width: 520px;
}

div#reference img.majorThumbnail {
  float: left ;
  margin-right: 25px;
  margin-bottom: 10px;
}

div#reference div.projectlink {
  font-size: 1.3em;
  font-weight: bold;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div#reference div.projectlink img {
 margin-bottom: -20px ;
}

div#reference div.gallery div.imgWithCaption {
  float: left;
  width: 80px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center ;
  font-weight: bold;
}

