/* @override http://www.ecoledecirquedebruxelles.be/assets/templates/caravan/main.css */

/* STRUCTURE */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #7CFC00;
	}
/*#page {
	width: 800px;
	background-image: url(/assets/images/background.jpg);
	background-repeat: repeat;
	background-position:0px 0px;
	padding-top: 0px;
	}*/
.page {
        width: 800px;
        min-height:800px;
	background-image: url(/assets/images/background.jpg);
	background-repeat: repeat;
	background-position:0px 0px;
	padding-top: 0px;
	}
#top {
	margin: 0px 0px 0px 0px;
	width: 800px;
	padding: 0px;
	border: 0px;
	height: 100px; 
	/*background: yellow;*/
	}
#contenu {
	position: relative;
	}
#bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	height: 100px; 
	}
#left{
	position: absolute;
	top: 10px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 150px;
	}
#middle{
	position: relative;
	width: 420px;
	top: 0px;
	left: 170px;
	margin: 0;
	padding: 10px;
	border: 0px;
}
#right {
	position: absolute;
	width: 180px;
	top: 150px;
	right: 0px;
	border: 0px solid #B82718;
	margin: 0px;
	padding: 0px;
}
#blocGauche1, blocGauche2, blocGauche3 {
	/*background-color:#cc0033; */
	/*width:200px*/
	}
#blocDroite1, blocDroite2, blocDroite3 {
	/*background-color:#99CC33; 
	width:200px*/
	}


#contenu {
	width : 800px;
 	position : relative;
	z-index : 1;
	padding-left : 0;
		padding-top : 0;
			padding-right : 0;
				padding-bottom : 0;
	margin-top : 0;
	line-height : 1;
	}


#adresse{
	padding: 5px; 
	z-index: 1; 
	position: absolute; 
	bottom: 0px;
	}


/*  COULEURS  */
.amateurs {
	color: #7BC523;
	}
.professionel {
	color: #00A8DB;
	}
.evenement {
	color: #EE9601;
	}
.general {
	color: #B82718;
	}
.accent {
	background: #eee;
	}


/* TEXTE */
body, p, td, li, input, select, textarea {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2F4F4F;
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

/* LIENS */

/* LIENS TEXTE */

.lien_texte {
	color: #000000;
	}
a {
	color: #2F4F4F;
	}
a:hover {
	color: #B82718;
	}

/* MENU ECB */

#blok_menu_ecb {
	position : absolute;
	background-color: #ccc;
	top: 0px;
	right: 0px;
	z-index : 1;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}

/* CASE FR / NL */
.caseFrNl {
        margin-left:0px;
	padding: 0px;
	border: 0px solid #ccc;
        font-size: 1,8em;
	float: left;
	}


/* CSS CODE MENU PRINCIPALE  des PROJETS */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 150px;
	margin: 0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background: #FF0000;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background: #FF9933;
	padding: 8px 0 0 10px;
	}

.bloc1 {
background-color: #BBB4B4;
	margin: 10px;
	padding: 10px;

}

