@charset "UTF-8";
/*
	Theme Name: iunivers site
	Theme URI: www.iunivers.fr
	Description: Site iUnivers.fr
	Version: 0.1
	Author: R. DELERY
 
Integration et graphisme R.DELERY

*/


/* corps de page */

body {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #000 url('images/fond.jpg') repeat-x;
	color: #000;
	margin: 0;
}

#page {
	margin: 0 auto 0 auto;
	width: 935px;
}

img {
	border: 0 none;
	height: 450px;
}

/* entête */

#header {
	color:#fff;
	font-size:0.8em;
	text-align:center;
	height: 25px;
	margin:0;
}

/* contenu */

#content {
	float:left;
	height: 450px;
	width: 625px;
}

#gauche {
	float:left;
	height: 450px;
	width: 315px;
}

#milieu {
	float:right;
	height: 450px;
	width: 310px;
}

#droite {
	float:right;
	height: 450px;
	width: 310px;
}

/* sidebar */

#sidebar {
	float:left;
	width: 200px;
}

/* footer */

#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 250px;
	width: 935px;
	clear:both;
}

#copy {
	font-size: 0.9em;
	color:#ccc;
}

p {
	text-align: right;
	margin: 10px 20px 0 0;
}

/* liens */

a {
	color:#660000;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

li {
	list-style-type: none;
}

ul {
	list-style-type: none;
}