/*
Name: Lycée les chênes
URL: http://www.lyceeprofessionnel-leschenes.org/
Author: Com-Ocean | http://www.com-ocean.com
Date: Novembre 2009
*/

* {outline: none;}

html {font-size: 100.01%;}

body {
	background: #CDD739 url(../images/bkgd_home.gif) no-repeat top center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, address, blockquote, ol, p, ul {
	line-height:1.6em;
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {font-family: Arial, Helvetica, Verdana, sans-serif;}

/* ----------------------------------------------------------------------- */
/*                             	GENERAL STYLES                             */
/* ----------------------------------------------------------------------- */
.left {float: left;}

.right {float: right;}

.clear {clear: both;}
 
 img {border: 0;}
 
.uppercase {text-transform: uppercase;}

 

/* ----------------------------------------------------------------------- */
/*                             	LAYOUT                                     */
/* ----------------------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 470px;
}

	#flashcontent {
		clear: both;
		height: 180px;
		margin: 0;
		padding: 5px 0 0;
	}
	
	#flash_actu {
		background: url(../images/bkgd_flash.gif) no-repeat 0 0;
		float: right;
		height: 100px;
		padding : 10px 10px 10px 50px;
		margin: 0 0 50px;
		width: 260px;
	}

#middlecolumn {
	float: left;
	width: 260px;
}

	#middlecolumn img {margin: 225px 0 0;}

#rightcolumn {
	float: left;
	width: 230px;
}

	ul#nav_home { list-style-type: none;}	
	
		#nav_home li a {
			background-position: 0 0;
			display: block;
			height: 110px;
			overflow: hidden;
			text-indent: -9999em;
			width: 230px;
		}
		
		#nav_home li a:hover { background-position: 0 -109px;}
		
		li.but_lycee a {
			background: url(../images/but_lycee.jpg) no-repeat 0 0;
			margin: 145px 0 20px;
		}
	
		li.but_centre a {
			background: url(../images/but_centre.jpg) no-repeat 0 0;
			margin: 0 0 40px;
		}


#footer {
	clear: both;
	margin: 0 0 40px;
	padding: 0;
	width: 960px;
}

	#adresse-lycee {
		padding: 5px 0;
	}

	#adresse-centre {
		border-top: 1px solid #e2e78b;
		padding: 5px 0;
	}

	#footer p {
		color: #413816;
		font-size: 1.1em;
		line-height: 1.2em;
		margin: 0;
		text-align: center;
	}


/* ----------------------------------------------------------------------- */
/*                             	GENERAL TYPO                               */
/* ----------------------------------------------------------------------- */
 
p {
	color: #413816;
	font-size: 1.2em;
}
	
a {
	color: #413816;
	text-decoration: underline;
}

a:hover {text-decoration: none;}

