@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	background:transparent none repeat scroll 0 0;
	margin:0;
	padding:0;
}

a:focus
{
	outline:0;
} 

img 
{
	border: none;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
}

.clear
{
	clear:both;
}

#conteneur 
{
	margin:auto;
	width:964px;
}

/*******************************************************************/

#header {
	width: 964px;
	height: 205px;	
}

#headerMenu {
	width: 964px;
	height: 28px;	
}

#headerMenu-left {
	height: 20px;
	text-align:left;
	font-size:11px;
	float:left;
	padding: 8px 0 0 10px;
}

#headerMenu-left ul{
	display:inline;
}

#headerMenu-left li{
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 8px;
	color:#fff;
	cursor:default;
}

#headerMenu-left li.withSeparator
{
	border-left:1px solid #FFFFFF;
}

#headerMenu-left a{
	text-decoration:none;
	color: #fff;
	padding-right: 2px;
}

#headerMenu-left a:hover{
	color: #bbb199;
}

#headerMenu-left .languageFirst {
	border-right:1px solid #fff;
}

#headerMenu-left #languageActive a {
	color: #fff;
	font-weight: bold;
}

#headerMenu-right{
	height: 20px;
	text-align:right;
	font-size:11px;
	float:right;
	padding: 8px 10px 0 0;
}

#headerMenu-right ul{
	display:inline;
}

#headerMenu-right li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#headerMenu-right a {
	text-decoration:none;
	color: #fff;
	padding-right: 3px;
}

#headerMenu-right a:hover {
	color: #bbb199;
}

#headerMenu-right img {
	padding-right: 5px;
}


/***********************************************************************/

#espaceClient {
	padding: 10px 0 0 12px;
	float: left;	
}

#espaceClient-content {
	background-color: #bbb199;
	font-size:11px;
	padding:5px;
	width:170px;	
}

#connexionCompte .title {
	color:#FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
}

#connexionCompte p {
	padding: 3px 0;
}

#connexionCompte p.welcome {
	color:#FFFFFF;
	font-size:13px;
}

#connexionCompte .text p {
	color:#FFF;
}

#connexionCompte input
{
	background-color:#FFFFFF;
	border:medium none;
	color:#7E6666;
	font-size:11px;
	height:16px;
	padding-left:3px;
	width:149px;
}

#connexionCompte img {
	vertical-align: top;
}

#connexionCompte .button {
	background: url(../Images/btn-fleche-blanche-login.gif) no-repeat left center;
}

#connexionCompte .button p{
	padding:0;
}

#connexionCompte .button a{
	padding-left: 15px;
	text-decoration: none;
	color:#FFF;
}

#connexionCompte .button a:hover{
	text-decoration:underline;
}

#connexionCompte .text {
	padding: 8px 0;
}

#connexionCompte .btn-deconnexion {
	background: url(../Images/btn-fleche-blanche-login.gif) no-repeat left center;
	
}

#connexionCompte .btn-deconnexion a {
	padding-left: 15px;
	text-decoration: none;
	color:#FFF;
}

#connexionCompte .btn-deconnexion a:hover{
	text-decoration:underline;
}

#connexionCompte a.ConnectionLink
{
	text-decoration:none;
	color: #7E6666;
	font-weight:bold;
}


/*********************************************/

#panier {
	background: #bbb199;
	font-size:11px;
	margin: 10px 0px;
	padding:5px;
	width:170px;
	clear: left;	
}

#panier .title {
	color:#FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
}

#panier a{
	color:#FFF;
	text-decoration: none;
	padding-left: 45px;
}

#panier a:hover{
	text-decoration:underline;
}


/***********************************************/

#headerTitle {
	width: 250px;
	height: auto;
	float:left;
	padding: 0 0 5px 45px;
	
	line-height: 41px;

}

#headerTitle .decalage{ 
	padding-left: 43px;
}

#headerTitle a{
	color:#FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	font-weight:normal;
}



/*****************************************************************/
#mainMenu {
	width: 964px;
}


/*****************************************************************/

#formRecherche {
	width: 192px;
	height: 22px;
	text-align: left;
	background-color: #FFF;
	float:left;
}

#formRecherche input{
	background: #FFF;
	border: none;
	width: 160px;
	padding-left: 10px;
	color: #7e6666;
	font-size: 11px;
}


/************************************************************************/

#mainMenuContent {
	width: 768px;
	height: 22px;
	float: right;
	background-color: #FFF;
}

#mainMenuContent ul{
	padding:0;
	/*display: inline;*/
}

#mainMenuContent li{
	/*display: inline;*/
	list-style-type:none;
	float: left;
}

#mainMenuContent a{
	vertical-align:middle;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding:5px 10px 3px 10px;
	float: left;
}

/*#mainMenuContent a:hover, #active-mainMenu a{
	background-color: #930;
	color: #FFFFFF;
}*/

#mainMenuContent .vert a {
	color: #7a743e;
}

#mainMenuContent .vert a:hover, #mainMenuContent .active-vert a {
	color: #fff;
	background-color: #7a743e;
}

#mainMenuContent .rouge a {
	color: #a12116;
}

#mainMenuContent .rouge a:hover, #mainMenuContent .active-rouge a {
	color: #fff;
	background-color: #a12116;
}

#mainMenuContent .bleu a {
	color: #5d7884;
}

#mainMenuContent .bleu a:hover, #mainMenuContent .active-bleu a{
	color: #fff;
	background-color: #5d7884;
}

#mainMenuContent .default a {
	color: #bbb199;
}

#mainMenuContent .default a:hover, #mainMenuContent .active-default a {
	color: #fff;
	background-color: #bbb199;
}

#mainMenuContent .marron a{
	color: #8d5f0f;
}

#mainMenuContent .marron a:hover, #mainMenuContent .active-marron a {
	color: #fff;
	background-color: #8d5f0f;
}

#mainMenuContent .orange a{
	color: #b65635;
}

#mainMenuContent .orange a:hover, #mainMenuContent .active-orange a {
	color: #fff;
	background-color: #b65635;
}


/*************************************************************************************/
#contentTxt {
	width: 757px;
	padding: 42px 0 0 15px;
	float: left;
}

.blocVideo, .blocGallery, .blocDoc, .blockText {
	padding:10px 0px;
	clear:both;
}


#contentTxt-left {
	width: 358px;
	float:left;
	padding-right: 20px;
}

#contentTxt-right {
	width: 358px;
	float:left;
	padding-left: 20px;
	border-left:1px dotted #CCC
}


/********************************* Pied de page ***************************************/
#footer {
	width: 964px;
	height: auto;
	padding-top: 30px;
	float: left;
	font-size: 11px;
	background-color:#fff;
}

#footerTxt {
	float: left;
	width: 326px;
	color: #7e6666;
	margin-left: 12px;
	padding-left: 12px;
	background: url(../Images/btn-fleche-marron-rech.gif) no-repeat left -3px;
}

#footerTxt a {
	color: #7e6666;
	font-size:11px;
	text-decoration:none;
}

#footerTxt a:hover {
	text-decoration:underline;
}

#footerLinks {	
	width: 700px;
	height: 15px;
	float: right;
	text-align: right;
	padding-top: 15px;
}

#footerLinks ul {
}

#footerLinks li {
	list-style-type: none;
	display:inline;
	height:15px;
	padding-left: 15px;
	background: url(../Images/btn-fleche-marron-rech.gif) no-repeat 18px -3px;
}

#footerLinks .last {
	background-image: none;
	color: #7e6666;
	font-size:11px;
}

#footerLinks a{
	color: #7e6666;
	font-size:11px;
	padding-left:15px;
	text-decoration:none;	
}

#footerLinks a:hover {
	text-decoration:underline;
}

#footerAddress
{
	display:none;
}

#swfAvignonTourisme
{
	float:left;
}



/******************* txt **************************/
.text {
	font-size: 13px;
}

.text p{
	text-align: justify;
	padding-bottom: 4px;
	color:#000;
}

.text p a, .text a, .text li a{	
	color:#b65635;
	text-decoration:none;
}

.text p a:hover, .text a:hover, .text li a:hover{
	color:#b65635;
	text-decoration: underline;
}

.text ul li {
     list-style:url(../Images/puce-liste-marron.gif); 
     margin-left: 15px;
     padding-bottom: 4px;
}
 
.text ol li {
     margin-left: 22px;
     padding-bottom: 4px;
}
 


.text li span, .text span{
	color:#b65635;
}

.text li.liste-cgdv {
	list-style: url(../Images/btn-fleche-marron-ptt.png);
}

.text li.liste-cgdv a{
	color: #7e6666;
	list-style:none;	
	text-decoration:none;
}

.text li.liste-cgdv a:hover{
	text-decoration:underline;
}

/*.text img {
	padding: 0 10px 0 0;
}*/

.text .img-right{
	float: right;
	padding: 4px 0 0 10px;
}

.text .img-left{
	float: left;
	padding: 4px 10px 0 0;
}

h1 {
	font-size: 22px;
	color:#b65635;
	padding-bottom: 8px;
}

.text h3 {
	font-size: 18px;
	color: #b65635;
	padding-bottom: 2px;
}

.text h4 {
	font-size: 18px;
	color:#000;
	padding-bottom: 2px;
}

.text h5 {
	font-size: 16px;
	color: #b65635;
	padding-bottom: 2px;
}

.text h6 {
	font-size: 16px;
	color:#000;
	padding-bottom: 2px;
}
/***************** FIN txt *************************/



#leftMenu {
	width: 180px;
	float: left;
}

#leftMenu-content {
	width: 180px;
	/*float: right;*/
}

/*#leftMenu-title {
	padding: 5px 5px 5px 10px;
}

#leftMenu-title h2 {
	color:#FFF;
	font-size: 15px;
	text-transform: uppercase;
}

#leftMenu-title a {
	text-decoration: none;
	color:#FFF;
	font-size: 15px;
}*/

#leftMenu-vm {
	width:180px;
	padding: 7px 0 10px 0;
}

#leftMenu-vm ul{
}

#leftMenu-vm li {
	list-style-type: none;
}

#leftMenu-vm a {
	text-decoration: none;
}

#leftMenu-vm li a {
	display:block;
	color:#FFF;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	width:165px;
	text-transform: uppercase;
}

#leftMenu-vm li a:hover, #vm1_item_selected a {
	color:#FFF;
}

#leftMenu-vm .vm2 ul{
}

#leftMenu-vm .vm2 li {
	list-style-type: none;
}

#leftMenu-vm .vm2 a {
	text-decoration: none;
}

#leftMenu-vm .vm2 li a {
	display:block;
	color:#FFF;
	font-size: 12px;
	padding: 1px 5px 1px 20px;
	width:155px;
	/*background-color: none;*/
	text-transform:none;
}

#leftMenu-vm .vm2 li a:hover, #vm2_item_selected a {
	color:#FFF;
}

#leftMenu-vm ul.vm3  {
    padding:2px 0;
}

#leftMenu-vm .vm3 li {
	list-style-type: none;
}

#leftMenu-vm .vm3 a {
	text-decoration: none;
}

#leftMenu-vm .vm3 li a {
	display:block;
	color:#FFF;
	font-style:italic;
	font-size: 12px;
	margin-left: 20px;
	padding: 1px 5px 1px 6px;
	width:149px;
	background-color: none;
	text-transform:none;
}

#leftMenu-vm .vm3 li a:hover, #vm3_item_selected a {
	color:#FFF;
}




#leftMenu-blocTitle {
	width: 180px;
	float: right;
	padding: 15px 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color:#FFF;
}

.bg-blanc {
	width: 180px;
	height: 8px;
	float: right;
	background-color:#FFF;
	
}



/********************** Messages *************************/


.info, .success, .warning, .error, .validation {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../Images/Icons/Messages/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../Images/Icons/Messages/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../Images/Icons/Messages/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../Images/Icons/Messages/error.png');
}


/**************************** Contact *************************/

@charset "utf-8";
/* CSS Document */

#ContactData, #ContactMessage {
	width: 366px;
	height: auto;
	padding : 20px 0 10px 0;
	float: left;
}

#ContactData {
	padding-right: 12px;
	float: left;
}

#ContactMessage {
	padding-left: 12px;
}

#ContactData span
{
	font-size:11px;
	color:#7e6666;
}

#ContactData select
{
	font-size:11px;
	color:#7e6666;
}

#ContactMessage p{
	font-size:11px;
	color:#7e6666;
}

#ContactData p, #ContactMessage p {
	padding:2px 0 2px 5px;
}

#ContactData input, #ContactMessage input, #ContactData textarea, #ContactMessage textarea, #ContactData select, #ContactMessage select {
	border: 1px solid #CCC;
}

#ContactMessage p.check input {
	border-width:0;
}

#ContactMessage p.check {
	color:#7e6666;
}

#ContactData textarea, #ContactMessage textarea, .input-contact {
	width: 250px;
}

#contactForm fieldset {
	border:1px solid #CCC;
	margin-top:5px;
	padding: 0 10px 10px 10px;
}

#contactForm legend {
	color:#b65635;
	font-size:13px;
	font-weight:bold;
	padding:0 5px 5px;
}

.formLabel {
	color:#7e6666;
	display:block;
	float:left;
	font-size:11px;
	text-align:left;
	width:80px;
	padding-bottom: 2px;
}

#ContactMessage label {
	font-size: 11px;
	padding-top: 10px;	
}

#contactForm div.divButton {
	width: 323px;
	height: 25px;
	float:left;
	margin-top:10px;
	padding: 5px 0px;
	
}

#contactForm a.linkButton{
	border: 1px solid #7e6666;
	background-color: #7e6666;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 6px;
	color:#fff;
}

#contactForm a.linkButton:hover{
	background-color: #fff;
	color:#7e6666;
	
}

#contactForm div.sentMessage
{
	font-size:16px;
	text-align:center;
}

#prevention
{
	text-align:right;
	color:#7E6666;
	font-size:10px;
}