﻿
 /* ---------------------- 
	 Gestion Login que sur l'onglet association
/* ---------------------- */

.divConnexion{text-align:right;height:50px;}
.connexion{cursor:pointer;}

 /* ---------------------- 
	 Gestion Vie pratique
/* ---------------------- */
#viePratique td{width:50%;}
#viePratique {text-align:center}
#viePratique .titre{text-align:center; padding-bottom:20px;}


#viePratiqueT .logo{width:20%;padding-left:20px;}
#viePratiqueT .txt{padding-left:20px;}
#viePratiqueT .bacBleu {color: #000066;font-weight: bold;}
.bacVert {color: #006600;font-weight: bold;}

#viePratiqueD .photo{width:150px;}
#viePratiqueD {font-size:small;}
#viePratiqueD img{width:150px;}
#viePratiqueD .txt{padding-left:20px;}
#viePratiqueD .composte{padding-left:5px;}

  /* ---------------------- 
	 Gestion des images aléatoire 
/* ---------------------- */
#videg img {width:200px;height:200px;position:absolute;z-index:1;}
#videg {
	vertical-align:middle;
}

/* ---------------------- 
	 Gestion du programme = liste des activités 
/* ---------------------- */

/* tableau de description d'une activite */
#descCourteActivite{width:100%;height:80px;border:"2px";border-style:double;margin-bottom:10px}

/* image de l'activite */
#imageActivite img {width:65px;height:65px}
#imageActivite {width:100px;padding-left:5px;padding-top:5px;}

/* Date de l'activite */
#dateActivite {color:green}

/* Titre de l'activite */
#titreActivite {vertical-align:text-top}


/* image du bouton detail */
#detailActivite {width:48px;cursor:pointer;}
#detailActivite img{width:40px;height:40px;margin-top:5px}

/* image bouton retour */
#enteteActivite img{cursor:pointer;}

/* image bouton inscrire */
#detailActivite 	input[type=submit]{
	background:url(../images/bulle.png) top right no-repeat;
	width:50px;
	height: 50px;
	padding: 0 0 0 0px;
	cursor: pointer;
	border:0;
}
/* ---------------------- 
	 Gestion de l'activite 
/* ---------------------- */

/* tableau de description d'une activite */
#activite{width:100%;border:"2px";border-style:double;margin-bottom:10px;padding-top:5px;}

/* image de l'activite */
#activite .imageActivite img {width:200px;height:200px;padding-left:25px;}
#activite .imageActivite {width:250px;}

/* Titre de l'activite */
#activite .titreActivite {vertical-align:text-top; color:#FF6600;vertical-align:middle;text-align:center;font-size:x-large;height:80px;}


/* Date de l'activite */
#activite .dateActivite {color:green;vertical-align:middle;text-align:center;height:30px;}

/* Infos complementaires de l'activite */
#activite .infosActivite {vertical-align:middle;text-align:center;font-size:small}

/* Infos complementaires de l'activite */
#activite .descActivite{padding-right:30px;padding-left:30px;padding-top:10px;padding-bottom:10px;}

#activite .descSSTitre{color:#FF6600;}

/* Tarif de l'activite */
#tarif {width:80%;margin-left:20%;margin-top:-30px;}
#tarif .entete{}
#tarif td{padding-left:5px;}
#tarif .adulte{padding-left:40px;}
#tarif .enfant{border-top:none;padding-left:40px;}

/* ---------------------- 
	 Gestion de l'entete de l'activite
/* ---------------------- */
#enteteActivite{width:100%;height:60px;}
#enteteActivite .retour{width:52px;}
#enteteActivite .inscrire {width:70px;cursor:pointer;}
#enteteActivite .inscrire img{height:60px;padding-right:0px;}


#inscription{cursor:pointer;}
/* ---------------------- 
	 Gestion du reste
/* ---------------------- */


#boxContent{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-image:url('../images/fond_bleu.jpg');
	background-repeat:repeat-x;
	margin:2em 0;
	padding:20px;
	z-index:2;
	-moz-box-shadow:0 0 4px #447289;
	-webkit-box-shadow:0 0 4px #447289;
	box-shadow:0 0 4px #447289;
}

#boxContent ul li{
	list-style:circle;
	list-style-position:inside;
	list-style-type:circle;
	padding:2px;
	border:none;
}


* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #222;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11.5pt;
	line-height: 1.75em;
	color: #888;
	background: #D0E3F1;
	letter-spacing: -0.02em;
}

body,input {
	font-family: Arial, sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #222;
	font-family: Oswald, sans-serif;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

#content {
	width: 100%;
	padding: 0;
	float: left;
}


#footer {
	text-align: center;
	padding: 40px 0 100px 0;
	font-size: 0.9em;
}

#footer a {
	color: #555;
}

#header {
	color: red;
	position: relative;
	height: 40px;
	background: #ECF4F7;
	width: 910px;
	padding: 35px;
}

#logo {
    border-color: red;
    border-style: dotted;
    margin-left: 10px;
    position: absolute;
    width: 880px;
    text-align:center
}

#logo p {
   vertical-align: middle; 
   height:15px;
   margin-top:10px
}

#logo a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#logo h1 {
	font-size: 3em;
	font-family: Oswald, sans-serif;
}

#menu {
	line-height: 60px;
	font-family: Oswald, sans-serif;
	padding: 0 35px 0 35px;
	width: 910px;
	height: 60px;
	font-size: 1.2em;
	background: #447289;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#menu {
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 20px 0 20px;
	height: 60px;
	display: inline-block;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.active {
	background: #336177;
}

#menu .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: relative;
	width: 0;
	height: 0;
	top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #254656;
}

#page {
	color: #656565;
	padding: 60px 35px 25px 35px;
	margin: 0;
	width: 910px;
	position: relative;
}

#page strong {
	color: #222;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 20px 0 20px 0;
	clear: both;
}

#page ul {
	list-style: none;
}

/*#page ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #CCC;
}*/

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#col1 {
	float: left;
	width: 310px;
	overflow: hidden;
}

#col2 {
	width: 310px;
	overflow: hidden;
	margin: 0 0 0 340px;
}

#search {
	position: absolute;
	top: 58px;
	right: 35px;
}

#search input.form-text {
	padding: 8px 42px 8px 12px;
	width: 175px;
	border: 0;
	background: #294C5D url(images/search.gif) top right no-repeat;
	border-top: solid 1px #1F3C49;
	color: #D3DDE2;
}

#sidebar {
	width: 225px;
	margin: 0 0 0 685px;
	padding: 0;
}

#splash {
	height: 180px;
	position: relative;
	width: 980px;
	background: #FFF;
	overflow: hidden;
}

#wrapper {
	width: 980px;
	position: relative;
	background: #fff;
	margin: 80px auto 0 auto;
}

.dropotron {
	min-width: 200px;
	padding: 20px 15px 20px 15px;
	background: #346176;/* url(images/bg4.jpg) top left no-repeat;*/
	list-style: none;
	line-height: 2.75em;
}

.dropotron li {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	color: #D3DDE2;
	position: relative;
	border-top: dotted 1px #4f798e;
	padding: 0 20px 0 20px;
}

.dropotron li:hover {
	background: #294C5D;
}

.dropotron li:hover .arrow {
	border-left-color: #153646;
}

.dropotron li.first {
	border-top: 0;
}

.dropotron li.last {
	border-bottom: 0;
}

.dropotron li a {
	color: #E3EAED;
	text-decoration: none;
}

.dropotron .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #254656;
}
