/* import des css */
@import url('reset.css');
@import url('header.css');
@import url('container.css');
@import url('declinaisons.css');
@import url('extensions.css');
@import url('intranet.css');

/* styles par défaut */

/* structure du site */
body {
	text-align: center;
	font-size: 0.7em;
}

a {
	text-decoration: none;
	outline: none;
	color: #546582;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 86.5em;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 10.9em;
}

	#top { height: 2.2em; }
	
		#top-left {
			float: left;
			width: 17.3em;
			height: 2.2em;
		}
		
		#top-center {
			float: left;
			width: 51.9em;
			height: 2.2em;
			background: #546582;
		}
		
		#top-right {
			float: left;
			width: 17.3em;
			height: 2.2em;
			background: #7F8CA1;
		}
	
	#middle {
		clear: both;
		height: 8.6em;
	}
	
	#bottom {
		clear: both;
		height: 34px;
	}
	
#left {
	float: left;
	width: 16.3em;
	padding: 20px 3px 0 9px;
}

#left.search {
	height: 100px;
}

#center {
	float: left;
	width: 51.3em;
}

	#center a {
		text-decoration: underline;
	}
	
	#center a:hover {
		text-decoration: none;
	}

	#footer.avecDroite {
		margin: 30px 0 0 16.9em;
		height: 1.8em;
		width: 51.9em;
	}
	
	#footer {
		margin-top: 30px;
		height: 1.8em;
		width: 51.9em;
	}
	
	#footer a {
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer.search {
		width: 570px;
		margin-left: 190px;
	}

#right {
	float: left;
	width: 15em;
	padding-left: 12px;
	margin-top: 50px;
}

	#right a {
		text-decoration: underline;
	}
	
	#right a:hover {
		text-decoration: none;
	}

#right.search {
	margin: 0;
	float: right;
}

/* classes */
.clear { clear: both; }

/* addthis*/

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300m, .addthis_default_style .at300bs {
float: right !important;
}

.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {
padding: 0  !important;
margin: 0  !important;
}


#options ul { float : left;}

.addthis_toolbox { float: right; width: 65px; }

