* {
	font-family: Century Gothic;
}

html, body {
	margin: 0;
	padding: 0;
	background-image: url("images/background.png");
	color: #b7b7b7;
	font-size: 15px;
	font-family: Century Gothic;
	letter-spacing: -1px;
	overflow: hidden;
	text-align : justify; 
}

a, a:link, a:active, a:visited {
	color: #b7b7b7;
}

a:hover {
	text-decoration:none;
}

span.jaunelg {
	color: #ebb135;
}

h1 {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	border-bottom: 1px solid #b7b7b7;
	font-size: 16px;
	letter-spacing: 0;
}

table {
	font-size: 15px;

}

input.input{
	display: inline;
	border: 2px solid #9a9a9a;
	background-color: transparent;
	color: #b7b7b7;
	font-size: 14px;
	padding: 3px;
	width: 430px;
	overflow: visible;
	position:relative;
}

textarea.input {
	border: 2px solid #9a9a9a;
	background-color: transparent;
	color: #b7b7b7;
	padding: 3px;
	font-size: 14px;
	overflow: auto;
	width: 430px;
	height: 150px;
	position:relative;
}

input.submit {
	border: 2px solid #9a9a9a;
	color: #333333;
	position:relative;
	padding: 2px 3px;
	width: auto;
  	overflow: visible;
}

input.selected, textarea.selected{
	border: 2px solid #ebb135;
}

a img{
	border: 0 none;
}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 670px; /* 900px */
	height: 650px; /* 670px */
	margin-left: -450px;
	margin-top: -335px;
	padding: 70px 120px 0 120px;
	background-image: url("images/background_shapes.png");
	background-repeat: no-repeat;
}

#main #header {
	float:left;
	width: 670px;
	height: 50px;
	margin-left: 8px;
	margin-bottom: 5px;
}

#main #header #logo {
	float:left;
	width: 184px;
	height: 50px;
	margin-left: 8px;
	margin-bottom: 5px;
	background-image: url("images/loris_gavillet.png");
	background-repeat: no-repeat;
}

#main #header #slogan {
	float: left;
	width: 407px;
	height: 17px;
	margin-left: 33px;
	margin-top: 20px;
	background-image: url("images/creations_sites_web.png");
	background-repeat: no-repeat;
}


#content {
	float:left;
	width: 670px;
	height: 455px;
	background-image: url("images/background_content.png");
	background-repeat: no-repeat;
}

#content #menu {
	float: right;
	margin: 22px 25px 20px 0;
}

#content #menu a, #content #menu a:link, #content #menu a:active, #content #menu a:visited {
	padding-bottom: 1px;
	height: 12px;
	position: relative;
	margin-left: 20px;
	display: inline;
}

#content #menu a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#content #content_wrap {
	float: left;
	width: 620px;
	height: 362px;
	margin: 0px 25px 0px 25px;
	overflow: hidden;
	display: inline;
}

#content #footer {
	font-size: 11px;
	float: right;
	width:190px;
	text-align: right;
	height: 10px;
	margin-right: 32px;
	letter-spacing: 0;
}

.accueil {
	width: 46px;
	background-image: url("images/accueil.png");
	background-repeat: no-repeat;
}

.creations {
	width: 61px;
	background-image: url("images/creations.png");
	background-repeat: no-repeat;
}

.contact {
	width: 51px;
	background-image: url("images/contact.png");
	background-repeat: no-repeat;
}

a.selected {
	border-bottom: 1px solid #ebb135;
}

#content .news {
	float:left;
	width:100%;
	font-size:14px;
	margin-bottom: 20px;
}

#content .news img {
	float: left;
	margin-right: 15px;
	border: 4px solid #ebb135;
}

#content .news b {
	font-size: 15px;
	font-weight: bold;
	color:#ebb135;
	letter-spacing: 0;
}

#content #profil {
	float:left;
	width:100%;
	margin-bottom: 10px;
}

#content #profil img{
	float:left;
	border:4px solid #ebb135;
	background-color: #ffffff;
	padding: 1px;
	margin-right:10px;
	background-color: #ffffff;
}

#content #profil table{
	margin-top:30px;
}

#content .websites {
	float:left;
	width: 100%;
	margin-bottom: 30px;
}

#underline {
	position:relative;
	height:1px;
	background-color: #ebb135;
	overflow:hidden;
}

.carousel-content {
	float:left;
	width: 580px;
	height: 108px;
	margin-bottom: 30px;
	overflow:hidden;
}

.carousel-content-wrap {
	width: 3000px;
}

.carousel-content-wrap a {
	float: left;
	width: 108px;
	height: 108px;
	margin-right: 10px;
}


.carousel-content-wrap img {
	border: 4px solid #ebb135;
}

.carousel-button { 
	float:left;
	height: 100px;
	width: 20px;
	text-align:center;
	margin-right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel-left {
	background-image: url(images/arrow_left.gif);
} 

.carousel-right {
	background-image: url(images/arrow_right.gif);
} 
