/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:"Trebuchet MS";
	background:url(../images/background.jpg) no-repeat;
	/*margin:0 0 0 320px;*/
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p{
		text-align:justify;
		font-family:"Trebuchet MS";
		font-size:12px;
	}
	#tableText{
	margin: 0 10px 0 0px;
}

.gras {
	font-weight: bold;
}

a{
cursor: pointer;
color:#b45f08;
text-decoration:none;
}
a:visited {
	color:#a59868;
}

.fonction, .siteweb{
	font-style:italic;
	 font-size:14px;
}
.fonctionTe{
	font-style:italic;
	 font-size:9px;
}
.siteweb{
	outline:none;
}

.gras{
	font-weight: bold;
}

#menu{
	text-align:right;
	margin:100px 100px 0 0;
}

#content{
	background:url(../images/tache_artistes.png) no-repeat;
	margin:10px 0 0 0;
	height:600px;
}
#contentFirst{
	margin:100px 0 0 18px;
}

#sarrazineContentFirst{
	margin:100px 0 0 0;
}
#sarrazineContent{
	background:url(../images/tache_sarrazine.png) no-repeat;
	margin:10px 0 0 0;
	height:600px;
}

#tempeteContentFirst{
	margin:100px 0 0 80px;
}
#tempeteContent{
	background:url(../images/tache_tempete.png) no-repeat;
	margin:10px 0 0 0;
	
}
#entrepriseContentFirst{
	margin:100px 0 0 80px;
}
#entrepriseContent{
	background:url(../images/tache_entreprise.png) no-repeat;
	margin:10px 0 0 0;
	height:680px;
}
#contactContentFirst{
	margin:100px 0 0 80px;
}
#contactContent{
	background:url(../images/tache_contact.png) no-repeat;
	margin:10px 0 0 0;
	height:500px;
}


#contentText{
	width:550px;
}

#contenu{
	margin-left::320px !important;
}