
/* CSS Document */

/*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: 12px;
	text-align: left;
	color: #231f20;
}

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


#header {
	background: url(../web/header2.png);
	background-repeat: no-repeat;
	height: 380px;
	overflow: hidden;
	}
	
#headerleft {
	float: left;
	width:400px;
	padding-left:100px;
	color: #fff;
	}

#headerright {
	margin-left: 540px;
	}


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

#gauche {
	width: 360px;
	float: left; 
	margin-left: 100px;
}

#contenu {
	margin-left: 500px; 
	width: 360px;
	padding: 0px 40px 10px 40px;
	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;
}

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

/* paragraphs*/

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

#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;
	padding: 0px 0px 10px 0px;
	}


/* portfolio */

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

	
/* style des liens texte */

a {
	color: #606060;
	text-decoration: 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 */

.basiclist li {
	list-style-type: none;
	border-bottom:0px solid #999;
	padding: 2px 0px 2px 0px;
	margin: 0px;
} 

li {list-style-type: none; }

ul {
	padding: 0px 0px 15px 0px;
	}
	
/* autres styles*/

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


.img-wrapper { 
	background: url(../web/wrapper.png) no-repeat bottom right; 
	clear: right; 
	float: left; 
} 

.img-wrapper img { 
padding: 5px; 
display: block; 
margin: 5px 5px 5px 5px; 
} 
