@CHARSET "ISO-8859-1";

/***************************HACKS**/

/**Img Flicks on IE**/
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/***************************HEAD**/

#header{
	margin: 0 auto;
	width: 990px;
	height: 148px;
	background: url('../images/header.jpg') top left no-repeat;
}


#global{
	width: 1000px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

* html #global{
	width: auto;
}

/**************************COLS**/

.layoutCol{
	float: left;
	/*border: 1px solid red;*/
}

#leftcol{
	width: 228px;
	margin-right: 30px;
}


* html #leftcol{

	margin-right: 0;
		
}

#content{
	background: url('../images/cornerTopLeft.jpg') no-repeat;
	background-color: #FFF;
	padding: 55px 60px 0 50px;
}

* html #content{
	float: left;
	padding-right: 0;
	padding-left: 40px;
	padding-top: 70px;
}

* html #content2{
	width: 400px;	
	margin: 0;
	float: left;
	padding-right: 0;
}

#content2{
	width: 450px;
	margin-right: -60px;
	padding-right: 50px;
	padding-bottom: 50px;
	background: url('../images/cornerBottomRight.jpg') no-repeat;
	background-color: #FFF;
	background-position: bottom right;
}


#rightcol{
	float: right;
	text-align: left;
	width: 235px;
	margin-right: -45px;
}

/**************************PANELS**/

#panelTelechargements{
	position: relative;
	z-index: 50;
	width: 235px;
	height: 222px;
	background: url('../images/panelTelechargements.jpg');
}

#panelTelechargements p{
	margin: 5px 25px 5px 30px;
	position: relative;
	left: 30px;
	top: 100px;
}

#panelContact{
	width: 235px;
	height: 338px;
	background: url('../images/panelContact.jpg');
	text-align: justify;
	font: 10px arial, tahoma, sans-serif;
}

#panelContact p{
	padding-top: 70px;
	margin: 0 25px 5px 60px;
}

#panelOrganisateurs{
	width: 228px;
	height: 186px;
	background: url('../images/panelOrganisateurs.jpg');
}

#panelPhotos{
	width: 228px;
	height: 253px;
	background: url('../images/panelSoutien.jpg');
	text-align: center;
}


#panelSponsor{
	width: 235px;
	height: 200px;
	background: url('../images/panelSponsor.jpg');
}

#panelEval p{
	margin: 5px 35px 5px 13px;
	position: relative;
	left: 25px;
	top: 68px;
}

#panelEval{
	width: 228px;
	height: 174px;
	background: url('../images/panelEval.jpg');
}

/*******************************FOOTER**/

#footer{
	width: 100%;
	height: 28px;
	background: url('../images/bgFooter.jpg') repeat-x;
	text-align: right;
}


