/* Start of CMSMS style sheet 'Rainbow : Top menu + 2 columns' */
/*=====================================================================
 *
 * Filename: Rainbow : Top menu + 2 columns
 * Website: www.rainbow-studio.net
 * Author: Rainbow Studio
 * Date Created: 05/09/2008
 * Media: Screen
 *
 * Description
 * -----------
 * Feuille de style principal
 * 
 * Couleurs
 * -----------
 * Black : #000000
 * Dove Gray : #666666 
 * Pacific Blue : #01A0C7
 * Violet Red : #F23D86
 * Green Yellow :#B6F230
 * Ecstasy : #FC7215
 * Gold : #FFD200
 *
 * Polices
 * -----------
 * Trebuchet MS
 * Arial (menu footer)
 * Small Fonts (adresse footer)
 * 
 * Dimensions
 * -----------
 * div#pagewrapper: 950px 
 * div#header : 140px height
 * div#sidebar : 365px 
 * 
  *=====================================================================*/



/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Trebuchet MS, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
}

a:visited {
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
}

/*****************
basic layout 
*****************/
body {
   color: #fff;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 950px; /* IE wont understand these, so we will use javascript magick */
   min-width: 950px;
   color: white;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 140px; /* adjust according your image size */
   width: 950px;
   position: relative;
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/logo-rainbow.png) no-repeat; 
   display: block; 
   height: 100px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   position: relative;z-index: 1;
   width: 250px;
}

#nav-top li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#nav-top a {display: block; text-indent: -9999px; text-decoration: none; background: url(images/none.gif);}

#menu01 {left: 285px; top: 64px; width: 120px; height: 60px; }
#menu02 {left: 409px; top: 55px; width: 176px; height: 64px;}
#menu03 {left: 594px; top: 52px; width: 112px; height: 64px; }
#menu04 {left: 723px; top: 49px; width: 84px; height: 66px;}
#menu05 {left: 828px; top: 48px; width: 108px; height: 60px; }


#menu01 a {height: 60px;}
#menu02 a {height: 64px;}
#menu03 a {height: 63px;}
#menu04 a {height: 65px;}
#menu05 a {height: 60px; }

#menu01 a:hover {background: url(images/nav_hover.png) 0px 28px no-repeat;}
#menu02 a:hover {background: url(images/nav_hover.png) -125px 37px no-repeat;}
#menu03 a:hover {background: url(images/nav_hover.png) -311px 40px no-repeat;}
#menu04 a:hover {background: url(images/nav_hover.png) -440px 44px no-repeat;}
#menu05 a:hover {background: url(images/nav_hover.png) -546px 44px no-repeat;}

#switch { position: absolute; left: 811px; top: 104px;}
div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 0 auto 0 0; /* some air above and under menu and content */
}

div#main {
   margin-right: 385px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-left: 40px; /* and some air on the right */
   position: relative;
   padding-bottom: 70px;
}
div#encart-accueil {
	width: 502px;
	height: 125px;
	margin: 10px 0;
	padding: 18px 0 11px 0;
}
div#main p.encart {
    padding: 10px 20px;
    margin: 50px 0;
    background-color: white;
    color: #333;
}
div#main p.encart img { margin: 5px;}
div#main p.encart a {
    color: #333;
    text-decoration: underline;
}
div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 365px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 0;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0;
   width: 325px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
   padding-bottom: 70px;
}
	div#clients {
		padding: 20px;
		width: 305px
	}
	div#clients .logo_clients a { z-index: 1; cursor: pointer;}
		.logo_clients {
		position: relative;
		width: 146px;
		height: 99px;
		float: left;
	}
		.logo_clients img {
			background: #fff;
			border: solid 1px #ccc;
			padding: 4px;
			border: none;
			padding: 0;
		}
		.logo_clients span {
			width: 136px;
			height: 89px;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background: url(images/round-corner.png) no-repeat;
	}


div#footer {
   font-family: Arial, sans-serif;
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background: #000 url(images/footer.png) no-repeat;
   overflow: hidden;
   width: 100%;
}
div#footer p  {
	color:#666;
	text-align: center;
	font-size: 0.9em;
}
div#footer p a {
	color: #666;
	text-decoration: underline;
}
div#footer p a:hover{
	text-decoration: none;
}
div#footer div#coordonnees {
	margin: 23px 0 0 195px;
	font-size: 0.9em;
	
}
	div#footer div#coordonnees  a {
		color: white;
		text-decoration: none;
	}
	div#footer p#coordonneesL {
		text-align: right;
		float: left;
		margin-right: 27px;
		color: #fff;
	}
	div#footer p#coordonneesR {
		float: left;
		text-align: left;
		color: #fff;
	}
div#footer div#logo {
	float: right;
	margin-right: 20px;
}
div#footer div#logo  img {
	margin-left: 18px;
}
div#footer div#nav-footer {
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 10px 0;
}
div#footer div#nav-footer a {
	color: #666666;
	padding: 0 15px;
	font-size: 0.8em;
}
div#footer div#nav-footer a:hover {
	color: white;
	text-decoration: none;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: white; 
   font-size: 2em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   line-height: 1.2em;
/* and some air under the border */
   margin: 0 0 20px 0;
}
div#content h2#titre-page {
        text-transform: uppercase;
}
div#content h2#titre-page span {
        text-transform: none;
}
div#content h2 span {
	display: block;
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	margin-top: -11px;
}
div#main h3 {
   color: white; 
   font-size: 1.5em;
   margin: 30px 0 10px 0;

}
div#content h3.bulle {

}
div#content h3.bulle, div#sidebar h3 {
   padding: 0 0 0 21px;
   line-height: 50px;
   height: 69px;
   color: white;
   font-size: 1.35em;
}
div#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   padding: 0 0 5px 0;
   border-bottom: 2px solid #333333;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {
text-indent: 35px;
background: url(images/blockquote.png) 0 5px no-repeat;
line-height: 1.5em;
padding-top: 12px;
margin-bottom: 50px;
}
blockquote p:first-letter {
font: italic 1.8em Georgia, "Times New Roman", Times, serif;
}
blockquote p {
display: inline;
margin: 0;
padding: 0 35px 10px 0 !important;
background: url(images/blockquote2.png) no-repeat bottom right !important;
padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */


}

pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/*************************************************
--------------------------FORMULAIRES --------------------------
*************************************************/

/******** NEWSLETTER *********/

div#newsletter input {
	border: 0;
	background: #2D2D2D;
	height: 15px;
	color: white;
	padding: 1px 0 0 5px;
	margin-top: 2px;
	font-size: 90%;
        width: 165px;
        float: left;
}
div#newsletter input[type="submit"] {
	background: url(images/valider-btn.png) no-repeat;
	width: 30px;
	height: 20px;
	text-indent: -9000px;
	border: 0;
	cursor: pointer;

}

/******* CONTACT *******/
div#contact {width: 225px; position: absolute; left: 300px; top: 55px;}
.contactform fieldset { border: 0; margin-bottom: 15px;}
.contactform fieldset legend {text-indent: -900em;}
.contactform input, textarea {border: 1px solid #666; width: 225px; margin: 5px 0 8px 0; padding:3px; font-family: Arial, sans-serif; font-size: 1em;}
.contactform textarea {}
.contactform div label {display: block;}
.contactform div.required {color: #fff;}
.contactform input.fbsubmit {background: url(images/contact_btn.png) no-repeat; width: 220px; height: 23px; cursor: pointer; font-family: Verdana, sans-serif; font-weight: bold; line-height: 23px; border: 0; }
.contactform input.fbsubmit:hover {color: #fff; }
.contactform .newsletter_contact {position: relative}
.contactform .newsletter_contact input {width: auto; border: 0;}
.contactform .newsletter_contact label {display: inline-block; padding-left: 27px; position: absolute; top: 3px; line-height: 120%;}

div#info_contact {width: 280px;}
div#info_contact p {margin: 10px 0;}


div.error_message {background: #930000; padding: 5px;}
.error {display: block; margin-bottom: 8px; color: #930000;}

div#main ul#nav-competences li {margin: 0 3px 0 0; padding:0;}
ul#nav-competences li {
	float: left;
	list-style-type: none;
	line-height: 38px;
	text-align: center;
	height: 38px;
	width: 99px;
}
ul#nav-competences a {
	display: block;
	color: white;
	font-weight: bold;
}
ul#nav-competences span {
	height: 38px;
	display: block;
}
ul#nav-competences a:hover {
	text-decoration: none;
}

/* End of 'Rainbow : Top menu + 2 columns' */

