/*removes padding and margin of all elements*/

*{
	margin:0;
	padding: 0;
	}

html, body { 
	height: 100%;
}

body {
	background-color: #fff;
	font-style: normal;
	font-family: "Georgia", serif;
	font-size: 75%;
	text-align: left;
	color: #231f20;
}

span {
	display: none;
}

#global {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: url(../web/header2.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 1000px;
	overflow: hidden;
	}

#logo {
	display: block;
	float: left;
	width: 250px;
	height: 120px;
	margin-left: 90px;
	background: url(../web/accueil1.png) 0 0 no-repeat;
	text-decoration: none;
}

#logo:hover { background: url(../web/accueil2.png) 0 0 no-repeat; }

#navigation {
	height: 120px;
	margin-bottom: 40px;
}

#navigation ul { 
	display: block;
	float: right;
	margin-top: 62px;
	margin-right: 88px;
}

#navigation li {
	display: inline;
	height: 17px;
	padding: 1em 1em 0.5em 1em;
}

#navigation li:hover, .active {
	background: #122020; /* old browsers */
	background: url(../web/menu-bg.png) repeat-x;
	background: -moz-linear-gradient(top, #122020 0%, #215252 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#122020), color-stop(100%,#215252)); /* webkit */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-moz-box-shadow:inset 0px -1px 0px #0d7377;
	box-shadow:inset 0px -1px 0px #0d7377;
	padding: 1em 1em 0.5em 1em;
}

#headerleft {
	float: left;
	clear: both;
	width:360px;
	padding-left:100px;
	color: #fff;
	}
	
#headerright {
	margin-left: 540px;
	width: 360px;
	height: 180px;
	overflow: hidden;
}

#centre {
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
	background: url(../web/content2.png);
	background-repeat: no-repeat;
	margin: 0px 60px;
}

.colonne {
	width: 360px;
	float: left; 
	padding: 0px 40px;
}

.droite {
	background: url(../web/middlebar.png);
	background-repeat: repeat-y;
}

/*id seulement pour les pages du portfolio
--------------------------------------------------------------------- */

#portfolio {
	width: 800px;
	padding-top: 40px;
	overflow: hidden;
	background: url(../web/content2.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-right: 100px;
	}
	
#portfolio p {
	padding: 0px 0px 7px 0px;
	}

#portfolio h2 {
	clear: both; 
	}
	
.marge {
	padding-top: 40px;
	}

/*footer 
--------------------------------------------------------------------- */

#footer {
	clear: both;
	position: relative;
	bottom: 0;
	height: 120px;
	width: 100%;	
	color: #999;
	text-align: center;
	margin-bottom: 1em;
}

#footer p {
	padding: 0px 0px 0px 0px;
	}

/* paragraphs
--------------------------------------------------------------------- */

p {
	padding: 0px 0px 15px 0px;
	line-height: 1.5;
	}

#gauche p {
	padding-bottom: 15px;
	}
	
/*Formatting of the titles
--------------------------------------------------------------------- */

h1 {
	color: #099499;
	font-size: 1.5em;
	font-family: "Gill sans light", "Helvetica Neue", sans-serif;
	font-style: italic;
	font-weight: 100;
	padding: 0px 0px 10px 0px;
	}

	
h2 {
	color: #099499;
	font-weight: 300;
	font-size: 1.75em;
	margin-bottom: 0.75em;
	}

h4 {
	color: #666;
	font-size: 1.167em;
	font-weight: bold;
}

/* portfolio 
--------------------------------------------------------------------- */

img {
	text-decoration: none;
	border: 0px solid #fff;
	}

	
/* style des liens texte 
--------------------------------------------------------------------- */

a {
	color: #606060;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	}

a:active { outline: none;}
a:focus { outline: none;}
}
a:hover {
	color: #099499;
	text-decoration: none;
	}

/* autres styles pour le texte 
--------------------------------------------------------------------- */

.date {
	padding: 0;
	color: #666;
	font-weight: 600;
	font-size: 14px;
	}
	
.news {
	background: url(../web/news.png) no-repeat;
	}

/* Styles des listes 
--------------------------------------------------------------------- */

#centre .basiclist li {
	list-style-type: none;
	line-height: 1.5;
	border-bottom:0px solid #999;
} 

#centre ul {
	margin-bottom: 0.75em;
}
li {list-style-type: none; }

	
/* autres styles
--------------------------------------------------------------------- */

.icone {
	float: left;
	margin-right: 5px;
}


.collection img { 
	padding: 5px; 
	margin: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	opacity: 1;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-webkit-box-shadow: 1px 1px 6px #ccc;
	box-shadow: 1px 1px 6px #ccc;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
} 

.collection img:hover { 
	opacity: 0.8;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0;
	}
 

