body {
	background: url("tmp/kubrickbgcolor.jpg");
	color : #333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 75%;
}

.bodyText li
{
	text-align : justify;
	color : #333;
	width: 450px;
	/*margin : 0px;*/
	font-size : 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

p.bodyTitle {
	font-size: 20px;
	font-weight: bold;
	color: #7c9d99;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 1px;
}

p.specTitle {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 1px;
}

p.bodyText {
	text-align : left;
	color : #333;
	width: 450px;
	/*margin : 0px;*/
	font-size : 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

p.menuTitle {
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 1px;
}

p.folderTitle {
	text-align : center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 1px;
}

p.folderDebut {
	text-align : left;
	font-size: 12px;
	font-style: italic;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 1px;
}

p.pageTitle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-style: normal;
}

div.right {
	text-align : right;
}

div.center {
	text-align : left;
}

.sousTitre{
	font-size: 10px;
	color: #333;
	margin-left: 4px;
}

#conteneur {
	position : absolute;
	padding: 0px;
	left : 50%;
	margin-left: -380px;
	margin-top: 12px;
	width : 50%;
    width : 760px;
	background: url("tmp/kubrickbgwide.jpg");
}

#haut {
	color: #FFFFFF;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url("tmp/kubrickheader.jpg");
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 16.6px;
	height: 200px; 
	width: 760px;
}

#haut a:visited {
	color: #FFFFFF;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 16.6px;
	height: 200px; 
	width: 760px;
}

#bas {
	background: url("tmp/kubrickfooter.jpg") no-repeat bottom; 
	height: 30px;
	width: 760px;
	float:left;
	margin-top: 20px;
}
#bas p {
	text-align: center;
	font-size: 10px;
}

a {
	color: #9B9;
}
#navigation h3{
	font-size: 12px;
	margin-left: 3px;
}

#navigation p{
	font-size: 11px;
}


#navigation ul{
	list-style-image: url('centre/ecoSimulateur/images/fleche.gif');
	font-size: 9px;
	margin-left: 0px;
}
#navigation li{
	width: 9em;
	padding-left: 0px;
}
#navigauche a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: red;
	margin: 2px;
	margin-left: 50px;
	letter-spacing : 0em;
	line-height : 10px;
	display : block;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size : 10px;
	background-image: url("tmp/fleche.gif");
	background-repeat: no-repeat;
	background-position : top left;
	text-decoration: none;
}
#navigauche a:hover{
	text-decoration: underline;
}
#navigauche a:visited{
	color: #9B9;
}

#navidroite a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #9B9;
	margin: 2px;
	margin-left: 0px;
	letter-spacing : 0em;
	line-height : 10px;
	display : block;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size : 10px;
	background-image: url("tmp/fleche.gif");
	background-repeat: no-repeat;
	background-position : center left;
	text-decoration: none;
}
#navidroite a:hover{
	text-decoration: underline;
}
#navidroite a:visited{
	color: #9B9;
}

#redText{
	color: red;
	font-size: 14px;
}
.gauche {
	margin-left: 15px;
	margin-top: -30px;
	float: left;
	width: 120px;
	margin-right: 0px;
	color: #000;
}


.centre {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: -10px;
	float: left;
	width: 450px;
	text-align: left;
	overflow: auto;
}

.droite {
	margin-right: 20px;
	margin-top: -30px;
	float : right;
	width : 120px;
	color : #000;
}

/**** Css pour la partie blog incorporée dans pensee unique****/
#blog_col_gauche p {
	text-align : center;
	font: 12 px Georgia;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom: 2px solid #A0A0A0;
}

/**** FIN Css pour la partie blog incorporée dans pensee unique****/

/******************* Css du quizz ****************/

.bonnesReponses{
	background-color: #339966;
	font-size: 120%;
	font-weight: bolder;
	width: 400px;
	-moz-border-radius: 6px;
	border: thin solid black;
}

#contentQuizz{
	text-align: left;
}

#contentQuizz p{
	
	border-bottom: thin solid #3366cc;
	font-size: 120%;
	padding-left: 2px;
	
}

#btnSubmit{
	margin-left: 100px;
}


.wrongReponses{
	background-color: #e36363;
	font-size: 120%;
	font-weight: bolder;
	width: 400px;
	border: thin solid black;
	-moz-border-radius: 6px;
}
/*************************************************************/

.annonceGoogle {
	position: absolute;
	left: 142px;
	top: 140px;
}

#miniLiens{
	position: relative;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
	height: 25px;
}

#miniLiens span {
	background-image: url(tmp/flecheMenu1.gif);
	background-repeat: no-repeat;
	background-position : center left;
	display: inline;
}

#miniLiens a {
	margin-left: 10px;
	font-size: 12px;
	margin-top: 10px;
	text-decoration: none;
	color: #9B9;
}

#miniLiens a:hover {
	text-decoration: underline;
	color: #147;
	display: inline;
}

ul, li {
	color: #333;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	position: relative;
}

#miniLiens dt {
	background-image: url(tmp/flecheMenu.gif);
	background-repeat: no-repeat;
	background-position : center left;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: center;
	display: inline;
}

#miniLiens dd {
	position: absolute;
	line-height: 20px;
	z-index: 100;
	left : 2em;
	margin-top: 0px;
	width: 300em;
	text-align: left;
	display: inline;
	top: 1.5em;
}

/**** cartes  ****/
#carte{
	width: 450px;
	/*height: 450px;*/
}

#tableCartes{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#tableCartes td{
	border: thin solid black;
	padding: 5px;
	width: 3em;
}
.greyCell{
	background-color: #A8A8A8;
}

#tableCartes #tdVide{
	border: 0px;
}

#s{
	width: 100px;
}

#centreCartes h2{
	font-size:  larger;
}
/***********************************************************************/
