/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	font: 0.85em/1.4em Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFFFFF;
	
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */
#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 10px 10px 10px;
	z-index: 4;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: block;
	height: 150px;
	border-top: 3px solid;
	position: relative;
	margin-bottom: 1px;
}

#pageHeader #grad {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 66px;
	overflow: hidden;
	z-index: 0;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
	height: 150px;
}

#pageHeader h1 {
	font-size: 2.2em;
	margin: 30px 0 10px 20px;
	letter-spacing: -1px;
	position: relative;
	z-index: 1;
}

#pageHeader h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 5px 20px;
	position: relative;
	z-index: 1;
}

#contentContainer {
	margin-bottom: 20px;
	top: -100px;
}

#contentContainer #content {
	padding: 0 100px 20px;
}
/* MODIF START*/


#contentContainer #content2 {
	padding: 0 130px 20px;
}
#contentContainer #content3 {
	padding: 0 10px 20px;
}
/* MODIF END*/
#sidebarContainer {
	width: 235px;
	margin-bottom: 20px;
}

#sidebarContainer #sidebar {
	padding: 20px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-weight: bold;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.4em;
}

#sidebarContainer h2 {
	font-size: 1.3em;
}

#sidebarContainer h3 {
	font-size: 1.2em;
}

#sidebarContainer h4 {
	font-size: 1.1em;
}

#footer {
	padding: 15px 0;
}

#footer p {
	margin: 0;
	padding: 0 30px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 1;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */
#titrespect {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: italic;
	line-height: normal;
	color: #999999;
	float: left;
	height: 60px;
	width: 834px;
	position: absolute;
	left: 56px;
	top: 193px;
	text-align: right;
}
#logo {
	background-position: left top;
	height: 274px;
	width: 200px;
	position: absolute;
	left: -94px;
	top: 10px;
	z-index: 8;
}
/* Toolbar Styles */

#navcontainer22 {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	line-height: normal;
	width: 100%;
	top: -45px;
}

#navcontainer22 #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	height: 32px;
}

#navcontainer22 #current {
}

#navcontainer22 #current img {
	position: absolute;
	left: 49px;
	bottom: 0;
}

#navcontainer22 #current:hover {
}

#navcontainer22 .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer22 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	z-index: 30;
}

#navcontainer22 ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#navcontainer22 li {
	display: inline;
}

#navcontainer22 a {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 10;
	
}

#navcontainer22 a:hover {
}

#navcontainer22 a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer22 ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 0.95em;
	height: auto;
	border-bottom: none;
}

#navcontainer22 ul ul li {
}

#navcontainer22 ul ul a {
	font-weight: normal;
	height: 20px;
	padding-top: 7px;
}

#navcontainer22 ul ul a:hover {
}

#navcontainer22 ul ul #current{
}

/* Child Level 3 */

#navcontainer22 ul ul ul {
	background: transparent;
	top: 27px;
	border-top: 1px solid;
}

#navcontainer22 ul ul ul li { 
}

#navcontainer22 ul ul ul a {
	height: 21px;
	padding-top: 7px;
}

#navcontainer22 ul ul ul ul a:hover{

}


#navcontainer22 ul ul ul ul {
	display: none;
}
/* @end */
/* Toolbar Styles */

#navcontainer11 {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	line-height: normal;
	width: 100%;
}

#navcontainer11 #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	height: 32px;
}

#navcontainer11 #current {
}

#navcontainer11 #current img {
	position: absolute;
	left: 49px;
	bottom: 0;
}

#navcontainer11 #current:hover {
}

#navcontainer11 .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer11 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 2px solid;
	z-index: 30;
}

#navcontainer11 ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#navcontainer11 li {
	display: inline;
}

#navcontainer11 a {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	color: #fff;
	padding: 7px 20px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#navcontainer11 a:hover {
}

#navcontainer11 a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer11 ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 0.95em;
	height: auto;
	border-bottom: none;
}

#navcontainer11 ul ul li {
}

#navcontainer11 ul ul a {
	font-weight: normal;
	height: 20px;
	padding-top: 7px;
}

#navcontainer11 ul ul a:hover {
}

#navcontainer11 ul ul #current{
}

/* Child Level 3 */

#navcontainer11 ul ul ul {
	background: transparent;
	top: 27px;
	border-top: 1px solid;
}

#navcontainer11 ul ul ul li { 
}

#navcontainer11 ul ul ul a {
	height: 21px;
	padding-top: 7px;
}

#navcontainer11 ul ul ul ul a:hover{

}


#navcontainer11 ul ul ul ul {
	display: none;
}

.StyleCreation {
	color: #3333CC;
	font-style: italic;
}
#annonce {
	height:186px;
	z-index: 8;
	text-align: center;
	vertical-align: top;
	position: absolute;
	width: 151px;
	top: 328px;
	left: -155px;
}
#affiche {
	height:186px;
	z-index: 8;
	text-align: center;
	vertical-align: top;
	position: absolute;
	width: 157px;
	top: 331px;
	left: -157px;
}

/* @end */
#contact {
	height: 46px;
	width: 70px;
	position: absolute;
	z-index: 100;
	top: 285px;
	right: 895px;
}
#annonce .Style5 {font-size: larger; font-weight: bold; }
#annonce .Style6 {font-size: smaller;}
#annonce .Style7 {color: #000000;}
#annonce .Style4 {
	font-size: x-small;
	line-height: 9px;
	color: #000000;
}
.Style1 {
	font-size: larger;
	color: #000099;
}
.Style3 {color: #333333}

test {
	font-size: Aucune;
	clear: none;
	float: none;
	height: 100px;
	width: 100px;
	left: 200px;
	top: 100px;
	position: absolute;
}

