/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: arial, verdana, times, "times new roman", serif;
font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.clevacances-cantal.com/back2.jpg);
			background-repeat: no-repeat;
	background-position: top center; 
	
	height:100%;
	background-color: #5f544c;
}

a {
color: #225aa5;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #225aa5;
background-color: transparent;
text-decoration: underline;
}

img {
border: 0;
vertical-align: middle;
}

p {
text-align: left;
}

li {
list-style: none;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
position: absolute;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}



/* STRUCTURE */

#corps {
position: relative;
margin: 0 auto;
padding: 0 0 10px 0;
width: 986px;
background: transparent url(../img/str-corps.jpg) no-repeat 0 0;
}

#col1 {
float: left;
margin: 110px 0 0 0;
width: 410px;
}

#col1_contenu {
margin: 0 0 0 24px;
height: auto !important;
height: 450px;
min-height: 450px;
background: transparent url(../img/str-col1.jpg) repeat-y 0 0;
}

#col2 {
position: relative;
float: right;
margin: 227px 0 0 0;
width: 576px;
}

#col2_top {
width: 347px;
height: 6px;
font-size: 1px;
background: transparent url(../img/str-col2_top.png) no-repeat 0 0;
}

#col2_contenu {
width: 347px;
height: auto !important;
height: 280px;
min-height: 280px;
background: transparent url(../img/str-col2_contenu.png) no-repeat 0 0;
}

#col2_bottom {
position: absolute;
bottom: 0;
left: 339px;
width: 8px;
height: 16px;
background: transparent url(../img/str-col2_bottom.png) no-repeat 0 0;
}




/* ELEMENTS ABSOLUTE */

div#retour_accueil {
position: absolute;
top: 0;
left: 20px;
width: 300px;
height: 70px;
}

div#retour_accueil a {
display: block;
width: 300px;
height: 70px;
}

div#onglet_retour {
position: absolute;
top: 69px;
left: 1px;
width: 23px;
height: 101px;
}

div#onglet_retour a {
display: block;
width: 23px;
height: 101px;
background: transparent url(../img/str-onglet_retour.png) no-repeat 0 0;
}

div#onglet_retour a:hover {
background-position: left bottom;
}


