@charset "ISO-8859-1";

body {
	background-color:#EEEEEE;
	font-family:Lucida Grande, Tahoma, Verdana, Arial;
	font-size:14px;
	color:#000000;
}

table, tr, td {
	text-align:left;
}
a {
	font-weight:bold;
	color:#CC0022;
	text-decoration:underline;
}
a:hover {
	color:#336600;
}
pre {
	color:#FF0000;
}
textarea {
	font-family:Lucida Grande, Tahoma, Verdana, Arial;
	font-size:9pt;
	border:1px solid #CC0022;
}
sup {
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
}

/**************************************************MISE EN PAGE *********************************/

/**************Disposition************/
#dispo {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/************* Menu ****************/
#menu {
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#menu li {
	display:inline;
	list-style-type:none;
	margin-left:5px; margin-right:5px;
}
#menu a {
	color:#CC0022;
	padding-bottom:2px;
	border-bottom:10px solid #CC0022;
	text-decoration:none;
}
#menu a:hover {
	color:#336600;
	border-bottom-color:#336600;
}
#menu a.cur {
	color:#115599;
	border-bottom-color:#115599;
}

/************** CONTENU *******************/
#contenu, #ours, #t09sponsors {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	border:thin dashed #CC0022;
	margin-top:40px;
	margin-bottom:20px;
	padding:10px;
}

/**************** OURS ****************/
#ours {
	text-align:center;
	font-size:11px;
}

/************* SPONSORS **************/
#t09sponsors {
	text-align:center;
	background-image:url(../images/sponsors/intit.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#t09sponsors img {
	display:inline;
	margin-left:10px; margin-right:10px;
}

/************************************************************* CLASSES *******************************************************/

.titre, .titre_c {
	color:#CC0022;
	border-bottom: thin dotted #CC0022;
	font-size:21px;
	letter-spacing:2px;
	font-weight:bold;
}
.titre_c {
	margin-left:15px; 
	margin-right:15px; 
	text-align:center; 
	font-variant:small-caps;
}

.stitre {
	font-size:16px; font-weight:bold;
	display:block;
	color:#770011;
}

.n {
	color:#000000;
	font-size:14px;
	letter-spacing:0px;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
}

a.doc, a.mail, a.ext {
	background-image:url(../images/document_link.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
}
a.mail {
	background-image:url(../images/mail.gif);
}
a.ext {
	background-image:url(../images/externe_link.gif);
}
ul.files li {
	list-style-image:url(../images/document_link.gif);
}

