@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #F00 url(../images/bg-body.png) repeat-y right 95px;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: left; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #666;
}
p   {
	font-size: 88%;
	margin: 0px 0px 15px;
	padding: 0px;
}
h1 {
	text-transform: uppercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0px 0px 5px;
	padding: 0px;
}
ul  {
	font-size: 88%;
}
li {
	margin: 0px 0px 5px;
	padding: 0px;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: line-through;
}
input , textarea{
	width: 275px;
}

.twoColElsLt #container {
	width: 85%;
	max-width: 1000px;
	min-width: 700px;
	background: #FFF url(../images/bg-content.gif) repeat-y right top;
	margin: 95px 0px 0px;
	padding: 0px;
	position: relative;
} 
.twoColElsLt #content-inner {
	background: url(../images/bg-container.gif) no-repeat right bottom;
	width: 100%;
	min-height: 750px;
}



/* ----- sidebar logo et menu ----- */



.twoColElsLt #sidebar1 {
	float: left;
	width: 142px;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColElsLt #sidebar1 #logo {
	margin-top: -38px;
	text-align: center;
}
#logo a {
	background: #999 url(../images/logo-blanc.png) no-repeat 3px 95px;
	display: block;
	height: 155px;
	width: 142px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#logo a:hover {
	background: #F1F1F1 url(../images/logo.png) no-repeat 3px 95px;
	display: block;
	height: 155px;
	width: 142px;
}
ul.menu  {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	margin: 0px;
	padding: 0px;
}
li.menu1 a {
	background: url(../images/mn1a.png) no-repeat center top;
	display: block;
	float: left;
	height: 156px;
	width: 35px;
	text-indent: -9999px;
}
li.menu1 a:hover {
	background: url(../images/mn1ahover.png) no-repeat center top;
}
li.menu2 a {
	background: url(../images/mn2a.png) no-repeat center top;
	display: block;
	float: left;
	height: 156px;
	width: 35px;
	text-indent: -9999px;
}
li.menu2 a:hover {
	background: url(../images/mn2ahover.png) no-repeat center top;
}
li.menu3 a {
	background: url(../images/mn3a.png) no-repeat center top;
	display: block;
	float: left;
	height: 156px;
	width: 35px;
	text-indent: -9999px;
}
li.menu3 a:hover {
	background: url(../images/mn3ahover.png) no-repeat center top;
}
li.menu4 a {
	background: url(../images/mn4a.png) no-repeat center top;
	display: block;
	float: left;
	height: 156px;
	width: 35px;
	text-indent: -9999px;
}
li.menu4 a:hover {
	background: url(../images/mn4ahover.png) no-repeat center top;
}



/* ----- contenu principal ----- */



.twoColElsLt #mainContent {
	margin-right: 250px;
	margin-left: 220px;
	padding-top: 150px;
} 
/* ----- contenu principal ----- */



.twoColElsLt #mainContent2 {
	margin-right: 250px;
	margin-left: 220px;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 250px;
} 
#mainContent2 .mail {
	background: url(../images/mail.png) no-repeat;
	height: 250px;
	width: 600px;
	position: absolute;
	left: 130px;
	top: -30px;
	margin: 0px;
	padding: 0px;
}
.slogan h1 {
	font-size: 140%;
	font-weight: normal;
	color: #666;
	margin: 50px 0px 10px;
	padding: 0px;
}
.slogan h2 {
	font-size: 275%;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}



/* ----- classes diverses ----- */



.rouge {
	color: #F00;
}
.center {
	text-align: center;
}
.form-table {
	font-size: 0.9em;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
