	/*
	Theme Name: Panopari
	Theme URI: http://www.guideduparisien.fr/

	Version: 0.1
	Author: sofi M.
	 
	Creation Theme by Sofinet || http://www.sofinet.fr
	 
	*/
	
	
	
	
	
	/* VERSION ACCEUIL JUSTE POUR QUE L'ACCORDEON SOIT OUVERT SUR LA PAGE D'ACCUEIL */
	/* Voir ligne 248
	
	#horizontal_container {
	...
	display: block; !!!!!! au lieu de "none" dans stye.css
	
	}
	*/
	
	
	body {
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	text-align: left;
	background: #fff;
	color: #414141;
	margin: auto;
	width: 100%;
	margin-top: 0px;
	line-height: 20px;
	right: 0px;
	position: relative;
	}
	
	
	a, a:visited {
	color: #4EAFD0;
	text-decoration: none;	
	}
	
	 a:hover {
	color: #226192;
	}
	
	a h1, a:visited h1 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #fff;
	text-decoration: none;	
	letter-spacing: 2px;
	}
	
	 a:hover {
	color: #226192;
	}	
	
		
	
	#page {
		background: #fff;
		margin: auto;
		width: 100%;	
	}
	
	#header 	{
	position: absolute;
	text-align: left;
	width: 350px;
	right: 50%;
	}
	
	#pano 	{
		background-image: url(img/pano-compress.jpg);
		height:110px;
		background-position: top left;
	}
	
	.CAPmenu {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 40px;	
	}
	
	#content {
	margin:auto;
	width:705px;
	}
	
	.postmetadata {
	font-size: 11px;
	color: #A9A9A9;
	line-height: 10px;
	margin-top: -10px;
	padding-top: 0px;
	}
	
	#footer {
	margin:auto;
	width:700px;
	text-align: center;	
	}
	
	
	.pagetitle, .pagetitle a {
	font-size: 11px;
	text-transform: uppercase;
	color: #D0C1BA;
	line-height: 11px;
	text-align: right;
	top: 2px;
	margin: auto;
	float: inherit;
	position: relative;
	}
	
	.introgo {
	color:#D0C1BA;
	font-size:12px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	.brmenu  {
	
	line-height: 1px;	
	}
	
	/* Vertical Accordions */
			
	.accordion_toggle {
	display: block;
	height: 55px;
	width: 100%;
	line-height: 50px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #0099FF;
	cursor: pointer;
	background-color: #414141;
	text-align: right;
	background-image: url(img/ombre2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	letter-spacing: 2px;
	font-weight: bold;
		}
	
	
			
	.accordion_toggle_active {
		background-color:#414141;
		color: #ffffff;
		
		}
			
	.accordion_content {
	color: #414141;
	overflow: hidden;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(img/fond-paho.jpg);
	background-position: bottom left;
	font-size: 12px;
		}
				
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
		}
				
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
		}
				
	.vertical_accordion_toggle {
		display: block;
		width: 750px;
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		border-bottom: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
		}
	
	.vertical_accordion_toggle_active {

		color: #ffffff;
	
		}
	
	.vertical_accordion_content {
		background-color: #ffffff;
		color: #444444;
		overflow: hidden;
		}
	
	.vertical_accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
		}
	
	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
		}
				
	/* Horizontal Accordion */
			
	.horizontal_accordion_toggle {
		/* REQUIRED */
		float: left;	/* This make sure it stays horizontal */
		/* REQUIRED */
	
		display: block;
		height: 100px;
		width: 30px;
		color: #ffffff;
		text-decoration: none;
		outline: none;
		border-right: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
		}
			
			
	.horizontal_accordion_toggle_active {
	
	}
			
	.horizontal_accordion_content {
		/* REQUIRED */
		height: 100px;	/* We need to define a height for the accordion as it stretches the width */
		float: left;	/* This make sure it stays horizontal */
		/* REQUIRED */
		
		overflow: hidden;
		background-color: #ffffff;
		color: #444444;
	}
				
	.horizontal_accordion_content p {
		width: 450px;
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
						
					
	/* Container styling*/
	
	
	#horizontal_container {
	width: 700px;
	margin: auto;
	display: block;
	}
	
	
	#vertical_nested_container {
	  margin: 20px auto 20px auto;
	  width: 620px;
	}
	
	
		
	dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	#menu dl {
	float: left;
	width: 170px;
	padding-left: 0px;
	padding-right: 0px;
	}
	#menu dt {
	
		text-align: left;
		margin: 1px;
	}
	#menu dd {
	}
	#menu li {
	text-align: left;
	line-height: 20px;
	}
	#menu li a, #menu dt a {
		color: #414141;
		text-decoration: none;
		display: block;
		height: 100%;
		border: 0 none;
	}
	#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
	}
	
	
	
	#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
	}
	
	
	
	
	
	
	
	
	
	/* Couleurs et styles  */
	

.intro {
	color:#FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	background-image: url(img/bande.png);
	height: 20px;
	text-align: right;
	}
	
	
	
	
h2, h2 a {
	color:#4EAFD0;
	font-size:30px;
	padding-top: 20px;
	text-transform: lowercase;
	line-height: 10px;
	}
	

	
	
	h3 {
	color:#D0C1BA;
	font-size:20px;
	line-height:0px;
	padding-top: 30px;
	text-transform: uppercase;
	}
	
	
.description {
	}
	
	.bouton  a {
		color:#4EAFD0;
		text-decoration: none;
		text-align: center;
		font-size: 22px;
		letter-spacing:1px;
	}
	
	.chapo {
		color:#D7D2BF;
		font-size: 18px;
		text-align: justify;
	}
	
	
	.info_home {
		font-size: 10px;
		
	}
	
	.info_som {
	font-size: 12px;
	color: #D0C1BA;
	}
	
	.beige {
	font-size: 14px;
	color: #D0C1BA;
	line-height: 22px;
	}
	
	.anim
{
	padding: 10px;
	position: absolute;
	top: -150px;
	left: 50%;
	z-index:100;
	background-image: url(img/test.png);
	width: 97px;
	height: 128px;
	background-repeat: no-repeat;
}



	.titre_home {
		font-size: 20px;
	}
	
	.titre_home a {
		color:#4EAFD0;
		font-size: 20px;
	}
	
	
	.nouveau {
		font-size: 11px;
		letter-spacing:5px;
		color: #827E71;
	}
	
	.orangePetit {
		font-size: 11px;
		color: #827E71;
	}
	
	.interligne {
		color:#FFF;
		line-height:25px;
		
	}
	
	.entrytext {
	}
	
	.entrytext a {
		font-weight: bold;
	}
	
	.pagetitle {
	color:#FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	background-image: url(img/bande.png);
	text-align: right;
	line-height: 20px;
	padding-right: 75px;
	margin-top: -2px;
	padding-top: 0px;
	}
	
	#pagesom  {
	
		text-align: right;
			font-size: 11px;
	}
	
	#pagesom a {
		font-weight: normal;
		color: #F63;
	}
