/* PROXIMEDIA c 2009 CSS DOCUMENT */

* {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
}

html {
	height:100%;
}

body {
	font-family:Tahoma;
	font-size:0.7em;
	color:#555555;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
	_height:100%;
}

#container {
	width:950px;
	margin:0 auto 30px auto;
}

#container_adres {
	width:950px;
	padding:10px 0 10px;
	text-align:right;
	font-weight:bold;
}

#container_header {
	width:950px;
	height:200px;
	position:relative;
	margin:0 0 30px 0;
}

#container_header_logo {
	width:213px;
	height:162px;
	background:url(../images/bg_header.png) no-repeat top left;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}

#container_header_menu {
	width:781px;
	left:169px;
	height:50px;
	background:url(../images/bg_menu.png) top left;
	position:absolute;
	z-index:3;
}

#container_header_menu ul{
	list-style:none;
	margin:20px 0 0 30px;
}

#container_header_menu ul li {
	float:left;
	margin:0 45px 0 0;
}

#container_header_menu ul li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#container_header_menu ul li a:hover {
	border-bottom:1px solid red;
}

#container_header_slideshow {
	background:url(../images/assets.jpg) 0px 1000px;
	width:950px;
	height:200px;
	position:absolute;
	z-index:1;
}

#container_content {
	width:950px;
	margin:0 0 20px 0;
}

#container_content a {
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

#container_content input, #container_content textarea {
	background:white;
	border:1px solid #555555;
	color:#555555;
	padding:5px;
	margin:10px 0;
}

#container_footer {
	text-align:right;
}

#footer {
	width:100%;
	height:116px;
	background:url(../images/bg_footer.png) no-repeat bottom left;
}

#footer_text{
	margin:0 0 0 40px;
	padding:70px 0 0 0;
	font-weight:bold;
	font-size:1.2em;
	float:left;
	width:400px;
}

#footer_copyright {
	width:90px;
	padding:70px 0 0 0;
	margin:0 40px 0 0;
	float:right;
}


/* Some content positioning div's */

.left {
	float:left;
	margin:0 10px 0 0;
}

.right {
	float:left;
}

.clear {
	clear:both;
}

/* General layout stuff */

#NAME {
	display:block;
	margin:0 0 10px 0;
	font-size:1.4em;
	color:red;
	background:url(../images/bg_listicon.png) no-repeat 0px 6px;
	padding:0 0 0 17px;
}
.CFLabel {
	font-weight:bold;
	margin:10px 0;
}

.Gallery3GaleriePageEnCours {
	display:none;
}

.Gallery3FichierObject  {
	background:none;
}

.spacer {
	padding: 0 30px 0 30px;
	line-height:22px;
	border-left:1px solid red;
}

h1, h2 {
	display:none;
}

h3 {
	font-size:1.7em;
	margin:10px 0 20px 0;
}

p {
	margin:10px 0 10px 0;
}
