body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}

a {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

#container {
	width: 100%;
	margin: 10px auto;
	position: relative;
}

/*================================================================= 
  Banner
=================================================================*/

#banner {
	height: 150px;
	background-image:url(templates/main/images/site/logo4.jpg)
	background: #fff none;
	border-bottom: 1px solid #000;
}

#banner img {
	margin: 0 0 0 0px;
	width:650px;
	height: 100px;
}


/*================================================================= 
  Menu
=================================================================*/

#menu {
	display: none;
}



/*================================================================= 
  Contenu
=================================================================*/


body #content {
	width: 100%;
	background: 0;
	padding-bottom: 60px;
}

body#accueil #content {
	padding-bottom: 0;
}

body#accueil #left * {
	padding: 0;
	margin: 0;
	border: 0;
}

body#accueil #left {
	display: none;
}


#left {
	float: left;
	width: 280px;
	padding: 20px 0 0 0;
}



#right {
	width: 350px;
	float: left;
}

#right #contentRight {
	padding : 20px 0 0 0;
}


#content h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 80%;
	font-weight: 100;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

#content p {
	margin-bottom: 30px;
}


#left p.bodytext {
	margin: 0 10px 10px 20px;
	color: #fff;
}


#left .csc-textpic-border img {
	border: 1px solid #fff;
}

/*================================================================= 
  Sous-Menu
=================================================================*/

#sousMenu ul {
	display: none;
}



/*================================================================= 
  Vignettes
=================================================================*/

div.vignettes {
	float: left;
	width: 120px;
	height: 150px;
	/*position: relative;
	left: 30px;
	top: 40px;*/
}

div.vignettes a:link img, div.vignettes a:visited img {
	padding: 2px;
	border: 1px solid #fff;
}

div.vignettes a:hover img, div.vignettes a:active img {
	padding: 2px;
	border: 1px solid #900;
}


/*================================================================= 
  Print et tip a friend
=================================================================*/

div.print {
	display: none;
}

div.tipaFriend {
	display: none;

}


div.tipaFriend img, div.print img {
	border: 0;
}

div.tipaFriend a:link, div.tipaFriend a:visited, div.print a:link, div.print a:visited {
	border: 0;
	text-decoration: none;
	color: #000;
	font-size: 70%;
}


form#tipaFriendForm .tipaFriendField {
	margin: 5px 0;
}

form#tipaFriendForm input, form#tipaFriendForm textarea {
	background: #fff;
	border: 1px solid #666;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}

form#tipaFriendForm textarea {

	width: 300px;
}

form#tipaFriendForm input.btnSubmit {
	background-color: #600;
	border: 0;
	width: auto;
	padding: 2px;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 0 0;
}

form#tipaFriendForm label {
	display: block;
}

form#tipaFriendForm p.erreurForm {
	color: #f00;
}


/*================================================================= 
  Formulaire de contact
=================================================================*/


fieldset.csc-mailform {
	position: relative;
	border: 0;
}

.csc-mailform-field {
	float: left;
	width: 300px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
}

.csc-mailform-field label {
	display: block;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	width: 150px;
	display: block;
	background-color: #fff;
	border: 1px solid #acacac;
}


input.csc-mailform-submit {
	position: absolute;
	bottom: 0px;
	left: 300px;
	background: #6a0004;
	color: #fff;
	cursor: pointer;
}



/*================================================================= 
  Moteur de recherche
=================================================================*/
.tx-macinasearchbox-pi1 {
	float: left;
	margin: 8px 0 0 10px;
	height: 16px;
}

.tx-macinasearchbox-pi1 input {
	width: 130px;
	background: #fff;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	padding: 1px 1px 1px 5px;
	height: 14px;
}

.tx-macinasearchbox-pi1 input.btnSubmit {
	background: #600 url(../images/site/btnSubmit.gif) no-repeat 0px 50%;
	width: 19px;
	height: 16px;
	cursor: pointer;
}



.tx-indexedsearch-searchbox input.submit {
	background: #600;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 2px;
	font-size: 95%;
	cursor: pointer;
}


.tx-indexedsearch-searchbox input, .tx-indexedsearch-searchbox select {
	background: #fff;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	font-size: 95%;
}

/*================================================================= 
  Footer
=================================================================*/

#footer {
	display: none;
}

