/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { text-decoration:none; color:#7e1011; }
a:hover { text-decoration:underline; }
a:visited { color:#758e94; }

.clear { clear:both; }


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

body {
	background: #f7f5f2 url(images/fond.png) no-repeat center 170px ;
	font-family: Georgia,serif;
	font-size:80%;
  	line-height: 1.3;
	color:#333333;
}
ul { list-style-type:none; }

#page {
	position:relative;
	width: 950px;
	margin: 0 auto;
}
#main-title-nav h1 {
	position:absolute;
	top:20px;
	right:20px;
	background: transparent url(images/titre.png) no-repeat;
	height:88px;
	width:574px;
}
#main-title-nav h1 span { display:none; }
#main-title-nav ul {
	position:absolute;
	top:120px;
	right:10px;
}
#logo-CAPM { padding-top:15px; }


/*--------------------------MENU PRINCIPAL----------------------------*/

#main-title-nav li {
	font-family:arial, sans-serif;
	padding:5px 10px 5px 10px;
	float:left;
	background: #f7f5f2 url(images/bord-menu.png) no-repeat left center;
}
/*#main-title-nav li.actif {
	background-image: url(images/bord-menu-actif.gif);
}*/
#main-title-nav li a {
	text-decoration: none;
	color:#3b1c51;
}
#main-title-nav li a:hover {
	text-decoration: underline;
}


/*--------------------------MENU SECONDAIRE----------------------------*/
.sub-nav {
	float:left;
	width:135px;
	text-transform:uppercase;
}
.sub-nav li {
	border-bottom:1px dotted #999;
	padding:5px;
}
.sub-nav li a {
	color:#3b1c51;
	text-decoration:none;
}
.sub-nav li a:hover {
	text-decoration:underline;
}
.sub-nav li.actif {
	background-color:#d9cbdb;
}


/*--------------------------PROCHAINE CONFERENCE----------------------------*/

#prochaine-conf {
	background: transparent url(images/derniere-conf.png) no-repeat left top;
	position:relative;
	/*border-left: 10px solid #f7f5f2;
	border-right: 10px solid #f7f5f2;*/
	color:#FFF;
	padding:25px;
	min-height:150px;
	width:540px;
}
#prochaine-conf h3 {
	font-family:arial, sans-serif;
	float:right;
	width:415px;
	text-transform: uppercase;
	font-size:1.2em;
	color:#d9cbdb;
	padding-bottom:7px;
	border-bottom: 1px solid #d9cbdb;
}
.date-prochaine-conf {
	font-family:arial, sans-serif;
	float:left;
	padding-left:5px;
}
.date-prochaine-conf span {
	display:block;
	text-align:center;
	line-height:0.75em;
}
span.jour, span.mois{
	font-size:6.4em;
	letter-spacing: -0.05em;
	font-weight:bold;
}
span.annee {
	font-size:2.8em;
}
.resume {
	padding-top:40px;
	padding-left:125px;
}
h2.titre-prochaine-conf {
	font-family:"cambria",georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
}
h4.conférencier-prochaine-conf {
	padding-top:10px;
	font-size:1.2em;
}

/*--------------------------CONTENU PRINCIPAL----------------------------*/

#contenu-principal {
	position:absolute;
	top:170px;
	left:340px;
	width:610px;
}

#contenu {
	padding:10px;
	margin-top:20px;
}
#contenu h2 {
	font-family:"cambria", georgia, serif;
	font-size:2em;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:10px;
}
#contenu p {
	text-indent: 20px;
	padding-bottom:5px;
	padding-top:5px;
}
.contenu-liste {
	margin-left:155px;
}
.hierarchie-1 {
	font-size:1.6em;
	color:#622480;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
}
.heure-conf { color:#8e62a2; }
#contenu .hierarchie-2 {
	font-weight:bold;
	text-indent:0px; 
	padding-bottom:3px;
	padding-top:3px;
}
#contenu .hierarchie-3 { text-indent:0px;}


/*--------------------------CONTENU SECONDAIRE----------------------------*/

#contenu-secondaire {
	position:absolute;
	top:280px;
	left:30px;
	width:186px;
	padding:25px;
	background: transparent url(images/colonne-gauche.png) no-repeat left top;
}
#contenu-secondaire h3 {
	font-family:arial, sans-serif;
	text-transform:uppercase;
	padding-top:15px;
}
#contenu-secondaire table {
	width:100%;
}
#contenu-secondaire td.prev span, #contenu-secondaire td.suiv span { display:none; }
#contenu-secondaire td.prev a, #contenu-secondaire td.suiv a {
	display:block;
	width:100%;
	height:100%;
}
#contenu-secondaire td.prev a { background: transparent url(images/bouton_prev.gif) no-repeat center center; }
#contenu-secondaire td.suiv a {	background: transparent url(images/bouton_suiv.gif) no-repeat center center; }
#contenu-secondaire td {
	height:25px;
	width:14.3%;
	text-align:center;
}
#contenu-secondaire td.mois, #contenu-secondaire td.jour-semaine {
	color:#FFF;
}
#contenu-secondaire td.jour-semaine {
	border-bottom: 1px solid #a09986;
}
#contenu-secondaire td.mois {
	text-align:left;
	font-size:1.3em;
}
#plaquette a {
	display:block;
	text-decoration:none;
	color:#343129;
	line-height:1.2em;
	background: transparent url(images/bouton.png) no-repeat 0 -50px;
	margin-top:20px;
	margin-bottom:20px;
	min-height:25px;
	padding-left:30px;
}
#plaquette a:hover {
	background-position: 0 0;
	color:#ff9900;
}
.adr {
	color:#595145;
}
.adr p {
	line-height:1.2em;
	padding-top:4px;
}
#logos span { display:none; }
#logos a { 
	display:block;
	width:87px;
	height:71px;
	float:left;
}
#logo-UO {
	background: transparent url(images/logo-UO.gif) no-repeat center center;
}
#logo-UFC {
	background: transparent url(images/logo-UFC.gif) no-repeat center center;
}
a#mentions {
	text-decoration:none;
	display:block;
	padding-top:10px;
	color:#93a0a3;
	font-size:0.8em;
}
a:hover#mentions {
	text-decoration:underline;
	color:#5C7277;
}
