/*
** Mise en page des antennes
*/

#antennes{
	width:100%;
}

/* -- Sommaire -- */
#ul_antennes_droite, #ul_antennes_gauche {
	width: 25%;
	height: 199px;
}

#ul_antennes_gauche {
	float: left;
}

#ul_antennes_droite {
	float:right;
	padding-left:10px;
}

.menu {
	margin-top: 1.3em;
	margin-left: 2em;
}

.menuD {
	margin-top: 2.5em;
	padding-left:1em;
}

#bordure_bloc_gauche {
	float:right;
	height:199px;
	width: 1px;
	background: url(../../../img/default/blue_border.png)center no-repeat;
}

#bordure_bloc_droit {
	float:left;
	height:199px;
	width: 1px;
	background: url(../../../img/default/blue_border.png) center no-repeat;
}
	
#antennes_img {
	width: 300px;
	height: 176px;
	margin: 0 auto;
	padding:0;
	border:1px solid #6d92e7;
}
/* - Liens cot� gauche - */

.menu li a {
	color: #6d92e7;
	margin-bottom: 1em;
	font-variant:small-caps;
}

.menu li a:visited {
	color: #6d92e7;
}

.menu li a:hover {
	color: #00e;
}


/* - Liens cot� droit - */

.menuD li a {
	color: #6d92e7;
	margin-bottom: 1em;
	font-variant:small-caps;
}

.menuD li a:visited {
	color: #6d92e7;
}

.menuD li a:hover {
	color: #00e;
}



/* ------- ----  Contenu   ------- ------ */


#antennes #info_antenne {
	clear:both;
	width:90%;
	margin:0 auto;
	padding:0;
}

#antennes #info_antenne #bloc1 {
	margin:10px 0 0 0;
	overflow:hidden;
	border-left:5px solid #007dba;
}

#antennes #info_antenne #bloc1 img, #antennes #info_antenne #bloc1 dd {
	margin-top:10px;
}

#antennes #info_antenne img {
	float:left;
	padding-top:0;
	margin-left:15px;
	margin-right: 25px;
	border:1px solid #007dba;
}

#antennes #info_antenne dt {
	margin-left: 11px;
	margin-bottom: 4px;
	font-size:28px;
	font-style:italic;
	font-weight: bold;
}
#antennes #info_antenne #bloc1 dd {
	width:100%;
	margin-bottom:15px;
}

#antennes #info_antenne #bloc1 ul {
	margin-left:30px;
}


/*
** Mise en page des partenaires
*/

#partenaire dl{
	position: relative;
	width: 90%;
	margin:15px auto;
}

#partenaire .logo_partenaires {
	float: left;
	height: 110px;
	width:160px;
	margin: auto 0;
	text-align:center;
}

#partenaire .description {
	float: right;
	height: 80px;
	width:71%;
	margin-bottom: 15px;
	padding-left:15px;
	padding-top:30px;
	border-left:5px solid #007dba;
}


/*
** Mise en page de l'historique
*/

#historique {
	padding:0;
	background-color: #fff;
}

#historique h3.titre {
	padding-left:50px;
}

#date_barre {	
	float:left;
	height:2600px;
	width:60px;
	margin-bottom:0;
	margin-top:-50px;
	margin-left:20px;
	background-color: #8cc8e0;
}

#historique dd.photo {
	border:none;
}

#historique .event img {
	border:1px solid #8cc8e0;
	margin-left:140px;
}

#historique .legend {
	display:block;
	margin:10px auto;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}




/*
** Mise en page des �quipes
*/
#equipe{
	margin-left:15px;
	margin-right:15px;
}
#equipe h3 {
	margin: 1em 0 0 1.5em;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#ffefa5;
	text-indent:15px;
}



 #equipe dl{
 	width : 500px;
 }
 #equipe dt{
	font-size:16px; 
	font-variant:small-caps;	
 }
 #equipe dt.membre{
 	margin-left:60px;
	margin-top:3px;
 }
 #equipe dt.groupe{
 	margin-top:15px;
	background-color: #aed6e7;
 }
 #equipe dd{
	min-height:66px;
 }
 #equipe dd.membre{
 	
 }
 #equipe .membre_avatar{
		float:left;
 }

 #equipe .fonction,
 #equipe .email{
	display:block;
	line-height:18px;
}

 #equipe .infomembre{
 	display:block;
	margin-left:66px;
	margin-top:5px;
 }










/*
** Mise en page de la charte
*/

#charte{
	padding:0;
	padding-bottom: 1.7em;
	background-color:#fff;
}

#charte_barre_haut, #charte_barre_bas {
	height:35px;
}

#charte_barre_haut {
	z-index: -5;
	width: 100%;
	background-color: #8cc8e0;
}

#ruban {
	z-index:30;
	float:left;
	margin-left:10px;
	padding:0;
	width: 187px;
	height: 660px;
	background-image: url(../../../img/default/ruban3.png);
}

#charte_barre_bas {
	width:100%;
	background-color: #8cc8e0;
}

#charte #charte_barre_haut h3 {
	line-height:35px;
	margin-top:15px;
	
}

#charte p {
	margin: 15px 35px 15px 35px;
	text-align: justify;
	font-size: .9em;
}