/* Start of CMSMS style sheet 'Redesign CSS' */
@import "ie.css";
@import "reset.css";
@import "fancy.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	*text-align: left;
}

/* HEADER */

		div#header {
			height: 120px;
			width: 100%;
			position: relative;
		}
		
		div#header img {
			display: block;
			margin: 15px auto 0;
		}
		
		div#header ul {
			position: absolute;
			right: 40px;
			top: 20px;
			list-style: none;
		}
		
		div#header ul li {
			color: #737273;
			float: left;
		}
		
		div#header ul li a {
			text-transform: uppercase;
			color: #737273;
			text-decoration: none;
		}

		div#header ul li a:hover {
			color: white;
		}


/* HAUT */

		div#haut {
			width: 100%;
			background: url(../images/backHaut.jpg) no-repeat center top;
			height: 474px;
			overflow: visible;
			z-index: 2;
			position: relative;
			
		}

		div#haut h2 {
			text-indent: -9999px;
			height: 26px;
			background: url(../images/slogan.png) no-repeat center top;
			width: 100%;
			position: absolute;
			top: -10px;
			left: 0;
		}

                div#haut h2.eng {background: url(../images/SloganEn.png) no-repeat center top;}
		
		.ie6 div#haut h2 {
			background: url(../images/slogan.gif) no-repeat center top;
		}
		
		div#haut ul {
			position: relative;
			width: 885px;
			margin: auto;
			height: 475px;
			top: 50px;
		}
		
		div#haut ul li {
			height: auto;
			width: 200px;
			margin: 0 9px;
			display:-moz-inline-stack;
			display: inline-block;
			zoom:1;
			*display:inline;
			padding: 0;
			position: relative;
		}
		
		div#haut ul li img {
			margin: auto;
			display: block;
		}
		
		div#haut ul li img:first-child {
			margin: auto;
		}
		
		div#haut ul li p {
			color: #737273;
			text-align: center;
		}
		
		div#haut div {
			width: 180px;
			background: rgba(0,0,0,0.6);
			position: absolute;
			bottom: 8px;
			left: 50%;
			margin: 0 0 0 -91px;
			
		}
		
		div#haut div a {
display: block;
			color: white;
			padding: 10px 0;
			font-weight: bold;
text-align: center;
text-decoration:none;
		}


/* BAS */

		div#bas {
			width: 100%;
			background: url(../images/backBas.jpg) no-repeat top;
			z-index: 0;
		}
		
		div#bas ul {
			width: 885px;
			margin: 0 auto;
		}
		
		div#bas ul li {
			width: 220px;
			display:-moz-inline-stack;
			display: inline-block;
			zoom:1;
			*display:inline;
			border-left: 2px solid black;
			border-right: 2px solid black;
			margin: 0 -3px;
		}
		
		/*div#bas div {
			width: 800px;
			margin: auto;
		}*/
		
		div#bas  p {
			color: #afaeaf;
			width: 800px;
			position: relative;
			margin:  0 auto;
/* 			padding-left: 22px; */
			padding-bottom: 22px;
/*
			border-left: 1px solid #0e0c0b;
			border-bottom: 1px solid #0e0c0b;
			float: left;
			width: 400px;
			margin-bottom: 20px;
*/
		}
		

		div#bas p:first-child {
/*			padding-left: 0;
			padding-right: 22px;
			border-right: 1px solid #0e0c0b;
			border-left: none;
			margin-left: 2px;			
*/
			margin: -80px auto 0;
		}

		
		div#bas p span {
			font-size: 18px;
			color: #544032;
		}
		
		div#bas p a {
			color: #544032;
			font-weight: bold;
		}
		div#bas div{width:400px;margin: 0 auto;}
		form {
			margin: 0 auto;
			text-align: center;
position: relative;
		}

                input, textarea, select {
                         width:380px;
padding: 0;
                }

form td {color: white; padding: 4px 0;}
/* End of 'Redesign CSS' */

