/*
Theme Name: DWC
Theme URI: http://www.sansdetours.fr/
Description: One right column, white color, XHTML compliant, CSS valid
Author: RP
Version: 1.0
DWC by RP || http://www.sansdetours.fr
*/
/****************************** RESET **********************************************************/
body,div,dl,dt,dd,ul,ol,li,h2,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {  
	margin:0; 
	/*padding:0;*/
} 
/*table { 
	border-collapse:collapse; 
	border-spacing:0; 
}  */
fieldset,img {  
	border:0; 
}
address,caption,cite,code,em,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
/*ol,ul { 
	list-style:none; 
} */
caption,th { 
	text-align:left; 
} 
h2,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
}
h3 {
	color:#792831;
}
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

/***************************** General *****************************************/
body {
	background: #e4e4e4;
	font-family: Arial, helvetica, "sans serif";
}
a img {
	border: none;
}
/*img {
	margin:0 20px 0 0; 
}*/
#global {
	width: 915px;
	margin: 0 auto;
	background:#fff ;
	border-left: dotted 1px #b7b7b7;
	border-right: dotted 1px #b7b7b7 ;
}
#logo {
	float:left;
	background:#fff ;
}
#langue {
	float:right;
	padding:0 5px 0 0;
	text-align:right;
}
#bandeau{
	clear:both;
	width:915px;
	height:124px;
	background: url(images/bandeau2.jpg) no-repeat;
}
#nav-gauche {
	float:left;
	width:695px;
	height:38px;
	background: #fff url(images/bg-gauche.jpg) repeat-x;
}
#nav-droite {
	float:right;
	width:216px;
	height:38px;
	background: url(images/bg-droite.jpg) repeat-x;
}
#content-gauche{
	float:left;
	width:172px;
	padding:20px 0 30px 0;
}
#content-centre {
	float:left;
	width:500px;
	background:#fff;
	padding:20px 0px 5px 10px;
	font-size:0.8em;
	/*margin-top:20px;*/
}
#content-droite {
	float:right;
	width:216px;
	padding:0px 0px 0px 0px;
	font-size:0.8em;
	/*background: url(images/offres.jpg) no-repeat;*/
}
#content-droite-bas {
	float:right;
	width:216px;
	padding:0px 0px 0px 0px;
	font-size:0.8em;
}
#footer {
	clear:both;
	width: 915px;
	height:78px;
	background: url(images/bg-footer.jpg) repeat-x;
}
#connect {
	text-align: center;
	margin-top:5px;
	font-size: 0.7em;
	color: #4a4a4c;
}
#connect img{
	border:0;
}
#foot-menu, #foot-menu a {
	text-align: center;
	margin-right:20px;
	font-size: 0.85em;
	color: #4a4a4c;
	text-decoration:none;
    font-family: Arial, helvetica, "sans serif";
}
#foot-menu li {
	display:inline;
}
/***********************************************Nav***********************************************/
#nav-gauche ul {
	position: relative;
	top:7px;
	left:5px;
	padding:0;
}
#nav-gauche li{
	font-size: 0.8em;
	margin-left:5px;
	margin-right:30px;
	display:inline;
}
#nav-gauche li a{
	color: #474749;
	font-weight: bold;
	text-decoration:none;
}
#nav-gauche li a:focus {
	color: #888;
	font-weight: bold;
	text-decoration:underline;
	/*background: #fff url(images/bg-gauche.jpg) repeat-x;*/
}
#nav-droite ul {
	position: relative;
	top:7px;
	left:5px;
	padding:0;
}
#nav-droite li{
	font-size: 0.8em;
	margin-left:40px;
	display:inline;
	font-weight:bold;
	color:#fff;
}
#nav-droite li a{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
/***********************************************Textes***********************************************/
#content-centre h1 {
	background: url(images/fleche.jpg) no-repeat ;
	padding-top:28px;
	padding-left:30px;
	font-size:1em;
	text-decoration: none ;
	color:#792831;
}
#content-centre h1 a{
	text-decoration: none ;
	color:#792831;
}
#content-centre  ul{
	margin-left:25px;
}

#content-droite  ul{
	/*font-size:0.7em;*/
	padding:0;
}
#content-droite  li {
	width:95%;
	list-style:none;
	/*list-style-image: url(images/fleche2.jpg) ;*/
	margin:0px 0 5px 0;
}
#content-droite  li a{
	text-decoration:none;
}
#content-droite-bas  ul{
	/*font-size:0.7em;*/
	padding:0;
}
#content-droite-bas  li {
	width:95%;
	list-style:none;
	/*list-style-image: url(images/fleche2.jpg) ;*/
	margin:0px 0 5px 0;
}
#content-droite-bas  li a{
	font-size:0.9em;
	text-decoration:none;
}
#langue  h3{
	font-size:0.6em;
}
#langue li {
	list-style:none;
	padding:2px 0 0px 0;
}
#langue li a{
	/*font-size:0.8em;*/
	text-decoration:none;
}