/* Kit graphique par Graphiques-Kits.com */
/* Copyright 2007 tous droits réservés */
/* ------------------------------------ */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #666666;
	background: #FFFFFF url(images/background-header.jpg) repeat-x top;
}

div#site {
	text-align:left;
	width: 1000px;
	margin: auto;
	padding-top: 15px;
}

/* ------------------------------------ */

div#header {
	height: 280px;
	margin: 0;
	padding: 0;
	background-image: url(images/maison-transat/maison-transat1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#sous-header {
	height: 34px;
}

.element_bandeau {
	color: #FFFFFF;
	height: 30px;
	width: 70%;
	top: 20px;
	float: right;
	padding-right: 60px;
}
/* ------------------------------------ */

div#corp {
	background: url(images/corp.jpg) repeat-y;
}


div#left {
	float: left;
	width: 318px;
	margin: 0px;
	padding: 0px;
	background: url(images/left-background.jpg) repeat-y;
}

div#contenu-left {
	background: url(images/left-top.jpg) no-repeat;
    padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 43px;
	padding-right: 25px;
}
#contenu-menu img{
	margin-left: -25px;
}
#contenu-menu p{
	color: #666666;
	margin-top: -5px;
	margin-left: -2px;
	font-style: italic;
	font-weight: bold;
}

div#title {
	height: 5px;
	width: 216px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, Verdana;
	font-size: 13px;
	color: #000000;
	font-weight : bold;
	font-style: italic;
	background-color: #FF3366;
}

div#contenu-menu {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 18px;
	font-size: 12px;

}

div#menu {
	margin-left: 10px;
	padding-left: 4px;
	padding-top: 7px;
	background: url(images/li.jpg) repeat-y;
}

div#menu a {
	font-weight : bold;
	font-size: 12px;
	height: 10px;
}

div#right {
	width:682px;
	float:left;
	color: #333333;
}


div#contenu-right {
	background: url(images/right-top.jpg) no-repeat;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 35px;
	font-size: 14px;
	text-indent: 20px;
}


/* ------------------------------------ */

#margepied {
    height:33px;
    clear:both;
    background:transparent;
}

#footer {
	height:33px;
	width:100%;
	margin:0 auto;
	padding:0;
	background: url(images/background-footer.jpg) repeat-x bottom;
	text-align:center;
	clear: both;
	margin-top:-42px;
}

#footer p {
    padding-top: 12px;
    font-size: 10px;
	color: #FFFFFF
}

#footer a {
	color : #333333;
	font-family:verdana;
	text-decoration:none;
}

#footer a:hover , a:active , a:focus {
	color : #333333;
	font-weight : bold;
	text-decoration:none;
}


/* ------------------------------------ */

html, body { 
    margin: 0;
	padding: 0;
}


a {
	color : #0000FF;
	font-family:verdana;
	text-decoration:none;
}

a:hover , a:active , a:focus {
	color : #6633FF;
	font-weight : bold;
	text-decoration:none;
}
li {
	list-style: none;
	padding-bottom: 8px;

}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 35px;
	padding-left: 75px;
}
