/*
Theme Name: Aquarelle au Vin
Theme URI: http://www.neoceane.com/
Description: Thème crée pour le site www.aquarelleauvin.com
Version: 1.0
Author: neOceane
Author URI: http://www.neoceane.com/
Tags: blue, custom header, fixed width, two columns, widgets 

*/
/* Begin Typography & Colors */
*{
    margin:0px;
    padding:0px;
}

.vide{clear:both;width:100%;margin:0;padding:0;}

body {
    background:#75232f url(./images/bg-body.png) repeat-x;
    margin:0px;
    font-family:Tahoma, Arial, serif;
    color:#75232f;
    font-size:12px;
    padding-bottom:10px;
}

a {text-decoration:none; color:#75232f; font-weight:bold;}
a:hover {color:#d03c51;}
a img{border:0;}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin:auto; }
.alignright *{ float: right; }

img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}

img.alignleft { margin:0 1em 1em 0; }
img.alignright { margin:0 0 1em 1em; }


#wrapper {
    background:transparent;
    width:780px;
    margin:auto;
}

#header {
    background:transparent url(./images/header.jpg) no-repeat;
    width:780px;
    height:305px;
}

.homelink{
    background:transparent;
    top:30px;
    }

#navbar {
    clear:both;
    background:transparent url(./images/bg-nav.jpg) no-repeat;
    height:46px;
    padding:0px 15px 0px 15px;
}

#navbar li {
    display:inline;
    font-weight:bold;
    font-size:20pt;
    color:#d7c9bd;
}

#navbar li a{
    color:#d7c9bd;
}

#navbar li a:hover span.menu-fg{
    color:#d03c51;
}

#navbar li a span.menu-fg{
    font-size:12pt;
    color:#75232f;
}

#content {
    clear:both;
    background:transparent url(./images/bg-content.gif) repeat-y;
    padding:20px;
    margin:0px;
}

.titre-bg{
    font-size:40px;
    color:#e7d8ca;
    font-weight:bold;
    float:left;
	width:300px;
}
.titre{
    font-size:24px;
    font-weight:bold;
    float:left;
	margin-left:-280px;
	margin-top:16px;
}

.text{
    text-align:justify;
    padding:0px;
    margin:10px 0 20px 0;
}
.text p{text-indent:42px;margin-top:10px;}
.text p input{text-indent:0;}
.text p:first-letter{font-size:140%; font-weight:bold;}

.text ul{margin:5px 0 5px 50px;}

.image {
    width:397px;
    padding:0px;
    margin:0;
}


.arrows {
    width:60px;
    }

.arrows img{
    margin:0px;
    padding:0px;
    border:none;
    }

#footer {
    background:transparent url(./images/footer.jpg) repeat-y;
    width:780px;
    height:90px;
}

#footer p{
    font-size:11px;
    padding-top:50px;
    text-align:center;
}
/*#content-biographie .text{width:500px;}*/

#xiti-logo{text-align:center; margin:10px 0 0 0;}