/*#oldBrowser {
	background:#F4F4F4;
	text-align:center;
	display:none;
	}
#oldBrowser h3 {
	padding:0;
	margin:0;
	}
#oldBrowser #browserIcons {
	width:100%;
	}
#oldBrowser img {
	border:none;
	text-decoration:none;
	}
#oldBrowser form {
	display:block;
	float:right;
	padding-right:20px;
	}
#closeFrame {
	float:right;
	padding:0 20px 20px 0;
	color:#666;
	clear:right;
	}
*/

#content {
	position:relative;
	width:990px;
	margin:0 auto;
	padding-bottom:60px;
	}

/* PAGES COURANTES */
#navigation {
	position:fixed;
	width:560px;
	left:50%;
	margin-left:-65px;
	top:70px;
	z-index:4;
	}
#logo {
	position:absolute;
	z-index:5;
	}
#menu {
	top:60px;
	z-index:2;
	}

#titleBg {
	background:rgba(102,153,204,0.3);
	width:380px;
	height:320px;
	position:absolute;
	right:0;
	z-index:3;
	}
.no-rgba #titleBg {
	background:url(http://www.irisccg.com/images/blue30.png) repeat;
	}
#titleBg h1{
	display:block;
	position:absolute;
	bottom:0;
	color:white;
	width:300px;
	padding:40px;
	text-align:right;
	font-weight:normal;
	font-size:3em;
	line-height:.95em;
	margin:0;
	}
#navBg {
	background:rgba(102,153,204,0.3);
	width:380px;
	position:absolute;
	left:180px;
	top:320px;
	}
.no-rgba #navBg {
	background:url(http://www.irisccg.com/images/blue30.png) repeat;
	}
#navBg ul {
	display:block;
	position:relative;
	left:-45px;
	padding:0;
	margin:0 0 40px 0;
	list-style:none;
	}
#navBg li a{
	display:block;
	width:260px;
	margin-bottom:1px;
	margin-left:60px;
	padding: 5px 15px;
	background:rgba(204,204,204,0.3);
	color:white;
	text-decoration:none;
	font-size:14px;
	}
.no-rgba #navBg li a {
	background:url(http://www.irisccg.com/images/grey30.png) repeat;
	}
#navBg li a:hover {
	background:#ea5822;
	}
#navBg li a.active {
	padding-left:75px;
	margin-left:0;
	background:#69c;
	}

#page {
	width:610px;
	background:#d2d2d2;
	margin-top:110px;
	padding-bottom:70px;
	}
#pageHeader img {
	display:block;
	}
#page h2 {
	display:block;
	width:520px;
	padding:45px;
	color:white;
	font-weight:normal;
	font-size:3.5em;
	line-height:.95em;
	background:#69c;
	margin:0;
	}
#page h3 {
	font-weight:normal;
	padding:0;
	font-size:2em;
	color:#69c;
	margin:20px 60px 20px 50px;
	}
#page p {
	margin:0 60px 20px 120px;
	color:#333;
	font-size:.9em;
	}
#page a {
	color:#333;
	}
#page a:hover {
	color:#ea5822;
	}
#footer {
	height:43px;
	position:absolute;
	bottom:0;
	width:990px;
	left:50%;
	margin-left:-495px;
	color:rgba(256,256,256,0.1);
	}
.no-rgba #footer {
	color:white;
	}
#footer #left {
	float:left;
	}
#footer #left a{
	font-size:12px;
	text-decoration:none;
	color:rgba(256,256,256,0.2);
	}
.no-rgba #footer #left a {
	color:white;
	}
#footer #left a:hover {
	color:#ea5822;
	}
#right {
	/*float:right;*/
	position:fixed;
	bottom:0;
	width:560px;
	left:50%;
	margin-left:150px;
	z-index:100;
	}
#right a {
	display:block;
	height:43px;
	width:43px;
	background-position:top;
	float:left;
	margin:0 1px;
	}
#right a#toulon43117 {
	background-image:url(images/43117.png);
	width:55px;
	}
#right a#onepercent {
	background-image:url(images/onepercent.png);
	}
#right a#facebook {
	background-image:url(images/facebook.png);
	}
#right a#twitter {
	background-image:url(images/twitter.png);
	}
#right a:hover {
	background-position:bottom;
	}
