*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #b7cb08 url(img/background.gif) repeat-x top left;
	font-family: arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

/******************************************************/
/******************* Style de base ********************/
/******************************************************/
a {
	text-decoration: none;
	color: #99cc33;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/******************************************************/
/*************** Style des formulaires ****************/
/******************************************************/
fieldset {
	border: none;
	overflow: hidden;
	width: 100%;
}

label {
	font-size: 12px;
}

.boutonNL {
	background: none;
	color: #99cc33;
	border: none;
	border: 1px solid #99cc33;
	cursor: pointer;
	margin: 0 0 0 20px;
	top: 0;
}

#contact label {
	display: block;
	width: 50%;
	float: left;
	margin: 0 0 15px 0;
}

textarea {
	width: 395px;
	height: 80px;
}

input {
	display: block;
}

.boutonSubmit {
	background: none;
	color: #99cc33;
	border: none;
	border: 1px solid #99cc33;
	cursor: pointer;
	position: relative;
	left: 336px;
	top: -30px;
}

html>body .boutonSubmit {
	left: 347px;
}

#boutonValider {
	position: relative;
	top: -30px;
	left: 160px;
}

#messageNL {
	margin-top: 10px;
}

#formNLHome #messageNL {
	margin-top: 0;
}

#boutonDesinscription {
	margin: 10px 0 0 0;
}

#erreur {
	color: #99cc33;
}

/*******************************************/
/*************** Bloc Page *****************/
/*******************************************/
#page {
	width: 1133px;
	margin: 0 auto;
	height: 100%;
	background: url(img/degradeInside.gif) repeat-y 50% 0;
	position: relative;
}

html>body #page {
	min-height: 100%;
	height: auto;
}

/**************************************/
/*********** Bloc blocEntete **********/
/**************************************/
#blocEntete {
	background: #000 url(img/entete.jpg) no-repeat;
	height: 200px;
	position: relative;
	width: 1133px;
	margin: 0 auto;
	z-index: 2;
}

#blocEntete h1 {
	position: absolute;
	left: 200px;
	z-index: 20;
	margin: 0 auto;
}

#blocEntete h1 a {
	display: block; 
	width: 755px;
	height: 200px;
	background: url(img/logoCameleon.png) no-repeat;
	text-indent: -5000em;
	outline: none;
}

/**************************************/
/*********** Bloc Conteneur ***********/
/**************************************/
#conteneur {
	margin: 0 155px 0 186px;
	background: url(img/fondCameleon.jpg) no-repeat 446px 100%; 

}

/*********************************/
/******** Bloc blocContenu *******/
/*********************************/
#blocContenu {
	margin: 0;
	padding: 50px 0 350px 0;
	background: url(img/basLogo.png) no-repeat 534px -2px;
	width: 100%;
}

.clearRetour {
	clear: both;
	visibility: hidden;
}

/***************************/
/******* Bloc contenu ******/
/***************************/
#contenu {
	float: right;
	width: 538px;
	margin: 29px 0 30px 0;
}

#contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6, #contenu p,
#contenu ul, #contenu ol, #contenu img {
	margin-right: 95px;
}

#contenu p, #contenu ul, #contenu ol, #contenu img {
	margin-bottom: 10px;
}

#contenu p img {
	margin-right: 0;
}

#contenu p, #contenu ul, #contenu ol {
	font-size: 12px;
}

#contenu ul, #contenu ol {
	list-style-position: inside;
}

#contenu ul {
	list-style: none outside;
}

#contenu ul li {
	background: url(img/puce.gif) no-repeat 0 3px;
	padding-left: 12px;
}

#contenu h2 {
	color: #acd037;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 5px;
	background: url(img/pointille2.gif) repeat-x 0 100%;
	margin-bottom: 7px;
}

#contenu h2#inscriptionNLHome {
	margin-top: 30px;
}

#contenu #fileAriane {
	font-size: 12px;
	background: url(img/pointille2.gif) repeat-x 0 100%;
	padding: 2px 0 7px 0;
}

#contenu h3 {
	color: #a8171b;
	font-size: 15px;
	margin: 20px 95px 0 0;
}

#contenu h4 {
	/*color: #f46f21;*/
	color: #2a89c3;
	font-size: 13px;
	/*margin: 15px 0 0 0;*/
	margin: 0 95px 0 0;
}

/***** Bloc video *****/
#contenu #blocVideo {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 50;
	padding-bottom: 10px;
	width: 354px;
	left: 320px;
}

#blocVideo p {
	margin: 350px 0 0 0;
	text-align: center;
}

#blocVideo a {
	padding: 3px 0 4px 0;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	display: block;
}

#player {
	position: absolute;
	top: 5px;
	left: 2px;
}

/***** Actualites *****/
#listeActu {
	margin: 0 55px 0 0;
}

#listeActu h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.actu {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
}

#contenu .actu p.vignetteActu {
	width: 105px;
	float: left;
	margin: 0;
	padding: 0;
}

#contenu .actu .vignetteActu img {
	margin: 0;
	border: 2px solid #99cc33;
}

#contenu .actu .detailActu {
	float: left;
	width: 345px;
}

#contenu .actu .detailActu p {
	margin: 0;
}

#contenu .actu .detailActu .posted {
	font-size: 11px;
}

/***** Plan du site *****/
#plansite {
	margin: 0 95px 0 0;
}

#plansite a {
	display: block;
	width: 100%;
}

#contenu #plansite h3 {
	/*background: url(img/pointille.gif) repeat-x 0 100%;*/
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ccc;
}

#contenu #plansite h3 a {
	color: #a8171b;
}

#contenu #plansite h4 {
	margin: 0;
}

#contenu #plansite h4 a {
	color: #2a89c3;
	/*background: url(img/puce.gif) no-repeat 0 2px;*/
	background: url(img/tiretBordeau.gif) no-repeat 0 9px;
	padding-left: 12px;
	width: 90%;
}

#contenu #plansite .bloch4 {
	margin: -10px 0 20px 30px;
}

/***************************/
/******* Bloc Menu *********/
/***************************/
#blocInfo {
	float: left;
	width: 236px;
	padding-bottom: 40px;
}

#blocInfo h2 {
	text-indent: -5000em;
	line-height: 40px;
}

#blocInfo #titreProgramme {
	background: url(img/titreContenuSite.gif) no-repeat 4px 0;
}

#blocInfo #titreActu {
	background: url(img/titreActu.gif) no-repeat 4px 100%;
	clear: both;
	padding-top: 40px;
}

#blocInfo .lienUtile {
	margin-left: 55px;
}	

#blocInfo .lienUtile a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#blocInfo .lienAutreVersion a {
	font-size: 11px;
	color: #f8931d;
	font-weight: bold;
	margin: 0 0 0 55px;
	padding: 4px 0 6px 0px;
	display: block;
	width: 60%;
}

#blocInfo ul {
	list-style: none;
	margin: 0 0 0 40px;
}

#blocInfo ul li {
	background: url(img/pointille.gif) repeat-x 0 100%;
	padding: 0 0 6px 15px;
}

#blocInfo ul li a {
	color: #666666;
	font-size: 12px;
	display: block;
	padding: 4px 0 0 0;
	font-weight: bold;
	width: 100%;
}

#blocInfo ul li span {
	display: block;
	font-size: 12px;
}

#menu ul li {
	background: none;
	padding: 0;
	float: left;
	width: 92%;
	z-index: 11;
	position: relative;
}

#menu ul li a {
	text-transform: uppercase;
	background: url(img/pointille.gif) repeat-x 0 100%;
	padding: 4px 0 6px 15px;
	font-family: verdana, Tahoma, sans-serif;
	font-size: 11px;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #999;
}

/*** 2eme niveaux ***/
#menu ul ul {
	display: none;
}

#menu ul li:hover ul, #menu ul li.sfhover ul  {
	position: absolute;
	display: block;
	border: 1px solid #ccc;
	width: 196px;
	background: #fff;
	z-index: 4;
	top: -2px;
	left: 190px;
	margin: 0;
	padding: 0;
}

#menu ul li.sfhover, #menu ul li:hover {
	z-index: 15;
}

#menu ul li.sfhover ul a, #menu ul li:hover ul a {
	width: 181px;
}

#menu ul li.sfhover ul li.dernierLien a, #menu ul li:hover ul li.dernierLien a {
	background: none;
}

/*********************************/
/********** Bloc basPage *********/
/*********************************/
#basPage {
	clear: both;
	font-size: 11px;
	text-align: center;
	border-top: 3px solid #f36f21;
	position: absolute;
	padding: 20px 0 10px 0;
	bottom: 0;
	width: 763px;
	border: 1px solid red:
	left: 54px;
}

html>body #basPage {
	padding-top: 20px;
}

#lienspectacles {
	position: absolute;
	bottom: 80px;
	left: 101px;
}

#lienspectacles a {
	display: block;
	text-indent: -500em;
	width: 306px;
	height: 250px;
	background: url(img/spectacles.gif) no-repeat;
}


/*********** Style utiles ***************/
#contenu .imggauche {
	float: left;
	margin: 0 15px 0 0;
}

#contenu .imgdroite {
	float: right;
	margin: 0 0 0 15px;
}

#contenu .borderimage { 
	border: 2px solid #99cc33;
}

#contenu p.centrerimage { 
	text-align: center;
}

#contenu p.centrerimage img {
	margin: 0;
}

#contenu p.clear {
	clear: both;
}

#contenu p.justify {
	text-align: justify;
}
