/* *********************************************************** */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #007698;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
}
.citation {
	font-size: 14px;
	font-style: italic;
	color: #04556E;
	font-weight: bold;
}

h1 {
	color: #04556E;
}

h2 {
	color: #04556E;
}

h3 {
	color: #04556E;
	text-indent: 20px;
}
ul {
	margin-left: 20px;
	list-style-type: square;
}

.emphase {
	font-weight: bold;
	color: #04556E;
}
/* *********************************************************** */

#horizon {
	background-image: url(images/horizon.png);
	height: 400px;
	width: 100%;
	position: fixed;
	z-index: -99;
	bottom: 370px;
}
#container {
	height: 100%;
	width: 1015px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 30px;
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 200px;
}
#main {
	background-color: #FFF;
	height: auto;
	width: 787px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 200px;
	padding: 10px;
	background-image: url(images/filigrane.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: auto;
	position: relative;
}
#colonne {
	height: auto;
	width: 145px;
	background-color: #CCC;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 740px;
	margin-left: auto;
	color: #666;
	height: auto;
	margin-right: 0px;
	padding-right: 20px;
}

#footer {
	height: 130px;
	width: 811px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 200px;
	font-size: 10px;
	color: #007698;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#logoFixe {
	height: 150px;
	width: 200px;
	position: fixed;
	background-image: url(images/logo_aglu.png);
	background-repeat: no-repeat;
}

#dummy {
	height: 200px;
	width: 100%;
}

/* *********************************************************** */
#bandeau {
	width: 807px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 200px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #f7b70b;
}

#body_company #bandeau {	
	background-image: url(images/bandeau_main_1.jpg);	
}

#body_logo #bandeau {
	background-image: url(images/bandeau_logo.jpg);
}

#body_team #bandeau {
	background-image: url(images/bandeau_team.jpg);
}

#body_services #bandeau {
	background-image: url(images/bandeau_services.jpg);
}

#body_portfolio #bandeau {
	background-image: url(images/bandeau_main_1.jpg);
}

#body_contacts #bandeau {
	background-image: url(images/bandeau_contact.jpg);
}

#body_vision #bandeau {
	background-image: url(images/bandeau_vision.jpg);
}

#body_partners #bandeau {
	background-image: url(images/bandeau_vision.jpg);
}

/* *********************************************************** */
#nav {
	list-style-type: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
}

/* *********************************************************** */
#body_company #tab_company a:link, #body_vision #tab_vision a:link, #body_logo #tab_logo a:link, #body_portfolio #tab_portfolio a:link, #body_partners #tab_partners a:link, #body_team #tab_team a:link, #body_services #tab_services a:link, #body_contacts #tab_contacts a:link {
	/*background-image: url(images/menutab.png);
	background-position: 0px;*/
	background-color: #f7b70b;
	font-size: 12px;
	font-weight: bold;
	color: #007698;
	text-decoration: none;
	background-repeat: no-repeat;
}

#body_company #tab_company a:visited, #body_vision #tab_vision a:visited, #body_logo #tab_logo a:visited, #body_portfolio #tab_portfolio a:visited,  #body_partners #tab_partners a:visited, #body_team #tab_team a:visited, #body_services #tab_services a:visited, #body_contacts #tab_contacts a:visited {
	/*background-image: url(images/menutab.png);
	background-position: 0px;*/
	background-color: #f7b70b;
	font-size: 12px;
	font-weight: bold;
	color: #007698;
	text-decoration: none;
	background-repeat: no-repeat;
}


#nav a:link {
	width: 100px;
	float: left;
	text-decoration: none;
	/*background-image: url(images/menutab.png);
	background-position: -115px;
	background-repeat: no-repeat;*/
	background-color: #69aec2;
	color: #FF9;
	border-radius: 0px 10px 0px 0px;
}


#nav a:visited {
	width: 100px;
	float: left;
	text-decoration: none;
	/*background-image: url(images/menutab.png);
	background-position: -115px;
	background-repeat: no-repeat;*/
	background-color: #69aec2;
	color: #FF9;
}
#nav a:hover {
	text-decoration: underline;
	/*background-image: url(images/menutab.png);
	background-position: 0px;*/
	background-color: #f7b70b;
	font-size: 12px;
	font-weight: bold;
	color: #007698;
}
/* *********************************************************** */
.portfolio_thumb {
	border: thin solid #999;
	padding: 3px;
	margin: 5px;
}
.categorie {
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #007698;
	padding: 5px;
}
