/*** CSS Salon du livre  -  18.12.2009  ***/


/* Default  */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;

	margin:0px;
	color:#333333;
	background-color:#2579b2;
}

.left{
	float:left;
	margin-right:7px;}

.right{
	float:right;
	margin-left:7px;}
	
img{
	border:0px;
	
}

ul {padding-left:15px;}


/*****************************************************/
/*******      Principaux DIVS & colonnes    **********/
/*****************************************************/

#container{
	background-image:url(/multimedia/images/img_structures/fond.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:100%;
	margin:0px;
	}
	
#principal{
	width:920px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	}
	
	/*
#principal.ombreHOME{
	background-image:url(/multimedia/images/img_structures/ombre.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
	
	*/
	/*
	.ombreHOME{
	background-image:url(/multimedia/images/img_structures/ombre.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
	
	*/

#colMenu{
	width:200px;
	float:left;
	padding-top:15px;
	}
	
#zoneContent{
	float:right;
	width:700px;
	font-size:11px;
	padding-top:15px;
	line-height:15px;
	padding-bottom:20px;
	}
	
	

#colGint{
	float:left;
	width:457px;
	}
	
#colDint{
	width:225px;
	float:right;
	}	

/*****************************************************/
/********************      ENTETE    *****************/
/*****************************************************/

#entete{
	height:237px;
}

#enteteInt{
	height:180px;
}



#lang{
	width:100%;
	color:#979393;
	font-size:10px;
	height:20px;
	line-height:20px;
}

#lang a{
	color:#979393;
	text-decoration:none;}


	
/**********--------------------------------------------********************/
/**********-------------------- MENU ----------------********************/
/**********--------------------------------------------********************/

/*
#menu a{
	display:block;
	background-color:#d7d6d2;
	color:#383837;
	font-family:Verdana, Geneva, sans-serif;
	width:198px;
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	text-indent:10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;}
	
	
#menu a:hover, #menu a.selected{
	background-color:#e3006a;
	color:#fff;
	}
	
#menu a.submenu {
background-color:#fff;
font-weight:normal;
color:#000;
}

#menu a.submenu:hover {
background-color:#fff;
font-weight:normal;
color:#E3006A;
}

#menu a.selectedsub {
background-color:#fff;
font-weight:normal;
color:#E3006A;
}	
	
	
a.navsecsub{
		color: #000!important;
		font-size:10px;
		padding-left:7px;
		line-height:16px;
}
a.navsecsub:hover{
		color: #E3006A!important;
		font-size:10px;
}
a.selectnavsec{
		color: #E3006A!important;
		font-size:10px;
}
*/

ul.navig {
	margin:0;padding:0;
	list-style:none;
}

ul.navig.root li.item a {
	display:block;
	background-color:#d7d6d2;
	color:#383837;
	font-family:Verdana, Geneva, sans-serif;
	width:198px;
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	text-indent:10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

ul.navig.root ul.navig {
	margin-left:10px;
/*	display:none;*/
}

ul.navig.root ul.navig li.item a {
	background-color:#fff;
	font-weight:normal;
	color:#000;
}

ul.navig.root a.selected {
	color:#E3006A !important;
}

/****----SUBNAVIG----****/

ul.subnavig {
	margin:0;
	padding:0;
	list-style:none;
}

ul.subnavig.root li.item a {
	display:block;
	background-color:#0b5b72;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	/*width:160px;*/
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	text-indent:10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

ul.subnavig.root ul.navig {
	margin-left:10px;
/*	display:none;*/
}

ul.subnavig.root ul.navig li.item a {
	background-color:#fff;
	font-weight:normal;
	color:#000;
}


ul.subnavigetudiant {
	margin:0;
	padding:0;
	list-style:none;
}

ul.subnavigetudiant.root li.item a {
	display:block;
	background-color:#243c66;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	/* width:160px; */
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	text-indent:10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

ul.subnavigetudiant.root ul.navig {
	margin-left:10px;
/*	display:none;*/
}

ul.subnavigetudiant.root ul.navig li.item a {
	background-color:#fff;
	font-weight:normal;
	color:#000;
}

ul.subnavigafricain {
	margin:0;
	padding:0;
	list-style:none;
}

ul.subnavigafricain.root li.item a {
	display:block;
	background-color:#81b760;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	width:160px;
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	text-indent:10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

ul.subnavigafricain.root ul.navig {
	margin-left:10px;
/*	display:none;*/
}

ul.subnavigafricain.root ul.navig li.item a {
	background-color:#fff;
	font-weight:normal;
	color:#000;
}




/*****************************************************/
/********      Contenus BLOC     ***********/
/*****************************************************/

#zoneContent #hote{
	margin-top:40px;
	margin-bottom:25px;
	line-height:13px;
}


#zoneContent .bloc{
	font-size:10px;
	margin-bottom:5px;
	padding-bottom:10px;
	width:227px;
	float:left;
	margin-right:9px;
	}
	
#zoneContent .bloc3{
	font-size:10px;
	margin-bottom:5px;
	padding-bottom:10px;
	width:227px;
	float:left;
	margin-right:0px;
	}
	
.bloc div, .bloc3 div{
	padding-top:10px;
	padding-left:8px;}
	
#blocinfo{
	background-image:url(/multimedia/images/img_structures/fondinfo.gif);
	width:206px;
	height:64px;
	padding:10px;
	margin-bottom:25px;
	margin-top:30px;
	}
	
#colMenu .bloc{
	margin-top:40px;}

	
/*****************************************************/
/**********          Pied de page        *************/
/*****************************************************/

#piedpage{
	height:25px;
	font-size:10px;
	color:#f5a8cc;
	line-height:25px;
	text-align:right;
	background-color:#e3006a;
	padding-right:20px;
	}
	


/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/

/*****************************************************/
/**********       CONTENUS :: Titres     *************/
/*****************************************************/		

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#e3006a;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:21px;
	}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#5f5f4c;
	border-bottom:1px solid #5f5f4c;
	padding-bottom:3px;
	margin-bottom:15px;
	font-weight:normal;
	}
	
#zoneContent h2{
	color:#e3006a;
	border-color:#e3006a;
	}

#blocinfo h2{
	margin:0px;
	border:none;

	}
	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e3006a;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:3px;
	font-weight:normal;
	}
	
h4{
	color:#e3006a;
	}
	

	
/*****************************************************/
/*******         CONTENUS :: Images        ***********/
/*****************************************************/

.separ{
	background-image:url(/multimedia/images/img_structures/separ.gif);
	width:auto;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
	background-repeat:repeat-x;
	}

#zoneContent img{
	padding:1px; 
	border:1px solid #abaa94;
	}
	
#zoneContent .prec{
	float:left;
	margin-top:25px;
	border:none;
	padding:0px;
	margin-right:3px;
	margin-left:3px
	}
	
#zoneContent .suiv{
	float:left;
	margin-top:25px;
	border:none;
	padding:0px;
	}
	
.image_right { float: right; margin-left:12px; }

/*****************************************************/
/*******         CONTENUS :: Liens         ***********/
/*****************************************************/	

a:link, a:visited, a:active{
	color: #E3006A;
	text-decoration:none;
	}

	  	
	
#piedpage a:link, #piedpage a:visited, #piedpage a:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
	
a.more:link, a.more:visited, a.more:active{
	color:#e3006a;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	}
	
#colMenu a.more:link, #colMenu a.more:visited, #colMenu a.more:active{
	color:#e3006a;
	text-transform:uppercase;
	background-image:url(/multimedia/images/img_structures/puce_more.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;
	line-height:13px;
	}
	

#blocinfo a{
	text-decoration:none;
	line-height:16px;
	margin-left:10px;
	background-image:url(/multimedia/images/img_structures/puce_infos.gif);
	background-repeat:no-repeat;
	background-position:left center;
	/*color:#000;*/
	padding-left:10px;}

/*****************************************************/
/*******         CONTENUS :: Textes        ***********/
/*****************************************************/


.them1, a.them1:link{	color:#f7a800;}
#zoneContent img.them1{border-color:#f7a800;}
#zoneContent h2.them1{
	background-color:#f7a800;
	border:none;
	color:#FFF;
	height:21px;
	line-height:25px;
	margin:0;
	text-indent:10px;
	}

.them2, a.them2:link{	color:#81b760;}
#zoneContent img.them2{border-color:#81b760;}
#zoneContent h2.them2{
	background-color:#81b760;
	border:none;
	color:#FFF;
	height:21px;
	line-height:25px;;
	margin:0;
	text-indent:10px;
	}

.them3, a.them3:link{color:#0b5b72;}
#zoneContent img.them3{border-color:#0b5b72;}
#zoneContent h2.them3{
	background-color:#0b5b72;
	border:none;
	color:#FFF;
	height:21px;
	line-height:25px;
	margin:0;
	text-indent:10px;
	}

.enAvant{
	color:#e3006a;
	font-size:10px;
	line-height:10px;
	}


b, strong{
	/*font-size:10px;*/
	/*color:#e3006a;*/
	}
	
/*****************************************************/
/*******       CONTENUS :: Formulaire      ***********/
/*****************************************************/	

form{
	margin:0px;}

#colMenu input{	
	width:123px;
	background-color:#FFF;
	border:#94947b 1px solid;
	color:#4e4e43;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;

	margin-right:4px;
	margin-top:5px;
	height:16px;
	line-height:16px;
	margin-bottom:3px;

}

#colMenu input.bt{	
	width:20px;
	border:none;
	background-color:#FFF;
	margin-left:0px;
	padding:0px;
	margin-bottom:0px;
	color:#e3006a;
	text-transform:uppercase;
		font-weight:bold;
	
}




/*-----------------*/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Page interieur généralités */


		#zoneContent li{
			
	margin:0;
	padding:0 0 0 12px;
	background:url(/multimedia/images/img_structures/arrow.jpg) 0 4px no-repeat;
	list-style-position:outside;
	list-style-type:none;
		}



/* News  */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.news_index { font-family: Verdana; font-weight: normal; float:left;padding-top:10px;}
.news_index a { }
.news_index a:hover { }
.news_index h1 { font-weight: bold; font-family: Arial; margin-bottom:20px; text-transform:uppercase; }
.news_index .hr {clear:both;border-top:1px solid #D1D1D1;height:1px;font-size:1px;}
.news_index h2 {border:none;!important}

.news {clear:both;border:0px solid red;margin:10px 0 20px 0;padding:0;}
.news .image { border:solid 1px #DDDDDD; float:left; padding:3px; margin-right:10px;}
.news .image img { border:none; }
.news .titre { margin-left:100px;margin-top: 5px;}
.news .date {margin-left:100px; margin-bottom:0;}
.news h2 {margin:3px;}
.news p {margin:0; margin-bottom:2px;}
.news .soustitre { margin-left:100px;text-align:justify; }
.news .plus { margin-left:100px;margin-top: 5px; }

.news_first {}
.news_first .image_first { border:solid 1px #DDDDDD; float:left; padding:3px; margin-right:10px; }
.news_first .image_first img { border:none; }
.news_first .date { }
.news_first .titre { margin: 5px 0px; }
.news_first .soustitre { text-align:justify; }
.news_first .plus { margin-top:5px; }

.news_detail { font-family: Verdana; font-weight: normal; padding-top:10px;}
.news_detail a { }
.news_detail a:hover { }
.news_detail h1 { font-weight: bold; font-family: Arial; margin-bottom:20px; text-transform:uppercase;}
.news_detail h2 {font-weight: bold; margin: 10px 0px; color:#484647; color:#647678;}
.news_detail .subtitle { font-weight: bold; color:#484647; text-align: justify; margin-bottom:10px;}
.news_detail .date {font-weight:bold;color:#647678;}
.news_detail .chapeau { margin-bottom:12px; }
.news_detail .text { text-align: justify; }
.news_detail .text div { margin-bottom:10px;}
.news_detail .image { float: right; margin-left: 10px; margin-bottom: 10px; border:solid 1px #DDDDDD; padding: 3px; }
.news_detail .image img { border: none; }
.news_detail .image .legend { color:#CCCCCC;width:164px;}
.news_detail .gallery { clear:both; padding-top: 10px; }
.news_detail .gallery .gallery_title { font-weight: bold; border-bottom: solid 1px #DDDDDD; margin-bottom:5px; }
.news_detail .gallery .gallery_image { border:solid 1px #DDDDDD; float:left; padding:3px; margin-right:5px; }
.news_detail .gallery .gallery_image img { border:none; }
.news_detail .docs { clear: both; padding-top: 10px; }
.news_detail .docs .docs_title { font-weight: bold; border-bottom: solid 1px #DDDDDD; }
.news_detail .videos { clear: both; padding-top: 10px; }
.news_detail .videos .videos_title { font-weight: bold; border-bottom: solid 1px #DDDDDD; margin-bottom:5px; }
.news_detail .videos .video { text-align: center; color: #CCCCCC; font-style: italic; }
.news_detail .code_video { clear: both; padding-top: 10px; }
.news_detail .code_video .code_title { font-weight: bold; border-bottom: solid 1px #DDDDDD; margin-bottom:5px; }
.news_detail .sounds { clear: both; padding-top: 10px; }
.news_detail .sounds .sounds_title { font-weight: bold; border-bottom: solid 1px #DDDDDD; margin-bottom:5px; }
.news_detail .sound { text-align: center; color: #CCCCCC; font-style: italic; }
.news_detail .options { float:right; }
.news_detail .options img { border:none; }
.news_detail .options #plus_moins {float:left;}
.news_detail .options #rss {float:left;}
.news_detail .options #print {float:left;}
.news_detail .options #send {float:left;}
.news_detail .options #facebook {float:left;}

.pagination { clear:both; padding-top: 20px; font-weight: bold; }
.pagination span.current { font-weight: bold;}

div.news_accroche {}
div.news_accroche h2 {}
div.news_accroche div.news {}
div.news_accroche div.news .date {}
div.news_accroche div.news div.title {}
div.news_accroche div.news div.title a {}
div.news_accroche div.news div.title a:hover {}
div.news_accroche div.news div.image {}
div.news_accroche div.news div.image a {}
div.news_accroche div.news div.image a:hover {}
div.news_accroche div.news div.image a img {}
div.news_accroche div.news div.header {}
div.news_accroche div.news div.next {}
div.news_accroche div.news div.next a {}
div.news_accroche div.news div.next a:hover {}

/* Quotidienne */
#quoti label {float:left;width:70px;padding:8px 0 0 0;}
#quoti #form td div {padding:0 30px 0 5px;}
#quoti #form td {padding-right:10px;}
#quoti #form {padding-bottom:20px;}
#quoti select, #quoti input {margin:4px;}
#quoti #form div.keyword {padding:0 0 0 5px;}
#quoti table#liste {padding-top:10px;padding-bottom:20px;}
#quoti #liste th {padding:5px 0 5px 5px;background:#6e6f81;color:#ffffff;margin-top:10px;text-transform:uppercase;}
#quoti #liste td {padding:3px;vertical-align:top;}
#quoti #descriptionLabel, #quoti #keywordsLabel {float:left;font-weight:bold;}
#quoti #description, #quoti #keywords {margin-left:110px;}
#quoti table#details, #quoti table#horaires {clear:both;padding:10px 0 0 0;margin:0;}
#quoti #details td {margin:0; width:107px; vertical-align:top;}
#quoti #details td.col1 {font-weight:bold;}
#quoti #horaires td {margin:0; padding:0 11px 0 0;}
#quoti table#horaires {padding:0 0 10px 0;margin:0;}
#quoti h3 {text-transform:uppercase;}

#quoti .detailLabel {float:left;padding:15px 0 0 0;font-weight:bold;}
#quoti .detailData {margin-left:110px;padding:15px 0 0 0;}
#quoti #horaires {padding:15px 0 0 0;}
#quoti #horaires .detailLabel {padding:2px 0 0 0;}
#quoti #horaires .detailData {padding:2px 0 0 0;}

