@charset "UTF-8";
/* CSS Document */
@import "www_layout.css";
@import "www_upbar.css";
@import "www_sidebar.css";
@import "www_home.css";
@import "www_toolbox.css";
@import "www_search.css";
@import "www_caddy.css";

/* -------------------------------------------------------- */
/* Redefinition des balises */
/* -------------------------------------------------------- */
img {
	vertical-align:middle;
	border:none
}
table,tr,td {
	margin: 0px;
	padding: 0px;
	border:0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input,select,textarea {
	font-family: "Lucida Grande", "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #CCCCCC;
}
input:focus{
	color: #4C463A;
}
select:focus{
	color: #4C463A;
}
textarea:focus{
	color: #4C463A;
}
a {
	color: #bf579c;
}
a:hover{
	color: #CC0066;
	text-decoration:none;
}
/* -------------------------------------------------------- */
h1 {
	margin:0px;
	padding : 0px;
	font-family: "Lucida Grande", "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C5C733;
	text-transform: uppercase;
	font-weight: normal;
}
h2
{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family: "Lucida Grande", "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C463A;
	text-transform: uppercase;
	font-weight: normal;
}
h3
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: "Lucida Grande", "Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C463A;
	font-weight: normal;
	text-transform: uppercase;
}
h4
{
	margin:20px 0px 20px 0px;
	padding:0px;
	font-family: "Lucida Grande", "Lucida Sans",Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #bf579c;
	text-transform: uppercase;
}
h5
{
	color: #bf579c;
}



#divIntroduction
{
	margin-bottom:20px;
	color:#fff;
}

#divIntroduction a
{
	color:#fff;
}


#divIntroduction a.plasto
{
	color:white;
}

