/* @override Credits */
/*
Date : 12.09.2008 
Auteur : Adrien Heury + Guillaume Philippon + Anne Taupin
Projet : AIM Services
Logiciel : CSS Edit 2.6 - iMac
Commentaire : CSS non valide à 100% à cause de ce p***** de ie6 qu'il faut sans cesse gruger... 
*/

/*[Table of contents]
-------------------------------------------------------------------*/
/*[Color codes]
# Orange : #FF971D
# Vert (foncé au clair) : #00613D / #B9D4BD
# Marron : #454443 (titres H)
# Gris : #656565 (texte + sous menu) / #D2D5D5 (traits)
-------------------------------------------------------------------*/
/*[Typography]
-------------------------------------------------------------------*/

@import url("reset.css");

body {
	background: #B9D4BD url(../images/bkg.jpg) no-repeat 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #656565;
	/*text-shadow: 0 0 0 #000; hack safari*/
}

a {
	color: #FF971D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.oblig{color: red;}
/* @group Gabarit/Structure */

#conteneur {
	width: 910px;
	margin: 50px auto;
	
	background: #759785 ;
	/*url(../images/bkg-repeat-transparent.png) repeat 0 0;*/
	padding: 10px;
	position: relative;
	margin-top:0;
	
}

#conteneur #header {
	width: 910px;
	height: 90px;
	background: url(../images/bkg-bord-casse.png) no-repeat 0 0;
}

#conteneur #header #bande {
	background: #FF971D;
	height: 20px;
	margin: 0 52px 0 0;
	padding: 2px 5px 0 0;
	text-align: right;
	color: #FFF;
}

#conteneur #header #bande a {
	color: #FFF;
	text-decoration: none;
}


#conteneur #header #titre {
	margin-top: 10px;
	margin-left: 10px;
}
#conteneur #header #titre .logo {
	margin-top: 10px;
	margin-left: 10px;
}

#conteneur div#header div#titre {
	float:left; 
	width:412px;
}

#conteneur .visuInterieur {
	float:left;
}



#conteneur #contenu {
	background: #FFFFFF;
	min-height: 430px;
	float: left;
	width: 910px;
}

*html #conteneur #contenu {
	padding-top:50px;
	height: 430px;
}


div#restreint {
	position: absolute;
	top: 80px;
	left: 758px;
}

*+html div#restreint {
	top:0px;
	left:750px;
}

*html div#restreint {

}

#footer {
	clear: both;
	color: #000;
	height:20px;
}

*+html #footer {
	height:20px;
}

#footer .copy {
	padding-top:5px;
	float:left;
	display:block;
	color: #fff;
	font-size: 10px;
}

#footer .noeLogo {
	padding-top:5px;
	float: right;
	display:block;
}


/*Home*/
#conteneur #contenu #col1Home {
	width: 310px;
	padding: 20px 0 0 20px;
	float: left;
}

#conteneur #contenu #col2Home {
	width: 370px;
	padding: 20px 0;
	float: left;
}



table{
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-spacing: 0px;
    border-collapse: collapse;
}
table thead tr{
   background: #eee;
   color: #66766C;
}
table td, table th {
    padding: 5px;
    border: 1px solid #eee;
}

table tr.fondLigne1{
    background: red;
}
table tr.fondLigne2{
    background: blue;
}
/* @end */

/* @group Menu */

*+html #conteneur #menu {
	position:relative;
}
*html #conteneur #menu {
	/*position:absolute;*/
	height:45px;
}
#conteneur #menu {
	background: #FFF;
	height: 45px;
	width: 100%;
}

#conteneur #menu ul {
	background: #00613D;
	width: 690px;
	height: 45px;
	list-style: none;
}

#conteneur #menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#conteneur #menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 15px;
	padding: 15px 20px;
}

#conteneur #menu ul li a:hover, #conteneur #menu ul li a.select {
	color: #FFF;
	background: #FF971D;
	text-decoration: none;
}

/* @group Sous Menu */

#conteneur #contenu #col1 ul {
	margin-right:10px;
}

#conteneur #contenu #col1 ul li {
	margin: 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	padding-left:12px;
	
	min-height:10px;
	border-bottom: 1px solid #D2D5D5;
	
/*
	background-image: url('../images/fleche.png') ;
	background-repeat: no-repeat;
	background-position:0px 6px;
*/
}

#conteneur #contenu #col1 ul li a {
	color: #656565;
	text-decoration: none;
}

#conteneur #contenu #col1 ul li a:hover, #conteneur #contenu #col1 ul li a.select {
	color: #FF971D;
	font-weight: bold;
	text-decoration: none;
}
/* @end */


/* @group Article */

#article h1 {
	color: #454443;
	font-size: 36px;
	margin: 0 0 18px 0;	
	font-weight:normal;
}

#article h2 {
	color: #454443;
	font-size: 18px;
	margin: 0 0 18px 0;
	font-weight:normal;
}

#article h3 {
	font-weight:bold;
	color: #00613D;
	font-size: 14px;
}

#article h4 {
	font-size: 12px;
	border-top: 1px solid #d2d5d5;
	padding: 5px 0 0 0;
}

#article h5 {
	color: #666;
	font-size: 11px;
	font-style: italic;
}


#article p {
	margin: 0 0 18px 0;	
}

#article ul {
	list-style: square;
	margin: 18px;
}

#article strong {
	font-weight:bold;
}

#article em {
	font-style:italic;
}

/* @end */


/*Mise en forme Home*/
/*colonne home actu + plan/contact*/
.blocActu {
	margin: 0 0 40px 0;
}

p.intitule {
	color: #00613D;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #D2D5D5;
	margin: 0 0 10px 0;
}

p.date {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

p.titre {
	text-transform: uppercase;
}

#conteneur #contenu #col3Home{
	width: 290px;
	float: left;
	margin: 0px 0 0 0;
	padding: 20px 0 0 10px;
	
}

#conteneur #contenu  div#colonne1{
	float: left;
	width: 580px;
	padding: 0 0 0 20px;
}
div#colonne1 a.ruba{
	background: url('../images/visuel-home-RUBA.jpg') no-repeat 0 0;
}
div#colonne1 a.rubb{
	background: url('../images/visuel-home-RUBB.jpg') no-repeat 0 0;
}
div#colonne1 a.rubc{
	background: url('../images/visuel-home-RUBC.jpg') no-repeat 0 0;
}
div#colonne1 a.rubd{
	background: url('../images/visuel-home-RUBD.jpg') no-repeat 0 0;
}	
div#colonne1 a.ruba,div#colonne1 a.rubb,div#colonne1 a.rubc, div#colonne1 a.rubd {
	width: 280px;
	height: 180px;
	display: block;
	color : #000;
	float: left;
	margin-top: 20px;
	text-decoration: none;
}
div#colonne1 a.rubb,div#colonne1 a.rubd {	
	margin-left: 20px;
	
}

div#colonne1 a.ruba span, div#colonne1 a.rubb span, div#colonne1 a.rubc span, div#colonne1 a.rubd span {
	width:200px;
	height:50px;
	position: relative;
	z-index:20;
	display: none;
	color: #FFF;
	font-size: 16px;
	margin-top: 120px;
	margin-left: 30px;
	padding: 5px;
	text-decoration: none;
	background: /*#00613D*/ url('../images/bkg-opacite2.png') repeat 0 0;
}
div#colonne1 a.ruba:hover span, div#colonne1 a.rubb:hover span, div#colonne1 a.rubc:hover span, div#colonne1 a.rubd:hover span {
	display: block;
}


div.contactPlanGeneve {
	/*width:350px;
	float: left;*/
}
div.contactPlanLausanne {
float: right;
}

div.contactPlanGeneve a:hover, div.contactPlanLausanne a:hover {
	text-decoration: none;
}

/*Interieur*/
#conteneur #contenu #col1 {
	clear:both;
	width: 260px;
	padding: 20px 20px;
	float: left;
}

#conteneur #contenu #col2 {
	width: 570px;
	margin-left: 300px;
	padding: 20px 0;
	text-align: justify;
}

div#outils  {
	padding-left:15px;
	padding-top:10px;
	margin-left:288px;
	height:20px;
}


/*Icones print/ami*/
ul#outilsZoom {float:right;list-style: none;}
ul#outilsZoom li {list-style: none;margin : 0;padding : 0;display:inline;background: none;}
ul#outilsZoom li a {width:16px;height:19px;float:left; border:none}

a#zoomMoins {margin-right:7px; background: url('../images/zoomMoins.png') no-repeat 0 0;}
a#zoomPlus {margin-right:7px;background: url('../images/zoomPlus.png') no-repeat 0 0;}
a#envoyerAmi {margin-right:7px;background: url('../images/envoyerAmi.png') no-repeat 0 0;}
a#imprimer {margin-right:7px;background: url('../images/imprimer.png') no-repeat 0 0;}
a#commentArticle {background: url('../images/commentArticle.png') no-repeat 0 0;}
a#zoomMoins:hover, a#zoomPlus:hover, a#envoyerAmi:hover, a#imprimer:hover, a#commentArticle:hover {background-position: 0 -19px; border:none}
ul#outilsZoom li a span {display:none;}
ul#outilsZoom li a {cursor:pointer;}

span.chemin {
	float:left;
}

div.visualClear {
	clear:both;
}
div.visualClear hr {
	display:none
}

div.actu img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}


/* Contact */
fieldset div {
	clear:both;
	margin-bottom:5px;
}
fieldset div label {
	float:left;
	width:250px;
	margin-right:10px;
}

div#emploi fieldset div label {
	width: 200px;
}

fieldset div input, fieldset div textarea {
	border:1px solid #00613D;
}
fieldset div input.submit {
	background:#FFF;
	border:1px solid #00613D;
	color:#000;
	float:right;
	padding: 5px;
	margin-right:9px;
}

div#emploi fieldset div input.submit {
	float:none;
	margin-left:210px;
}


div#pagination ul {
	list-style-type:none;
	margin:0;
}
div#pagination ul li {
	float:left;
	margin-right:20px;
}

div.rss {
	clear:left;
}

/***** Liste Partenaire ****/
div.listepartenaire
{
    margin: 30px 0 0 10px;
}
div#article ol{
	list-style-position: outside ;
	margin-left:50px; 
	padding:0;
	list-style-type:decimal
}

acronym, dfn, kbd, abbr { cursor : help; border-bottom : 1px dotted #d28442; }

#restreintLink{
    float:left;
    margin-top:15px;
}

address
{
    font-size:10px;
    line-height:12px;
    float:left;
    font-style:normal;
}


address#adress1
{
    margin-left:0px;
}

address#adress2
{
    margin-left:16px;
}


#imgGeneve{
   margin-left:25px; 
}

#imgLausanne{
    margin-left:55px;
}
