/*CSS 2.0 www.defterz.fr
03.2010 */



/*link*/


a img
{
border: none;
} 

a:link {
	color: #666666;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:#6633CC;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.texte_tout_petit {
	font-size: 11px;
	font-weight: normal;
	color:#999999;
}
.texte_tout_petit2 {
	font-size: 9px;
	font-weight: normal;
	color:#999999;
}

/**************************************/
/**************************************/
/**************************************/
A.lien0
{
color:#111111;
text-decoration:none;
font-weight:none;
}
A:hover.lien0
{
color:#3E0000;
text-decoration:underline overline;
background-color:#000000;
}

A.lien1
{
color:#666666;
text-decoration:none;
font-weight:bold;
}
A:hover.lien1
{
color:#6633CC;
text-decoration:underline overline;
font-size:14px;
background-color:#dddddd;
}

A.lien2
{
color:#000000;
text-decoration:none;
font-weight:bold;
}
A:hover.lien2
{
color:#999999;
text-decoration:underline overline;
font-size:14px;
background-color:#000000;
}





/*class*/

html{
	background-image: url(../images/theme2/body_bg4.png);
		background-position: center;
	background-position: top;
		background-repeat: no-repeat;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


.header {
	background-image: url(../images/theme2/header_bg.png);
	background-position: center;
	height: 117px;
	background-repeat: no-repeat;
	width: 980px;
	padding-right: 2px;
	padding-left: 2px;
	margin:auto;
	font-size: 14px;}


.logo {
	position:relative;
	top: 5px;
	left: 370px;
	width: 290px;
	height: 155px;
	margin:auto;
	background-color:transparent;
}

.navig_top {
	position:relative;
	top: 85px;
	right: 250px;
	width: 421px;
	height: 25px;
	margin:auto;
}


.container {
	background-image: url(../images/theme2/container_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 980px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin:auto;
	padding-bottom:10px;
}



.box_centre {
margin-top:10px;
	height: 315px;
	width:940px;
	margin:auto;

}

.box_centre_accueil {
margin-top:10px;
	height: auto;
	width:940px;
	margin:auto;
	margin-top:10px;
}

.box_text_left {
padding-top:30px;
	float: right;
	width: 380px;

	
}
.box_text_left_accueil {
		position:relative;
	top: 0px;
	left: 10px;
	width: 290px;
	height: 152px;
	
}

.img {
	float: left;
	width: 530px;
	margin-left: 17px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	
	
}
.img_accueil {
	margin:auto;
	width: 250px;
	padding-bottom:2px;
	
}
	.espace {
	padding-top: 5px;
	padding-bottom: 10px;
}


.carousel {
	margin-top: 20px;

}

.footer {
	background-image: url(../images/theme2/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9px;
	font-weight: normal;
	
}


.footer_moz {
	padding-top:30px;
}





/*TExTES*/


.titre_rubrik {
	font-size: 16px;
	padding-bottom: 10px;
	text-transform:uppercase;
	
}
.titre {
	font-size: 16px;
	padding-bottom: 10px;
}

.galerie {
	background-color: #dddddd;
	font-size: 14px;
	text-transform: uppercase;
	width: 200px;
	
	margin: auto;
	clear: both;
		  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

	
}


.box_contact {
	width: 500px;
	margin: auto;

}
.box_accueil_moz {
	/*-moz-transform: rotate(3deg);*/
	width:420px;
	float:left;

}

