
/*

		design.css  
		
Par Xavier
		
Dernière modification le 15/11/2009 | Version 2.2.3

Pour le site des Eclais/BAU de Colmar

Compatible : Firefox, Internet Explorer (8 est supérieur), Safari, Konqueror, Opera, Camino...

*/
   

.bloc_news
{
	width:95%;
	
	margin-bottom:30px;

	margin-left:auto;

	margin-right:auto;
	
	padding-top:0px;
	
	color : #00659c;
	
	background: #EBFBD5;
	
	border: 1px solid #D2EBF6;
	
	border-bottom:none;
	
	border-top:none;
	
	-moz-border-radius : 30px;
	-webkit-border-radius: 30px;
	
}

#cat_news
{	

	/*width:25%;
	min-width:100px;
	height:105px;
	padding:20px;
	margin-bottom:20px;
	position: relative;
	left: 35%;
	background: #ebfbd5;
	border: 2px solid #D2EBF6;*/
	float:right;
	position:relative;
	bottom:83px;
	margin-right:-10px;
}

/*
#site_national
{
	display:inline;
	position:relative;
	bottom:37px;
	left:100px;
}
*/

body
{
	font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-size:0.8em;
	margin:0;
	background:url('../images/body_top.png') repeat-x;
	background-color: #b7e0f6;
	color: #069;
	width:100%;
	min-width:1000px;
}


/* En-tête */

#acces_rapide /* Liens rapides pour navigateurs non graphiques tels Lynx */
{
	display:inline;
	position:relative;
	top:7px;
	left:5px;
	color:#347194;
}

#acces_rapide a
{
	color:#347194;
	font-size:12px;
}

#acces_rapide a:hover
{
	text-decoration:underline;
}

#acces_rapide span
{
	font-style: italic;
}

#entete
{
	width:100%;
	height:210px;
}

#requetes_connecte
{
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	margin-right:5px;
	margin-top:7px;
	color: #347194;
}

#banniere
{
	display:inline;
	height:200px;
	position:relative;
	left:167px;
	top:30px;
	text-align:center;
	margin-top:0;
	overflow:hidden;
}

#logo_eeudc
{
	position:relative;
	left:23px;
	bottom:183px;
	width:206px;
}

/* Speedbarre */

#speedleft /*L'image à gauche*/
{
	position:relative;	
	bottom:183px;
	width:219px;
}

#speedbarre
{
	list-style-type: none;
	margin-left:218px;
	padding: 0;
	height: 37px;
	background: url("../images/speedbarre/fond.png") repeat-x;
	margin-bottom:5px;
}

html* #speedbarre /*hack pour Safari => il y avait un légé décalage sur la speedbarre*/
{
	margin-top:2px;
}

#speedbarre li
{
	height: 35px;
	text-align: center;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
}

.speeddroite
{
	float: right;
	
}

.speedgauche
{
	float: left;
	
}

#speedbarre a
{	
	display:block;
	color: white;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:9px;
	width:auto;
	height:27px;
}

#speedbarre a:hover, #speedbarre a:focus 
{
	background: url('../images/speedbarre/fond_hover.png') repeat-x;
	height:27px;
	overflow:hidden;
}

#speedbarre a:active
{
	padding-top:10px;
}

#speedbarre a:hover
{	
	color: white;
}

#speedbarre #new_mp
{
	text-decoration: blink;
}

/*Menu droite (chat)*/

#menu_droite
{
	float: right;
	left: 0;
	width:13%;
	min-width:135px;
	max-width:200px;
	margin-left:20px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background: #E9F7C5;
	font-weight:normal;
	font-size:1.1em;
	
	-moz-border-radius:12px 0px 0px 0px;

}
#menu_droite h5
{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	height:26px;
	font-size: 22px;
	color: white;
	font-weight: normal;
	font-variant:small-caps;
	background: #CEEF5A url('../images/menu/rayure_menu.png') repeat-x;
	border-bottom: 1px solid  white;
	border-top:1px solid  white;
	
	-moz-border-radius:12px 0px 0px 0px;
}

* html #menu_droite h5
{
	width: 100%;
}

#menu_droite .corpsmenu 
{
	display: block;
	background-color:#E9F7C5;
	padding: 3px;
	margin: 0;
	margin-bottom:10px;
}
/* Infos-bulle*/

#menu a span
 {
	display: none;
}

#menu li:hover span
 {
	display: block;
	width: 122px;
	height:110px;
	position: absolute;
	left: 188px;
	margin-top: -50px;
	padding: 10px;
	color: black;
	font-size: 0.9em;
	text-align: justify;
	background: url('../images/menu/info_bulle.png') no-repeat;
	
}


/* Menu */

#menu img /*image nouveauté*/
{
	width:30px;
	height:15px;
	position: relative;
	top:3px;
	left:3px;
}

#menu a
{
	display:block;
	margin:0;
	margin-left:10px;
	margin-right:5px;
	padding-left:28px;
	font-weight:normal;
	text-decoration: none;
	height:18px;
	background: url('../images/menu/a.png') no-repeat;
}


#menu a:hover
{	
	color:white;
	background: url('../images/menu/menu_a_hov.png') no-repeat;
}

#menu .corpsmenu:hover
{
	background:#b7e0f6;
}

#menu
{
	padding-left:0px;
	left: 0;
	float: left;
	width:180px;
	margin-right:5px;
	margin-bottom:7px;
	border-bottom: 1px solid white;
	background: #E9F7C5;
	font-weight:normal;
	font-size:1.1em;
}

#menu img
{
	padding-right: 2px;
	padding-bottom: 5px;
}

#menu .corpsmenu, .corpsmenu_pub
{
	display: block;
	margin:0;
	padding-top:7px;
	padding-bottom:10px;
	color: #2180B1;
	background: #E9F7C5;
	border-right: 1px solid white;
}

/*
#menu .corpsmenu:hover
{
	background:#9ACBEB;
	color:white;
}

#menu .corpsmenu:hover #compte{
	display:block;
	background: url('../images/menu/compte.jpg') no-repeat;
	background-position:center;
}

#menu .corpsmenu:hover #communaute{
	background: url('../images/menu/communaute.jpg') no-repeat;
	background-position:center;
}

#menu .corpsmenu:hover #pratique{
	background: url('../images/menu/pratique.jpg') no-repeat;
	background-position:center;
}

#menu .corpsmenu:hover #site{
	background: url('../images/menu/site.jpg') no-repeat;
	background-position:center;
}
*/


#menu .corpsmenu
{	
	/*Pour éventuellement mettre une bordure*/
}

#menu h5, #menu #menu_top
{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	height:26px;
	font-size: 22px;
	color: white;
	font-weight: normal;
	font-variant:small-caps;
	background: #CEEF5A url('../images/menu/rayure_menu.png') repeat-x;
	border-bottom: 1px solid  white;
	border-top:1px solid  white;
	border-right: 1px solid white;
}

#menu #menu_top /* => h5 "mon compte"*/
{
		border-top:0;
		border-right:0;
		background: url('../images/menu/rayure_menu_h5top.png') no-repeat;
}


* html #menu h5
{
	width: 100%;
}

#menu ul
{
	list-style-type: none;
	list-style-position: inside;
	padding-left:0px;
	margin-bottom:0px;
	/*margin-left:0px; Ainsi les listes sont collé à la limite gauche du menu, pour que le background utilise tout les espaces. Pour remettre l'éspace entre les listes et le menu, j'utilise un padding-left dans menu a*/
}

#menu ul ul a
{
	/*text-indent:40px;Pour respecter l'alinéa donné à la liste des membres connectés*/
	text-indent:40px;
}

#menu ul ul 
{
	padding:0;
	/*margin-left:0px; Si on définie une marge, le background ne sera plus sur toute la ligne*/
	margin-bottom:0px;
}


#nbre_amis_connectes
{
	text-align: center;
}

#liste_amis li
{
	margin-left: 20px;
}

#menu_livredor, #menu_recherche, #menu_pub
{	
	width:100%;
	overflow: hidden;
}

#menu_livredor
{
	margin: 2px;
}

#menu_recherche, #menu_pub
{
	text-align: center;
	padding-top: 10px;
}

#champ_recherche
{
	margin-bottom: 3px;
	width: 90%;
	text-align:center;
}


/* Corps */

#corps
{
	background-color: #fcf9db;
	border: 3px solid white;
	padding: 5px;
	padding-top: 40px;
	padding-bottom:25px;
	overflow:hidden;
	min-width:501px;
	margin-right:7px;
	
	background-repeat: no-repeat;
	
	-moz-border-radius:15px 7px 7px 7px;
	-webkit-border-radius: 15px;

}

* html #corps
{
	/*width : 82%;*/
}


h1 /* Tous les titres des pages du site (en haut) */
{
	
	text-align: center;
	margin-top:5px;
	margin-bottom:35px;
	font-family: Trebuchet MS, serif;
	color: #299ede;
	font-size: 2.5em;
	font-variant:small-caps;

}


/*_____________________________*/


#post_scriptum
{
	font-size: 0.8em;
}

/* Pied de page */

#pied_de_page
{
	height:148px;
	clear:both;
	/*font-size: 0.9em;*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	padding-top:10px;
	margin-top: 10px;
	margin-bottom:0px;
	text-align:center;
	color: #444444;
	background: #E3EACA url('../images/footer.jpg') repeat-x bottom;

}

#pied_de_page a
{
	color: #444444;
	text-decoration: underline;
}

#pied_de_page a:hover
{
	color: #444444;
	text-decoration: none;
}

#remonter
{
	margin-bottom:10px;
}

#remonter a
{
	color: #b4a5aa;
	text-decoration:none;
	background: #f7ebef;
	width:90px;
	height:30px;
	border: 1px dashed #cdbcc2;
}

#remonter a:hover
{
	color: #52454a;
	text-decoration:none;
}

/*Tous les liens*/

a
{
	color: #009933;
}

a:hover
{
	text-decoration: underline;
}

/*Liens pratiques*/

.liens
{
	font-size: 1.2em;
	font-weight: bold; 
}

.liens ul
{
	list-style-image: url('../images/ul_lien.png');
	margin-left: 4%;
}


dd
{
	font-size: 0.7em;
	margin: 0;
}

a.partenaire
{	
	position: absolute;
	right:25px;
	
}

/*Presentation du mouvement*/

#mouv_logo img
{
	display: block;
	margin: auto;
}

em
{
	font-weight: bold;
}

#mouv_logo p
{
	margin : 20px;
	padding: 20px;
}

#mouv_logo ul
{
	 list-style-type: circle;
}

#mouv_logo h3
{
	color : #289fdf;
	border-left:3px solid #B5C4D3;
	border-bottom:1px solid #B5C4D3;
}

/*Coordonées*/

#coordonnee
{
	font-size: 105%;
}

#coordonnee h3 
{
	border: none;
	color: #069;
	font-style: italic;
	text-decoration: underline;
	font-variant:small-caps;
	margin-left:10px;
}

/*Lieux des week end*/

#week h5
{
	font-size : 1.1em;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}

#week h4
{
	font-size : 1.2em;
}

#week em
{
	text-decoration : underline;
	font-size: 1em;
	margin-left: 25px;
}

#week p
{
	margin-left: 15px;
}

/*Aide + Access + Presse*/

em
{
		font-style: italic;
}

#aide p
{
	margin : 20px;
	padding: 20px;
}

#aide ul
{
	 list-style-type: circle;
}

#aide h3
{
	color : #289fdf;
	font-size: 1.7em;
	
	border-left:3px solid #B5C4D3;

	border-bottom:1px solid #B5C4D3;
}

#aide h4
{
	text-decoration: underline;
	font-size: 1.3em;
}

#aide img
{
	margin-left: 60px;
}

.new
 {
	float: right;
	margin:0px;
}

.mail
{
	float: left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.access
{
	float:left;
}

#bloc_event
{
	background: #EBFBD5 none repeat scroll 0 0;
	border: 1px solid #D2EBF6;
	margin-bottom:30px;
	width:95%;
	margin-right: auto;
	margin-left: auto;
}

#bloc_event .titre_date
{
	background:#D3EFC9;
	border:2px solid #D9E9C0;
	margin:0;
	padding:0;
}

#bloc_event .date
{	
	color: #90AD68;
	border-top: 2px solid white;
	padding-left:40px;
	font-size:115%;
}

#bloc_event .description_event
{
	margin-top:20px;
	padding:10px;
	font-style:italic;
}

#bloc_event h3
{
	margin: 0;
	padding-right:200px;
}

#galerie_prov a
{
	padding-right:30px;
}

#playerflv
{	
	width:100%;
	margin:15%;
	margin-top:0;
	margin-bottom:0;
}

#divers a:hover
{
	text-decoration:none;
}

#divers h2
{
	margin-top:40px;
}

#divers span
{	
	color:#069;
	border:1px solid white;
	padding:5px;
	position:relative;
	top:6px;
	margin-left:7px;

}