/* =General
---------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: .5em 0 1em;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
---------------------*/

body {
	text-align: center;
	color: #555;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.3;
	background: #8E8E89 url(../img/bg_body_top.gif) 0 0 repeat-x;
	}
body.s {
	font-size: 76%;
	}
body.m {
	font-size: 86%;
	}
body.l {
	font-size: 93%;
	}

td,th,p,div,li,dt,dd,blockquote,pre {
	font-size: .94em;
	}
div div, div p, div li, div dt, div dd, div table, div th, div td {
	font-size: 100%;
	}


/* =Layout
---------------------*/

#page {
	width: 760px;
	margin: auto;
	text-align: left;
	background: #FFF;
	border: 1px solid #666;
	border-top: none;
	}

/* =Headings
---------------------*/

h2 {
	color: #333;
	font-size: 1.6em;
	line-height: 1.1;
	}

h3 {
	margin: 1em 0 .5em;
	font-size: 1.3em;
	line-height: 1.1;
	}
h3.first {
	margin-top: 0;
	}

h4 {
	margin: 1em 0 .5em;
	font-size: 1.1em;
	line-height: 1.1;
	}
h4.first {
	margin-top: 0;
	}


/* =Links
---------------------*/

a:link {
	color: #E1403A;
	text-decoration: none;
	}
a:visited {
	color: #933;
	text-decoration: none;
	}
a:hover {
	color: #E1403A;
	text-decoration: underline;
	}
a:active {
	color: #E1403A;
	}


/* =Forms
---------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
---------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* =Lists
---------------------*/

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}


/* =Header
---------------------*/

#header {
	position: relative;
	width: 760px;
	padding: 75px 0 0;
	}

#header h1 {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 170px;
	height: 27px;
	overflow: hidden;
	}
#header h1 span, #header h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	}


/* =Main Nav
---------------------*/

#header #menu {
	width: 760px;
	}

#header #menu ul {
	float: left;
	width: 760px;
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	background: #F93 url(../img/menu/bg_menu.gif) bottom left repeat-x;
	}
#header #menu li {
	float: left;
	display: inline;
	}
#header #menu li.first {
	margin: 0 0 0 25px;
	}
#header #menu li a, #header #menu li span {
	display: block;
	float: left;
	padding: 4px 10px 2px;
	font-weight: bold;
	/*color: #FFF;*/
	color: #7C4E19;
	}
#header #menu li a:hover {
	/*color: #E1403A;*/
	color: #FFF;
	text-decoration: none;
	}

#header #menu li.select {
	background: #FFF url(../img/menu/tab_left.gif) 0 0 no-repeat;
	}
#header #menu li.select a, #header #menu li.select span {
	color: #E1403A;
	background: transparent url(../img/menu/tab_right.gif) top right no-repeat;
	}


/* =Utils Nav
---------------------*/

#header #utils {
	position: absolute;
	top: 20px;
	left: 220px;
	width: 515px;
	}

#header #utils ul {
	margin: 0;
	list-style: none;
	}
#header #utils li {
	float: right;
	font-size: .94em;
	}



/* =Content
---------------------*/

#main {
	clear: both;
	padding: 20px 25px;
	}


/* =Footer
---------------------*/

#footer {
	clear: both;
	padding: 10px 25px 6px;
	font-size: .85em;
	color: #FEEBD6;
	background: #F93;
	}


/* =Misc 1
---------------------*/

h2.intro {
	margin-bottom: 0;
	}
p.intro {
	font-size: 1.2em;
	}

#col1 {
	float: left;
	padding: 0 0 1em;
}
#col2 {
	float: right;
	padding: 0 0 1em;
}

.col5050 #col1 {
	width: 345px;
	}
.col5050 #col2 {
	width: 345px;
	}

.col6040 #col1 {
	width: 465px;
	}
.col6040 #col2 {
	width: 230px;
	}

.col4060 #col1 {
	width: 254px;
	}
.col4060 #col2 {
	width: 435px;
	}


/* =Misc 2
---------------------*/

.framed {
	background: transparent url(../img/bg_encadre_body.gif) 0 0 repeat-y;
	}
.framed .wrap1 {
	background: transparent url(../img/bg_encadre_top.gif) 0 0 no-repeat;
	}
.framed .wrap2 {
	padding: 10px;
	background: transparent url(../img/bg_encadre_btm.gif) bottom left no-repeat;
	}


/* =Realisations
---------------------*/

#casestudy #col1, #casestudy #col2 {
	margin: 1em 0 0;
	}

#casestudy #col1 img {
		border: 2px solid #999;
	}

#clients ul {
	margin-left: 0;
	list-style: none;
	}
p.more-real {
        font-size: 1.4em;
        font-weight: bold;
       }


/* =Bios
---------------------*/

.bio {
	margin: 0 0 1em;
	clear: both;
	}
.bio img {
	float: left;
	}
.bio .desc {
	margin: 0 0 0 150px;
	}


/* =Blog
---------------------*/

/* #blog #col1 {
	width: 540px;
	}

#blog #col2 {
	width: 150px;
	}
	*/

#blog .blogitem {
	margin: 0 0 3.0em;
	}
#blog .blogtext {
	font-size: 13px;
        color: #000;
	}
#blog .blogitem h4 {
	margin: 0;
        font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: normal;
	font-size: 22px;
        font-weight: bold;
	}
#blog .blogitem div, #blog .blogitem p {
	margin: .5em 0 0;
	}
#blog .meta {
	font-size: 12px;
	}
#blog .meta-auteur-titre {
	font-size: 12px;
	font-weight: bold;
	}
#blog .blogdate {
	font-size: 14px;
	}

