/* ---------------------------------------------------
* CSS Print pour Sopyrec.com
* version 1.0 - Juillet 2007
* Auteur : Erwann Ser
------------------------------------------------------
*/
body {
	padding-bottom: 15px;
	font: 12pt/16pt "Times New Roman", Times, serif; 
	text-align:center;
	background: #FFF;
	color:#38393D;
}

#container {
	position: relative;
	text-align:left;
}

/*=------------------------ ELEMENTS COMMUNS ----------------------*/

/*Reset CSS*/
ul {margin:0; padding-left: 2%;}
li {list-style: square}
h1,h2,h3,h4,h5 {margin-top:0; font-family: Tahoma, Arial, Helvetica, sans-serif;}
a img {border: none;}

strong {color:#835000}
abbr {border: none;}
p {
	margin: 0 0 .7em;
	text-align:left;
	margin-bottom: .9em;
	color:#38393D;
	}
hr {
	visibility:hidden;
	clear:both;
	height: 1px;
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.contain_float, .format_context {overflow:hidden;}

/*ACCESSIBILITE
=--------------------------------------=*/
.hidden {
	position:absolute;
	top:-2000em;
	left:-2000em;
	width:1px;
	height:1px;
	overflow:hidden;
	}

/*TITRES
=----------------------------------------*/
h2 {	
	font-size: 24pt;
	margin: 0 0 1em;
	line-height:1.2em;
	color: #353FB8;
	font-weight: normal;
	border-bottom: 1px solid #CED2F0;
	}
#accueil h2, #contact_us h2 {	
	margin-bottom: .2em;
	border:none;
	}
h3 {
	font-size: 18pt;
	margin: 1.5em 0 .5em;
	border: none;
	color:#333;
	font-weight: normal;
	}
h4 {
	font-size: 14pt; 
	margin: 0; 
	color: #835000;
	}
#equipe h3 {margin: 0 0 1.4em;}

/*LIENS
=--------------------------------------=*/
#topbar a, #content a {padding: 0 2px;}
a:link {color:#0D238A}
a:visited {color:#7B7D8A}
#footer a:link:hover, #content a:link:hover, #content a:visited:hover {text-decoration: none}
#content a:link:focus, #content a:visited:focus, #content a:link:active, 
#content a:visited:active {
	color:#FFF; 
	text-decoration: none;
	}
#liens a:link[href]:after, #liens a:visited[href]:after {content: " (" attr(href) ") ";}

/*=------------------------- HEADER -----------------------------*/
#topbar {display: none;}
h1 a {text-decoration:none;} 
h1 img {margin-bottom: 5%;} 

/*MENU
=-----------------------------------------------------------------------*/
#menus {display:none}
 /*=---------------------------- CONTENU --------------------------------*/

#visuel {display: none;}
#contact_us {margin-top: 5%;}
#contact_us h2 {
	margin-bottom: .3em;
	line-height: 1em; 
	font-size: 1.5em; 
	}
#fonctions {
	border-left: 1px solid #9E9E9E; 
	padding-left: 15px;
	}

/*Equipe
----------------------------------------------------*/
#equipe h3 {margin: 1.5em 0 1em}
#equipe #contact_us {display:none;}

.direction {
	float: left;
	margin: 0 18px 30px 7px;
	color:#222;
	}
.equipe li {
	float: left;
	width: 270px;
	border: 1px solid #D3D3DE;
	padding: .6em .9em .8em .6em;
	margin: 0 18px 18px 5px;
	color:#222;
	}
.portraits {margin: 3px 12px 0 0;}

/*Missions
----------------------------------------------------*/
#missions #content ul  {margin-left: 12px}
#missions #content li  {margin-bottom: .3em; font-size: 1.2em}

/*Cas_concrets
----------------------------------------------------*/
#cas_concrets h3  {
	text-transform: none; 
	border:none; 
	font-size: 1.3em;
}

/*Liens_utiles
----------------------------------------------------*/
#liens #content ul li {margin-left: 10px;}
#liens #content ul a {
	padding-right: 12px;
	}
#contact #content ul  { margin: 15px 0 0 10px}

/*Plan d'accès
----------------------------------------------------*/
#load {display: none}
iframe {position: relative; z-index:1;}

/*=--------------------------- FOOTER -----------------------------*/

#footer {display: none;}
