/* ___________________________________________________________

                            GLOBAL
__________________________________________________________ */

*{
  margin: 0;
  padding: 0;
  border: 0;
}

body{
text-align: center;
margin-left: auto;
margin-right: auto;
width: 1000px;
background-color: #FFFFFF;
}

#body {
text-align: left;
}

/* ___________________________________________________________

                            MENU
__________________________________________________________ */

#banner {
	width: 100%;
	height: 167px;
	background: url(images/banner.jpg) repeat-x;
}

#contenubanner {
	background: url(images/banner.jpg) repeat-x;
	width: 1000px;
	float: left;
}

#logo {
	float: left;
	height: 167px;
}

#menu {
	margin-top: 129px;
	display: inline;
	list-style: none;
	float: left;
}

#menu li {
	display: block;
	height: 25px;
	float: left;
	padding-top: 13px;
	font-variant: small-caps;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;	
}

#menu a:hover {
	color: #91d147;
	text-decoration: none;
	font-variant: small-caps;	
}

/* Selected */

#accueil {
	background: url(images/accueil.jpg) no-repeat;
	width: 83px;
	padding-left: 49px;
	color: #91d147;
}

#presentation {
	background: url(images/presentation.jpg) no-repeat;
	width: 103px;
	padding-left: 29px;
	color: #91d147;
}

#competences {
	background: url(images/competences.jpg) no-repeat;
	width: 103px;
	padding-left: 29px;
	color: #91d147;
}

#references {
	background: url(images/references.jpg) no-repeat;
	width: 95px;
	padding-left: 37px;
	color: #91d147;
}

#contact {
	background: url(images/contact.jpg) no-repeat;
	width: 83px;
	padding-left: 49px;
	color: #91d147;
}

/* Black */

#accueil_black {
	background: url(images/accueil_black.jpg) no-repeat;
	width: 83px;
	padding-left: 49px;
	color: #FFFFFF;
}

#presentation_black {
	background: url(images/presentation_black.jpg) no-repeat;
	width: 103px;
	padding-left: 29px;
	color: #FFFFFF;
}

#competences_black {
	background: url(images/competences_black.jpg) no-repeat;
	width: 103px;
	padding-left: 29px;
	color: #FFFFFF;
}

#references_black {
	background: url(images/references_black.jpg) no-repeat;
	width: 95px;
	padding-left: 37px;
	color: #FFFFFF;
}

#contact_black {
	background: url(images/contact_black.jpg) no-repeat;
	width: 83px;
	padding-left: 49px;
	color: #FFFFFF;
}

/* ___________________________________________________________

                            FOOTER
__________________________________________________________ */

#footer {
  background: #46433e;
  color: #FFFFFF;
  clear: both;
  font-variant: small-caps;	
  font-family: verdana, tahoma;
  font-size: 10pt;
}

#footer table {
  width: 900px;
  margin-top: 20px;
}

#footer td {
  vertical-align: center;
  text-align: center;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* ___________________________________________________________

                    IMPORT FROM PAGES.CSS
__________________________________________________________ */


#main {
	clear: both;
	width: 1000px;
	font-family: verdana, arial, sans-serif;
	margin: 50px;
}

h1 {
	font-weight: bold;
	color: #93c04b;
	text-align: center;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #93c04b;
	margin-top: 15px;
	margin-bottom: 5px;
	font-variant: small-caps;
}

p, .list {
	font-size: 10pt;
	list-style: none;
}
