@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/

* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #e4e4e4;
}
.c {
	clear:both;
}
img {
	border:0px;
}

/****************
Global 
****************/
#global_accueil {
	width: 100%;
	padding: 0 0 25px 0;
	text-align: center;
	background: #fff url(../images/fond-site.jpg) repeat-x;
}
#global {
	width: 100%;
	padding: 0 0 25px 0;
	text-align: center;
	background: #fff url(../images/fond-site2.jpg) repeat-x;
}

/****************
Header 
****************/
#header {
	width: 800px; 
	height: 120px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/fond-maison-header.jpg) no-repeat right top;
}
#logos {
	height:89px;
}
#logosnpi, #logomourey {
	display:block;
	padding:18px 0 0 10px;
	float:left;
}

/****************
Menu principal
****************/
#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 0 0 0 ;
}
#nav li {
	display: block ;
	color: #545454 ;
	float:left;
}
#nav li a {display: block ;
	color: #545454 ;
	font-family: Georgia,Arial,sans-serif ;
	font-size:12px;
	padding:8px 15px;
	text-align: center ;
	text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #1A6C29 ;
	color:#fff;
}			

/****************
Banniere 
****************/
#banner {
	width: 800px; 
	height: 156px;
	margin: 0 auto;
	text-align: left;
	font-size: 0px; 
	background: url(../images/fond-citadelle-banner.jpg) no-repeat left top;
}
#photobanniere{
	float:right;
}
#textebanniere{
	float:left;
	width:420px;
	height:130px;
	text-align:right;
	line-height:28px;
	padding: 20px 0 0 0;
}
#textebanniere h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#f2f2f2;
}

/****************
Contenu 
****************/
#content {
	clear:both;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	padding: 20px 0;
}
.left_col {
	float:left;
	padding: 0 22px 0 0;
	width:252px;
}
.right_col {
	float:right;
	width:249px;
}
#content h1 {
	font-size:16px;
	height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
	background:url('../images/trait-vert.gif') repeat-x bottom;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}
.left_col address {
	padding: 15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;	
	font-style:normal;
}
#content a.contact_acc {
	background:#E0EFE1 url('../images/fleche.gif') no-repeat left center;
	display:block;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1A6C29;
	font-weight:bold;
	text-decoration:none;
	padding:8px 0 8px 30px;
}
#content a.contact_acc:hover {
	color:#fff;
	text-decoration:none;
	background:#1A6C29 url('../images/fleche2.gif') no-repeat left center;
}
#horaires {
	width:217px;
	height:112px;
	background:url('../images/fond-horaires.jpg') no-repeat;
	padding:20px 15px;
	text-align:center;
}
#horaires h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	background:none;
	color:#fff;	
	padding-top:8px;
}
#horaires p {
	line-height:24px;
	font-size:14px;
	color:#fff;	
}
#horaires strong {
	font-size:16px;
	color:#fff;
}
.organigramme {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	border:1px solid #e4e4e4; 
	padding:2px;
	margin:15px 0 0 0;
}
.organigramme td {
	padding:5px 10px;
	background:#ccc;
}
.organigramme td.clair {
	background:#ddd;
}
.col1 {
	width:450px;
	float:left;
}
.col2 {
	width:330px;
	float:right;
	padding:15px 0 0 0;
}
.col1 p, .colmax p {
	padding:15px 0 0 0;
}
.col2 img {
	margin:5px;
	float:right;
	border: 5px solid #E4F1E4;
}
.colmax img {
	border: 5px solid #E4F1E4;
	margin:5px;
}
.vers_snpi {
  text-align:left;
  float:left;
  padding: 20px 0 20px 90px;
}
.vers_snpi a, .vers_snpi a:hover {
  text-decoration:none;
}
.vers_snpi img {
  border:5px solid #E4F1E4;
}
#content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A6C29;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.col1 address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
	font-style:normal;
}

/****************
Footer 
****************/
#footer {
	width: 100%;
	text-align: center;
	background: #e4e4e4;
}
#footer_content {
	width: 800px; 
	height: 50px;
	margin: 0 auto;
	padding:10px 0 0 0;
}
#footer_left {
	width:400px;
	float:left;
	text-align:left; 
}
#footer_right {
	width:400px;
	float:right;
	text-align:right;
}
#footer address, #footer p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#AAA;
	line-height:18px;
}
#footer a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#AAA;
	text-decoration:none;
}
#footer a:hover {
	color:#666;
}




