@charset "UTF-8";
/* CSS Document */

/* =============================== Common ============================ */

html, body, form { padding: 0em; margin: 0em;  }

form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

html { font-size:100.01%; height: 100%; overflow-y: scroll; }
   
body {
	font-size:62.5%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
}

input,select {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2em;
	font-weight: normal;
}
h2 {
	font-size:1.5em;
	font-weight: normal;
}
h3 {
	font-size:1.25em;
	font-weight: bold;
}
h4 {
	font-size:1em;
	font-weight: bold;
}

div,p,span,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form { border: none; }

.clear { clear: both; }

a { text-decoration: none; }

/* ========================== Colors =========================== */
/* ========================== Globals ========================== */
/* ========================== Home Page ======================== */
/* ========================== Site Pages ======================= */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat;
	background-color: #F9F7EF;
}

#wrapper{
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sidebar {
	width: 50px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 350px;
}
#content {
	background-color: #FFFFFF;
	width: 870px;
}
.nounderlines {
	text-decoration: none;
}

#content a:link {
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #666666;
}	
#header {
	color: #008CC2;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 50px;
}
#header #header_logo {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-top: 12px;
}
#header #header_links {
	float: left;
	padding-top: 27px;
}

#header #header_links a:link {
	color: #666666;
	text-decoration: none;
}
#header #header_links a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
#header #header_links a:visited {
	text-decoration: none;
	color: #666666;
}
#header #nav_icons {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#ligne_horizontale {
	clear: both;
}
#content #fond_tiles {
	background-color: #FFFFFF;
	background-image: url(../images/fond_intro_870x460.jpg);
	background-repeat: no-repeat;
}
#content #fond_tiles #menu_content {
	padding-top: 92px;
	padding-bottom: 92px;
}
#content #projets {
	width: 696px;
	padding-top: 0px;
	padding-left: 87px;
	padding-right: 87px;
	float: left;
	padding-bottom: 92px;
}
#content #projets a:hover {
	background-color: #CCCCCC;
}
#projetsliste_col_1 {
	width: 33%;
	float: left;
}
#content #projets #icon {
	width: 145px;
	float: left;
}
#menu_words {
	margin-left: 145px;
}
#texte #texteleft {
	font-size: 17px;
	font-weight: bold;
	color: #A8A8A8;
	padding-top: 22px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 75px;
	line-height: 25px;
	float: left;
}
#clearall {
	clear: both;
}
#footer {
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#footer a:link {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	color: #0282C1;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:696px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(file:///Macintosh%20HD/Users/Rico/Sites/ricostudio_v2/css/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(file:///Macintosh%20HD/Users/Rico/Sites/ricostudio_v2/css/images/btn_next.gif) no-repeat 0 0;	
	}	#content_texte h1 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
	margin-bottom: -10px;
}
#content_texte {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	padding-bottom: 15px;
}
#content_texte h2 {
	font-size: 13px;
	color: #008CC2;
	text-decoration: none;
	margin-bottom: 0px;
	text-transform: capitalize;
}
#index {
	width: 870px;
	margin-top: 100px;
	text-align: center;
}
#index a:hover {
	color: #000000;
	text-decoration: underline;
}
#index a:link {
	color: #0084BD;
	text-decoration: none;
}
#index a:visited {
	color: #0084BD;
	text-decoration: none;
}
