html, body {	background-color: #CAD7ED;	background-image: url("../image/ciel.jpg");	background-repeat: repeat-x;	background-attachment: fixed;	font-family: Verdana, Arial, Helvetica, sans-serif;	position: relative;	margin: 10px auto 0px auto;	text-align: right;	width: 760px;}div#animation{	position: relative;	width: 760px;	height: 500px;	margin: 0px auto 0px auto;	text-align: right;	border: 1px solid #990066;}

div#header{
	margin: 0px auto 0px auto;
	text-align: center;
}
div#menu{	list-style-type: none;	text-align: center;	font-size: 14px;	color: #990066;
	background-color: white;
	margin: 10px 0px 10px 0px;
	letter-spacing: 2px;
	text-decoration: none;}

div#contenu
{
	text-align: justify;
	margin: 10px;
	width: 740px;
	height: 290px;
	overflow: auto;
	color: #0000FF;
}

div#contenu1
{
	text-align: justify;
	margin: 10px;
	width: 740px;
	height: 310px;
	overflow: auto;
	color: #0000FF;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

p, li, ul, label
{
	font-size:12px;
	
}

a
{
	color: #0099FF;
	text-decoration: none;
}

a:hover
{
	color: #9900FF;
	text-decoration: none;
}
div#animation div#menu a{	text-decoration: none;	color: #990066;	font-weight: bold;}div#animation div#menu a:hover{	text-decoration: underline;}div#animation div#menu a#animations{	color: #0099FF;}div#animation div#menu a#contact{	color: #FF0066;}div#animation div#menu a#spectacles{	color: #C90304;}div#animation div#menu a#references{	color: #9900FF;}div#animation div#menu a#coquelicot_clown{	color: #FF0000;}div#animation div#menu a#eclats_de_rire{	color: #FF9900;}div#animation div#menu a#ballons{	color: #66CC00;}a.ajax{	font-size: 9px;	color: #990066;	line-height: 40px;}div#mentions_legales{	height: 130px;	padding: 0px 10px 0px 10px;	background-color: #A8D600;	color: #CB239A;}div#mentions_legales h1{	font-size: 12px;}div#mentions_legales div{	float: left;	width: 220px;	height: 80px;	margin-left: 20px;}div#mentions_legales h2{	font-size: 10px;}div #mentions_legales p{	font-size: 9px;}div #mentions_legales a{	color: #990066;}div#partenaires_bloc{	font-size: 12px;	height: 100px;	padding: 10px;	background-color: #FFFFFF;}div#partenaires_bloc a img{	border: none;	padding-left: 30px;}div#partenaires_bloc a{	color: #a8d600;}

#bloc
{
	position: relative;	margin-left: auto;	margin-right: auto;
	width: 820px;
	background-position: top left;
	background-repeat : repeat-y;
}

/* Contact*/
form
{
	text-align: left;
	margin:10px;
}

.envoy{
	background-color: #13852E;
}

form input:focus {
	background-color: #3399FF;
}

form textarea:focus {
	background-color: #3399FF;
}

form label
{
	display: block;
	width: 200px;
	float: left;
}