/* TEMPLATE GENERAL */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#fff;
	font-family:"Century Gothic";
}

#container{
	width:966px;
	margin:20px auto 40px;
}

#header{
	height:94px;
	background:url(../images/header.jpg) no-repeat;
}

#content_up{
	height:16px;
	background:url(../images/content_up.png) no-repeat;
}

#content{
	min-height:420px;
	background:url(../images/content.png) repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}

#menu{
	width:940px;
	height:44px;
	line-height:44px;
	background:url(../images/menu.png) no-repeat;
	margin:0 auto 25px;
	text-align:center;
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	display:inline;
	padding-right:5px;
}

#left{
	float:left;
	width:214px;
	height:335px;
	margin-left:20px;
}

#coordonnees{
	width:214px;
	height:193px;
	background:url(../images/coordonnees.png) no-repeat;
	margin-bottom:20px;
}

#coordonnees p{
	color:#fff;
	font-size:13px;
	padding:53px 0 0 45px;
}

#contact{
	width:214px;
	height:122px;
	background:url(../images/contact_box.png) no-repeat;
}

#contact p{
	color:#fff;
	font-size:13px;
	padding:58px 0 0 20px;
	text-align:center;
}

#right{
	width:660px;
	min-height:335px;
	padding-top:11px;
	margin-left:268px;
}

#slideshow{
	height:182px;
	background:url(../images/slide.png) no-repeat;
	margin-bottom:25px;
}

#slide{
	width:640px;
	height:160px;
	padding:11px 0 0 10px;
	position:absolute;
}

#contenu{
	width:660px;
}

#contenu p{
	color:#333;
	font-size:13px;
	text-align:justify;
}

#contenu h1{
	color:#666600;
	font-size:16px;
	padding-bottom:20px;
}

#content_down{
	height:16px;
	background:url(../images/content_down.png) no-repeat;
}

#footer{
	height:50px;
	line-height:50px;
	background:url(../images/footer.png) no-repeat;
	margin-top:20px;
}

#footer ul{
	list-style-type:none;
	padding-left:40px;
}

#footer ul li{
	display:inline;
	color:#fff;
}

#footer ul li a:link, #footer ul li a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer img{
	padding-right:40px;
}

#footer_left{
	height:50px;
	width:80%;
	float:left;
}

#footer_right{
	height:50px;
	width:20%;
	float:right;
	text-align:right;
}

/* FREE TAGS */

img{
	border:none;
}

a{
	color:#fff;
	text-decoration:none;
}

table.cont{
	padding-top:20px;
}

label{
	color:#333;
	font-size:13px;
}

input[type=text], textarea{
	border:1px solid #333;
	color:#333;
}

input[type=submit]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_envoyer.jpg) no-repeat;
}

input[type=reset]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_annuler.jpg) no-repeat;
}

span.star{
	color:#FF0000;
}

#wrap{
	margin-left:30px;
}

/* SMI */

.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;}   
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666666;text-decoration:underline;font-weight:bold;}   
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GaleriePageEnCours {font-family:"Century Gothic";font-size:13px;color:#333;font-weight:normal;}   
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666666;font-weight:bold;}   
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;}   
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;}


