/* STYLE GENERAL */

body {font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;}
p  {margin-top: 1em;	margin-right: 0px;	margin-left: 0px;	font-style: inherit;	margin-bottom: 1em;}

h1 {font-family: "Times New Roman", Times, serif;	font-size: x-large;	text-align: center;	color:#a70532;}
h2 {font-family: "Times New Roman", Times, serif;	font-size: x-large;	text-align: center;	font-weight: normal;}
h3 {text-align: center;	font-size: large;	font-family: Verdana, Arial, Helvetica, sans-serif;}
h4 {font-size: medium;	font-family: Verdana, Arial, Helvetica, sans-serif;}
h5 {font-size: medium;}

a 			{font-weight: bold;	text-decoration: none; color: #000000; font-size: small; letter-spacing: 1px;}
a:hover {color: #a70532; text-decoration: none;}

/* MISE EN PAGE DE L'EN-TETE DU SITE */

#global {
	width: 750px;
	font-size: small;
	border: 1px solid #A70532;
	padding: 10px;
	margin: auto;
}

/* -- MENU DE L'EN-TETE -- */
.menu {
	width: 200px;
	padding: 5px 0 5px 5px;
	border: 1px solid #A70532;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* CADRE DE CONTENU */
#contenu {
	margin: auto;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 750px;
}

.jour {text-decoration: underline; font-size: medium;} /* POUR LES CONFERENCES SUR PLUSIEURS JOURS - TITRE DU JOUR */
.italic {font-style: italic; font-size: medium; color: #345DD6;} /* POUR LES SESSIONS DE CONFERENCE */


/* -- MENU DES CONFERENCES --*/
.border {padding: 3px; border: 1px solid #345DD6;	margin-bottom: 15px;}
.border p {margin: 0px;	padding: 0px;}

.titresommaire {font-size: large;	font-family: "Times New Roman", Times, serif;	font-weight: normal; margin: 0;	padding: 0;}


/* MISE EN PAGE DE L'INTRO SUR LA PAGE D'ACCUEIL */
#intro {
	text-align: justify;
	padding: 0 10px 0 10px;
}
#navigation {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 20px 0 0 0;
	padding: 0 0 4px 0;
}
.names {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
.soustitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-indent: 15px;
	margin: 0;
	padding: 0;
}
.numpage {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}
#logo {
	text-align: center;
}
#header {
	width: 750px;
	margin: auto;
	padding: 3px 10px 0 10px;
}
.pointille {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
}
#intro p {
	text-indent: 25px;
}

.warning {
	color: #CC0000;
	text-align: center;
}
