﻿
#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#width[id] {
  width: 94%;
  height: auto;
}

#content[id] {
  width: 94%;
  height: auto;
}

.vignette{
	margin: 10px 10px 10px 10px; vertical-align:top
}

/**************************************************************
   #header: Colonne de droite 
 **************************************************************/
/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
   
   
#leftColumn h1 {
padding-left: 0;
font: 500 1.5em/1em "trebuchet ms", serif;
color: #C2E0F4
}
#leftColumn p {
	padding-left: 0;
	font-size: x-small;
	color: #51A4D9;line-height:1.5em
}
#leftColumn {
  width: 24%; float:left; 
}
#leftColumn code {
  margin-left: 0;
}
#leftColumn a {
 text-decoration:none
}


/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

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

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: -200px;
  left: 130px;
}

#header h1 {
  margin: 0;
  padding: 0;
  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
  padding: 0;
  font: 700 1em "trebuchet ms", serif;
  color: #00F0EC;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
#header ul {
  margin: 0;
  padding: 0;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
	float: left;
	margin: 0 2px;
	padding: 4px 0.5em 5px 1em;
	font: 400 1.4em "trebuchet ms", serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
}

#mainMenu li a.here {
	color: #65EBFF;
	border-top: 3px #FEC501 solid;
}

#mainMenu li a:hover {
	color: #65EBFF;
	border-top: 3px #FEC501 solid;
}

#mainMenu li a.last {
  margin-right: 0;
}
.accessi {
	display:inline;margin:0 10px 0 0;font-size:xx-small;
}
.accessi a {
	display: inline;
	font-size: xx-small;
	text-decoration: none;
	color: #3FF2E0
}





/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 0em;
	background: url('../realisation-site-web-internet/footer.jpg') repeat-x left top;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 10px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCentre {
  text-align: center;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.pointille-verti {
	margin-bottom: 2em;
	background: #FFFFFF url('../realisation-site-web-internet/pointilles-verti.gif') repeat-y left bottom;
}


a.ecransbas img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	margin: 2px 3px 19px 40px; 
	vertical-align:bottom
}
a.ecransbas:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin: 4px 3px 17px 40px; 
	vertical-align:bottom
}




