
/* ---- RESET ----- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- ELEMENTS ---- */

body {
	background:#FFF;
	font: 12px 'Century Gothic', Verdana, Arial;
	line-height:1.5em;
}

a {
	color:#980032;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	vertical-align:middle;
}

/* ---- MAIN BLOCKS ---- */

#page {
	width:830px;
	margin:0 auto;
}

#header {
}

#header h1 {
	padding:4px;
}

#navigation {
	border-top: 4px solid #980032;
	background:#D7D8DB;
	font-size:13px;
}

#navigation ul {
	overflow:hidden;
}

#navigation li {
	float:left;
	padding:6px 24px;
	text-transform:uppercase;
}

#navigation a {
	color:#777275;
}

#navigation a:hover, #navigation li.on a {
	color:#980032;
	text-decoration:none;
}

#content {
	overflow:hidden;
	background:url('../images/header.jpg') no-repeat 0 0;
	padding:162px 0 0 0;
}

#content h2, #content h3, #content p, #content ul {
	margin:0 0 10px 0;
}

#content li {
	margin:0 0 0.5em 0;
}

#main, .main {
	float:left;
	width:500px;
	padding:10px;
	margin-right:23px;
}

.full #main {
	float:none;
	width:auto;
	margin:0;
}

#main h3, .main h3 {
	color:#980032;
}

#main p, .main p {
	text-align:justify;
}

#main li, .main li {
	background:url('../images/bullet.png') no-repeat 0 6px;
	padding-left:16px;
	text-align:justify;
}

#main li li, .main li li {
	background:url('../images/bullet-small.png') no-repeat 0 7px;
	padding-left:8px;
}

#side, .side {
	float:left;
	width:287px;
	padding:10px 0;
}

#side h2, .side h2 {
	color:#980032;
}

#footer {
	background:#D9D9DC;
	color:#777275;
	font-size:11px;
	text-align:center;
	padding:3px;
}

/* ---- CLASSES ---- */

div.section {
	clear:both;
	margin:0 0 30px 0;
}

div.insert {
	background:#EEE;
	padding:10px 10px 1px 10px;
}

.thumb {
	border:1px solid #DDD;
}

.thumb.event {
	border:1px solid #D1422B;
}

.capteo {
/*font-weight:bold;
	color:#727275;
	background:url('../images/waves.png') no-repeat 100% 2px;
	padding:0 12px 0 0;*/
}

.schema {
	text-align:center;
}

.legend {
	font-size:11px;
}

div.cols {
	overflow:hidden;
}

div.col {
	float:left;
	margin:0 24px 0 0;
}

.home #main {
	position:relative;
	background:url('../images/bg-home.jpg') no-repeat bottom right;
	height:530px;
}

.home #introduction {
	width:500px;
}

.home #expertise {
	margin:30px 90px;
	color:#666;
}

.home #expertise li {
	background:no-repeat 0 0;
	padding:3px 0 5px 30px;
}

.home #event {
	position:absolute;
	bottom:10px;
	left:10px;
	margin:0;
}

.home #event p {
	margin:0;
}

/*.cabinet #main{
	width:407px;
}

.cabinet #side{
	width:380px;
}*/

.mentions #page {
	width:auto;
	padding:10px;
}

.mentions #content {
	background:none;
	margin:0;
	padding:0;
}

.mentions #content h1 {
	color:#980032;
}

.mentions #content p {
	margin:10px 0;
}

div.main {
	clear:both;
}

#content h2.previous-events {
	border-bottom:2px solid #D7D8DB;
	clear:both;
	padding-bottom:3px;
    margin-left:10px;
}

#content h2.first {
    margin: 10px 0 0 10px;
}

/* ---- IE6 ---- */

* html #navigation, * html #content {
	height:1%;
}

* html .home #expertise {
	height:1%;
}

* html #main li {
	height:1%;
}

