/* Kit graphique par Graphiques-Kits.com */
/* Copyright 2007 tous droits réservés */
/* ------------------------------------ */


body {
	max-height: 700px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #666666;
	background: url(images/fond6.jpg) repeat-x;
}

div#site-college {
    text-align:left;
    width: 1000px;
	margin: auto;
}

/* ------------------------------------ */

div#header {
    background: url(images/ac-reims22.jpg) no-repeat 0 0;
    height: 171px;
    margin: 0;
    padding: 0;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

div#sous-header {
    height: 34px;
    margin: 0;
    padding: 0;
	background: url(images/fond.jpg) repeat-x;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

div#contenu-sheader {
	margin-left: 12px;
}

div#contenu-sheader a, div#contenu-sheader a:link {
	float: left;
	padding-right: 50px;
	padding-top:10px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/* ------------------------------------ */

div#corp {
	background-color: #ffffff;
}

div#contenu-left {
	height:620px;
	float: left;
	width: 150px;
	margin: 0px;
	background-color: #759cd5;
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 25px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

div#title {
	margin-bottom: 10px;
	padding-left: 0px;
    font-family: "Times New Roman", Times, Verdana;
    font-size: 15px;
	color: #000000;	
	font-weight : bold;
}

div#menu-left {
	margin-left: 10px;
	padding-top: 10px;
}

div#menu-left a {
    color : #000000;
    font-weight : bold;
	font-size: 11px;
	height: 10px;
}
div#contenu-sheader a:hover {
	color: #808080;
	text-decoration: underline;
}


div#menu-left a, div#menu-left a:link {
	float: left;
	padding-top:10px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

div#menu-left a:hover {
	color: #808080;
	text-decoration: underline;
}


div#contenu-right {
	height:600px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 70px;
	border-right:1px solid grey;
}

#contenu-right ol /* Toutes les listes à puces se trouvant dans un menu */ {
	list-style-image: url(images/carrebleu.jpg); 
	padding: 0px; 
	padding-left: 470px; 
	margin: 0px;
	}
	
#contenu-right a:hover {
	text-decoration: underline;
	color :blue;
	}

#contenu-right h4 a {
	font-size: 12px;
	color: black;
	text-decoration: none;
	display:block;
	margin:0 auto;
	}

div#contenu-right img {
margin-left:200px;
margin-top:-20px;
}


/* ------------------------------------ */

html, body { 
    margin: 0;
	padding: 0;
}

img { border: 0; }


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -25px;
	text-align: left;
	margin-top:20px;
	margin-left:250px;
}


p{
	color: #000000;
	font-size:11px;
	margin-left: 250px;
	text-align:left;
}


