@charset "UTF-8";



/* ----- balises principales ----- */



body {
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	background: #F00 url(../images/bg-body.gif) repeat-x;
	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: #333;
}
p  {
	font-size: 0.9em;
}
h1 {
	font: bold 1.9em Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.6em;
	color: #000;
}
h3 {
	font-size: 2.2em;
	color: #999;
}
h4  {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.3em;
	color: #000;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}
#mainContent a {
	color: #C00;
	text-decoration: none;
}
#mainContent a:hover {
	color: #CCC;
	text-decoration: none;
	background: #666;
}



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




.oneColLiqCtr #container {
	width: 80%;  /* ce paramétrage crée un conteneur dont la largeur est 80 % de celle du navigateur */
	background: url(../images/bg-container.png) repeat-y right top;
	text-align: left;
	margin-top: 75px;
}
.oneColLiqCtr #mainContent {
	padding: 200px 17% 0 5%;
	background: url(../images/bg-texture.png) no-repeat right bottom;
	min-height: 750px;
}

/* -- classe suivantes sont pour des éléments draggable -- */

.oneColLiqCtr #navbar {
	height: 225px;
	width: 200px;
	float: left;
	background: url(../images/marque.png) no-repeat 0px 175px;
	z-index: 105;
}
.oneColLiqCtr  #souris{
	height: 225px;
	width: 303px;
	background: url(../images/souris.png) no-repeat;
	z-index: 95;
	float: left;
}
.oneColLiqCtr  #papier{
	height: 277px;
	width: 330px;
	background: url(../images/papier.png) no-repeat;
	z-index: 95;
	float: left;
}
.oneColLiqCtr  #globe{
	height: 322px;
	width: 316px;
	background: url(../images/globe.png) no-repeat;
	z-index: 95;
	float: left;
}
.oneColLiqCtr  #mail{
	height: 250px;
	width: 600px;
	background: url(../images/mail.png) no-repeat;
	z-index: 95;
	float: left;
}
.oneColLiqCtr  #logo{
	height: 225px;
	width: 245px;
	background: url(../images/bg-logo.png) no-repeat 0px 0px;
	float: left;
}
.position-logo {
	position: absolute;
	left: 45%;
	top: 15px;
}
.position-menu {
	position: absolute;
	left: 25%;
	top: 75px;
}
.position-souris {
	position: absolute;
	left: 2%;
	top: 50px;
}
.position-mail {
	position: absolute;
	left: 42%;
	top: 275px;
}
.position-papier {
	position: absolute;
	left: 2%;
	top: 15px;
	background: url(../images/marque.png) no-repeat left bottom;
}
.position-globe {
	position: absolute;
	left: 32%;
	top: 450px;
	background: url(../images/marque.png) no-repeat left bottom;
}

.drag{
position:relative;
cursor:hand;
z-index: 100;
}



/* ----- menu principal ----- */



.twoColElsLt #navbar {
	float: left;
	width: 20%;
	min-width: 142px;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColElsLt #navbar #logo {
	margin-top: -38px;
	text-align: center;
}
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;
}
.oneColLiqCtr #comment {
	background: #FC3;
	border: 1px solid #C90;
	padding: 15px;
	visibility: hidden;
	width: 70%;
	position: absolute;
	left: 50px;
	top: 50px;
}



/* ----- classes pour les titres dans la section portfolio ----- */



.t-affiches {
	background: url(../images/t-affiches.png) no-repeat;
	height: 46px;
	width: 152px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}
.img-design {
	background: url(../images/img-design.png) no-repeat;
	padding-top: 485px;
}

.t-bannieres {
	background: url(../images/t-bannieres.png) no-repeat;
	height: 27px;
	width: 180px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}

.t-brochures {
	background: url(../images/t-brochures.png) no-repeat;
	height: 28px;
	width: 171px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}

.t-depliants {
	background: url(../images/t-depliants.png) no-repeat;
	height: 48px;
	width: 169px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}
.t-divers {
	background: url(../images/t-divers.png) no-repeat;
	height: 33px;
	width: 199px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}

.t-logos {
	background: url(../images/t-logos.png) no-repeat;
	height: 55px;
	width: 176px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}

.t-pochettes {
	background: url(../images/t-pochettes.png) no-repeat;
	height: 48px;
	width: 385px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}

.t-sitesweb {
	background: url(../images/t-sitesweb.png) no-repeat;
	height: 33px;
	width: 199px;
	margin: 20px 0px 10px;
	padding: 0px;
	text-indent: -9999px;
	}



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



.clearfloat {
	clear: both;
}
.colonne {
	width: auto;
	padding-right: 15%;
	padding-left: 8%;
	margin-top: 3em;
}
.colonnes {
	width: 50%;
}
.div-accueil {
	background: url(../images/marque.png) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 35px;
	width: 90%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.form-table {
	font-size: 0.9em;
}
input , textarea{
	width: 275px;
}
.padding-menu {
	padding-left: 30px;
	padding-top: 10px;
}
.paddingtop {
	margin: 0px;
	padding: 1.5em 0px 0px;
}
.padding0 {
	margin: 0px;
	padding: 0px;
}
.rouge {
	color: #F00;
}
