
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(../images/bg.gif); background-attachment: fixed;
	font: font-family:Verdana, Geneva, sans-serif;
	color: #003065;
}


.boxed {
}

.cartouche .title {
	padding: 5px 0 5px 20px;
	background: #003065 url(../images/img06.gif) no-repeat;
	font-size:13px;
	font-weight: bold;
	color: #ffffff;
}

.cartouche .content {
	padding: 0px 20px 10px 20px;
}



.post .title {
	float: right;
	width: 395px;
	padding: 5px 0;

}

.intro {
	 width:515px;
	  margin:15px 0 0 0px;
	  font-family:Verdana, Geneva, sans-serif;
	  font-size:13px;
	  }

#header {
	width: 765px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #40ACC7 url(../images/header.gif) no-repeat;
	color: #FFFFFF;
	text-align:center;
}

/* Logo */

#logo {
	height: 115px;
	background: url(../images/img02.gif) no-repeat;
	text-align: center;
}



/* Content */

#conteneur {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img03.gif) repeat-y 220px 0;
	border: 5px solid #808b91;
}

#calendrier {
	width: 220px;
	margin-left:10px;
	border: 5px solid #808b91;
}

#date {margin:10px 10px; width:200px; float:left; font-size:11px;}
#evenement {margin:10px 0px; width:120px; float:right; font-size:10px; font-weight:bold;}


/* Contenu*/

#contenu {
    float:right;
	width: 535px;
	}

.laureats { width:164px; border: dashed 1px; float:left; margin-right:5px; font-size:10px; text-align:center;}
.laureats2 { width:505px; border: dashed 1px;font-size:11px; float:left; margin:5px;}
.contact { width:513px; border: dashed 1px;font-size:11px;}



#col_gauche {
	float: left;
	width: 220px;
	background: url(../images/img04.gif) no-repeat;
}

.lien2 { font-size:11px; color:#003065; font-weight:normal;}
.lien2 a { text-decoration:none; color:#003065;}
.lien2 a:hover { text-decoration: underline; color:#a3ba03;}

.lien3 { font-size:12px; color:#fff; font-weight:normal;}
.lien3 a { text-decoration:none; color:#fff;}
.lien3 a:hover { text-decoration: underline; color:#fff;}

/* Content > Sidebar > Menu */

#menu {
	padding: 20px;
	border-top: 5px solid #808b91;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	background: url(../images/img04.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #003065;
	font-size:14px;
	font-weight:bold;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/img05.gif);
	color: #a3ba03;
}

