/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
	font-weight:normal;
	list-style-type:none;
}
html,body {
	height: auto;
	background: #FFF;
	color: #103B61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* the hyperlinks */
a {
	color: #64b5e7;
	text-decoration: underline;
}
a:hover {
	color: #D7E80A;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #64b5e7;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 100px;
	background: #64b5e7 url(images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar li a {
		text-decoration: none;
		display: block;
		padding: 4px 10px;
		font-size: 1.2em;
		text-transform: uppercase;
		width: 100%;
	}
	
	
  html>body #navbar li a {
    width: auto;
    }
	
	#navbar a:hover {
		background: #64b5e7;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin: 5px 0;
	background: #FFF url(images/bg_core_left.png) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 180px;
	height: auto;
	background: #D7E80A;
	float: left;
	background: url(images/bg_menu.png) top left no-repeat;
	font-size:1em;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	text-indent:5px;
	}
	#coreleft li {
		display: block;
		height: auto;
		margin: 2px;
			}
	#coreleft li a {
		display: block;
		height: auto;
		padding:5px 0;
		width: 100%;
		word-spacing:-0.1em;
		text-decoration: none;
		border: 0;
		color: #232B0E;
	}
	
	#coreleft ul ul { margin-left:25px; font-weight:0.9em; }
	

	html #coreleft li a { width:100%; }

	#coreleft li a:hover {
		background: #FFF url(images/bg-hatch.gif) repeat;
		color: #64b5e7;

	}
	

	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-size: 10px;
	}
	
	#coreleft form { padding:5px; }
	#coreleft input { float:left; margin:2px; text-align:center; font-size:0.9em; }
	
	#reseau {
	color:red;
	margin:10px auto;
	width:150px;
	height:200px;
	padding:5px;
	text-align:center;
	background-image: url(images/reseau.png);
	background-repeat: no-repeat;
	
}
	
		#reseau h1 {
		padding: 0;
		
		margin: 10px 0;
		text-transform:uppercase;
		font-weight:bold;
		font-size: 1.1em;
	}
	
	#reseau a { color:red; }
	#reseau a:hover { text-decoration:none; }
	
/* the corecenter contains the center part of the core */
#corecenter {
	width: 550px;
	height: auto;
	float: left;
}

#corecenter blockquote { border:1px solid #64b5e7; margin:10px 0 10px 10px; padding:5px; }

#bread {
	margin:0 0 5px 10px;
	border-bottom:1px dotted #EEEEEE;
	font-size:0.9em;
	font-variant: small-caps;
}

#corecenter a { font-weight:bold;  }

	#corecenter h2 {
		font-size: 1.5em;
		color: #64b5e7;
		padding: 10px 0 10px 10px;
		text-transform:uppercase;
	}
	
		#corecenter h3 {
		font-size: 1.1em;
		color: #64b5e7;
		margin-left:10px;
		padding: 10px 0 0 0;
		text-transform:uppercase;
		border-bottom:1px solid #64b5e7;
		font-weight:bold;
	}
	
	#corecenter table {
	padding: 0 10px 10px 10px;
	}
	
	#corecenter td { padding:5px; }
	
	#corecenter p {
		line-height: 1.5em;
		padding: 0 10px 10px 10px;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #D7E80A;
		color:#0878A6;
	}
	#corecenter li a {
	text-decoration: none;
	display: block;
	height: auto;
	padding: 4px;
	font-variant: small-caps;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}
	
		#corecenter form { margin:10px;}
		#corecenter input, #corecenter textarea { padding:1px; margin: 0 0 3px 0; background-color:#FFF; border:1px solid #CECFC6; }
		#corecenter input:hover, #corecenter input:focus, #corecenter textarea:hover, #corecenter textarea:focus { border:1px solid #D7E80A; }
		#corecenter legend { font-size:0.8em; padding:1px;}
		.select { margin: 0 0 5px 0; float:left;  background-color:#fff; }
		#corecenter label { float:left; margin: 5px 0; clear:left; width:150px;}

/* the footer contains all copyright info etcetera */
#footer {
margin:10px 0 0 0;
	clear: both;
	width: 740px;
	height: 30px;
	background: #64b5e7;
	line-height: 30px;
	vertical-align: middle;
	font-size: 1em;
}
	#footer p {
		color: #FFF;
		margin-left:180px;
	}
	#footer a {
		color: #FFF;
	}


.spacer { clear:both; }
.red { color:red; }
.right-img { float:right; margin:0 0 5px 5px; border:1px solid #64b5e7; }
.picture_det { cursor: pointer; margin:5px; border:1px solid #64b5e7; }
.detail { float:right; margin:5px 0; clear:both; }
.picture_big { margin:5px auto; border:1px solid #64b5e7; }


#copyright { font-size:0.8em; text-align:center; margin-top:3px; color:#333333; }
#copyright a, #copyright a:visited { color:#333333; text-decoration:none; }
#copyright a:hover { text-decoration:underline; }

