/* copyright Aventers © 2009 */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.2em;
	color:#333333;
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	background:#ebedee;
}
h1 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:2.3em;
	margin-bottom:10px;
	}
h2,h3 {
	margin:25px 0 10px 0;
	font-weight:normal;
	width:500px;
	}
h2 img {
	vertical-align:-3px;
	margin-left:-26px;
	}

.contact_cat {
	margin:0 0 10px 0;
	font-style:normal;
	font-weight:bold;
	}
h4 {
	margin:4px 0 30px 0;
	font-weight:normal;
	font-size:18px;
	width:500px;
	}
h4 em {
	font-style:normal;
	color:#254581;
	}
h5 {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.2em;
	}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#333333;
}
img {
	border:none;
}
fieldset {
	border:none;
	margin-top:40px;
	}
fieldset legend {
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
	}
fieldset label {
	display: inline;
	float: left;
	width: 100px;
  }
input {
	border:1px solid #666666;
	padding:2px 0;
	background:#fcfcfc;
	margin-bottom:10px;
	}
textarea {
	border:1px solid #666666;
	padding:2px 0;
	background:#fcfcfc;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	}
iframe {
	position:relative;
	float:left;
	width:365px;
	height:365px;
	border:none;
	margin-top:30px;
	margin-left:35px;
	background:#FFFFFF;
	overflow:hidden;
	}
.global {
	position:relative;
	width:100%;
	margin:0 auto;
}
.content {
	background:#FFFFFF;
	position:relative;
	width:950px;
	min-height:700px;
	margin:0 auto;
}

.header {
	width:950px;
	height:305px;
	margin:0 auto;
}
.header ul {
	position:relative;
	float:right;
	width:auto;
	height:43px;
}
.header ul li {
	background:url(../images/static/menu-item.jpg) no-repeat;
	padding:25px 8px 8px 38px;
	margin:0;
	position:relative;
	float:left;
	display:inline;
	list-style:none;
	font-size:13px;
}
.header ul li.hl {
	background:url(../images/static/menu-item-hover.jpg) no-repeat;
}
.header ul li.hl a {
	color:#993399;
}

.main {
	padding:20px 40px 0 40px;
	font-size:0.8em;
	color:#222222;
	}
.main p {
	width:500px;
	line-height:16px;
	}
.main p img {
	vertical-align:middle;
	margin-top:5px;
	}
.art {
	min-height:70px;
	}
.art img {
	position:relative;
	float:right;
	margin:0 0 10px 20px;
	top:-10px;
	}
#art_top {
	top:-30px;
	}
.main p em {
	font-size:16px;
	line-height:18px;
	color:#666666;
	}
.main ul {
	list-style:none;
	width:500px;
	}
.main ul li {
	margin-bottom:5px;
	}
.main ul li img {
	vertical-align:middle;
	margin-top:5px;
	}
.mediacontent {
	min-height:175px;
	width:500px;
	}
.mediacontent ul {
	position:relative;
	float:left;
	width:250px;
	}
.mediacontent ul li img {
	vertical-align:-5px;
	}
.main hr {
	width:500px;
	margin-left:0;
	border-top:solid 1px #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
.subnav {
	position:relative;
	float:right;
	width:305px;
	border-left:4px solid #CCCCCC;
	padding-left:20px;
	}
.subnav h3 {
	width:400px;
	}
.subnav img {
	vertical-align:-5px;
}
.subnav dl {
	margin-bottom:10px;
	}
.subnav dl dt {
	margin-top:10px;
	font-weight:bold;
}
.subnav dl dd {
	margin-left:55px;
}
#dwl {
	text-align:center;
	border:3px solid #F2F2F2;
	}

.footer {
	position:relative;
	clear:both;
	font-size:11px;
	text-align:center;
	border-top:#CCCCCC solid 2px;
	margin-top:20px;
	background:#FFFFFF url(../images/static/f_BG.jpg) repeat-x bottom;
	height:125px;
	color:#666666;
	}
.footer #cp {
	padding:10px 0;
	border-bottom:#FFFFFF solid 1px;
	margin:0 0 20px 0;
	color:#555555;
	}
.footer hr {
	width:100%;
	margin-left:0;
	border-top:solid 2px #EAEAEA;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
#warning {
	position:relative;
	float:left;
	margin:60px 0 0 172px;
	padding:10px;
	background:#FAFAFA;
	border:1px outset #FAFAFA;
	width:300px;
	height:70px;
	font-size:14px;
	color:#993399;
	}
#warning a {
	padding:6px;
	background:#FFFFFF;
	border:#DADADA 1px solid;
	}
#warning a img {
	vertical-align:-5px;
	}

.pink {
	color:#CC6699;
	}
.yellow {
	color:#D68C04;
	}
.lgreen {
	color:#BEC500;
	}
.blue {
	color:#336699;
	}
.green {
	color:#339900;
	}
.purple {
	color:#663399;
	}

.flr {
	margin-top:40px;
	height:300px;
	width:870px;
	border-top:3px solid #F2F2F2;
	}
.flr div {
	width:220px;
	position:relative;
	float:left;
	margin-right:50px;
	}
.flr div p {
	width:290px;
	height:120px;
	}
.flr ul {
	width:220px;
	}
.flr ul li {
	width:220px;
	font-size:15px;
	}
	
.spots {
	width:870px;
	margin-top:40px;
	border-top:3px solid #F2F2F2;
	}
.spots ul {
	position:relative;
	float:left;
	width:470px;
	padding-top:20px;
	}

.f_links {
	width:900px;
	height:40px;
	margin-left:40px;
	font-size:10px;
	}
.f_links strong {
	color:#666666;
	}
.f_links ul {
	position:relative;
	float:left;
	width:600px;
	padding:0;
	margin:0;
	list-style:none;
	}
.f_links ul li {
	position:relative;
	float:left;
	height:15px;
	text-align:left;
	margin-left:8px;
	}
.f_links p {
	position:relative;
	float:left;
	width:175px;
	height:40px;
	margin:0;
	text-align:left;
	vertical-align:top;
	}
	
/*----------popup----------*/
#extwin {
	background:#FFFFFF;
	position:relative;
	width:680px;
	min-height:520px;
	margin:0 auto;
	}
#extwin div {
	width:360px;
	margin:40px auto;
	}
#extwin h1 {
	padding:0 0 0 40px;
	margin:0;
	font-size:1.5em;
	}
#extwin h2 {
	padding:20px 0 0 40px;
	margin:0;
	font-size:1.1em;
	color:#09BCD7;
	}
#extwin p {
	padding:5px 80px 0 40px;
	font-size:0.9em;
	line-height:16px;
	}
#extwin ul {
	padding:5px 120px 0 40px;
	font-size:0.9em;
	margin-left:20px;
	}
#mtext {
	width:250px;
	}
/*----------iframe----------*/
#intwin {
	background:#FFFFFF;
	width:100%;
	height:400px;
	}


/*----------chapters----------*/

#news {
	background:url(../images/themes/01-bg-global.jpg) no-repeat center 0;
}
#news .main {
	background:url(../images/themes/01-bg-main.jpg) no-repeat;
}
#news h1 {
	color:#993399;
}
#news a:hover {
	color:#993399;
}
#news h2 a {
	color:#333333;
	}
#news h2 a:hover {
	color:#333333;
	}
#news h5 {
	color:#993399;
}


#group {
	background:url(../images/themes/02-bg-global.jpg) no-repeat center 0;
}
#group .main {
	background:url(../images/themes/02-bg-main.jpg) no-repeat;
}
#group h1 {
	color:#D60974;
}
#group a:hover {
	color:#D60974;
}
#group h2 a {
	color:#333333;
	}
#group h2 a:hover {
	color:#333333;
	}
#group h5 {
	color:#D60974;
}


#companies_a {
	background:url(../images/themes/03a-bg-global.jpg) no-repeat center 0;
}
#companies_a .main {
	background:url(../images/themes/03a-bg-main.jpg) no-repeat;
}
#companies_b {
	background:url(../images/themes/03b-bg-global.jpg) no-repeat center 0;
}
#companies_b .main {
	background:url(../images/themes/03b-bg-main.jpg) no-repeat;
}
#companies_c {
	background:url(../images/themes/03c-bg-global.jpg) no-repeat center 0;
}
#companies_c .main {
	background:url(../images/themes/03c-bg-main.jpg) no-repeat;
}
#companies_a h1,#companies_b h1,#companies_c h1 {
	color:#D68C04;
}
#companies_a a:hover,#companies_b a:hover,#companies_c a:hover {
	color:#D68C04;
}
#companies_a h2 a,#companies_b h2 a,#companies_c h2 a {
	color:#333333;
	}
#companies_a h2 a:hover,#companies_b h2 a:hover,#companies_c h2 a:hover {
	color:#333333;
	}
#companies_a h5,#companies_b h5,#companies_c h5 {
	color:#D68C04;
}
#companies_b .oo {
	color:#D68C04;
	}
#companies_b .oo:hover {
	color:#09BCD7;
	}


#promises {
	background:url(../images/themes/04-bg-global.jpg) no-repeat center 0;
}
#promises .main {
	background:url(../images/themes/04-bg-main.jpg) no-repeat;
}
#promises h1 {
	color:#69A542;
}
#promises a:hover {
	color:#69A542;
}
#promises h2 a {
	color:#333333;
	}
#promises h2 a:hover {
	color:#333333;
	}
#promises h5 {
	color:#69A542;
}


#teams {
	background:url(../images/themes/05-bg-global.jpg) no-repeat center 0;
}
#teams .main {
	background:url(../images/themes/05-bg-main.jpg) no-repeat;
}
#teams h1 {
	color:#09BCD7;
}
/*Plus de "visibilité"...*/
#teams .main ul a {
	color:#09BCD7;
	text-decoration:underline;
}
/*---*/
#teams a:hover {
	color:#09BCD7;
}
#teams h2 a {
	color:#333333;
	}
#teams h2 a:hover {
	color:#333333;
	}
#teams h5 {
	color:#09BCD7;
}



#contact {
	background:url(../images/themes/06-bg-global.jpg) no-repeat center 0;
}
#contact h2 {
	font-size:22px;
	font-weight:bold;
}
#contact .main {
	background:url(../images/themes/06-bg-main.jpg) no-repeat;
}
#contact h1 {
	color:#254581;
}
#contact a:hover {
	color:#254581;
}
#contact h2 a {
	color:#333333;
	}
#contact h2 a:hover {
	color:#333333;
	}
#contact h5 {
	color:#254581;
}
