/* home.css */

.SiteContent {
  font-size: 11px;
  text-align: justify;
}

.headerHome {
  margin: -45px 20px 10px 20px;
  width: 860px;
  border: 1px solid white;
  padding: 10px;
}

h1 {
  color: #FF00B7;
  font-size: 18px;
  margin:0;
  font-weight: normal;
}

.headerHome h1 {
  font-size: 12px;
  color: white;
  font-weight: normal;
  margin: 10px 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #FF00B7;
}

/* ProjectBox */

.ProjectBox {
  width: 415px;
  color: white;
  margin: 0 20px 10px 20px;
  margin-bottom: 0;
}
.ProjectBox .project {
  margin: 10px 0;
  background: url(/images/accueil/accueil-1.gif) no-repeat top;
  width: 415px;
  height: 95px;
  display: block;
}
.ProjectBox .project:hover {
  background: url(/images/accueil/accueil-1.gif) no-repeat bottom;
}
.ProjectBox ul {
  padding-left: 15px;
  list-style-type: none;
}
.ProjectBox ul li{
  background: transparent url(/images/accueil/pink-arrow2.gif) no-repeat 0 5px;
  padding-left: 10px;
}

/* TechnicalBox */

.TechnicalBox {
  width: 415px;
  color: white;
  margin: 0 20px 10px 20px;
  margin-bottom: 0;
}
.TechnicalBox .technical {
  margin: 10px 0;
  background: url(/images/accueil/canap.jpg) no-repeat top;
  width: 415px;
  height: 95px;
  display: block;
}
.TechnicalBox .technical:hover{
  background: url(/images/accueil/canap.jpg) no-repeat bottom;
}
.TechnicalBox ul {
  padding-left: 15px;
  list-style-type: none;
}
.TechnicalBox ul li{
  background: transparent url(/images/accueil/pink-arrow2.gif) no-repeat 0 5px;
  padding-left: 10px;
}

/* ShopBox */

.ShopBox {
  width: 415px;
  color: white;
  margin: 0 20px 10px 20px;
  margin-bottom: 0;
}
.ShopBox .project {
  margin: 10px 0;
  background: url(/images/accueil/boutique.gif) no-repeat top;
  width: 415px;
  height: 95px;
  display: block;
}
.ShopBox .project:hover {
  background: url(/images/accueil/boutique.gif) no-repeat bottom;
}
.ShopBox  ul {
  padding-left: 15px;
  list-style-type: none;
}
.ShopBox  ul li{
  background: transparent url(/images/accueil/pink-arrow2.gif) no-repeat 0 5px;
  padding-left: 10px;
}

/* WordBox */

#DefinitionBox {
  width: 415px;
  color: white;
  margin: 0 20px 10px 20px;
  margin-bottom: 0;
}
#DefinitionBox .word {
  margin: 10px 0;
  background: url(/images/accueil/accueil-2.gif) no-repeat top;
  width: 415px;
  height: 95px;
  display: block;
}
#DefinitionBox .word:hover{
  background: url(/images/accueil/accueil-2.gif) no-repeat bottom;
}
#DefinitionBox h2 {
  font-size: 14px;
  font-weight: normal;
  color: #FF7DE0;
}
#DefinitionBox .text {
  margin-top: -10px;
}
#DefinitionBox .more {
  margin-top: -10px;
  color: white;
  background: transparent url(/images/accueil/pink-arrow2.gif) no-repeat 0 5px;
  padding-left: 10px;
}
#DefinitionBox h2{
  text-transform: capitalize;
}
#DefinitionBox {
  font-size: 12px;
}
#DefinitionBox .description {
  margin: 0;
}
#DefinitionBox .wordLink {
  margin-top: 3px;
}
#DefinitionBox .wordLink a  {
  background: transparent url(/images/accueil/pink-arrow2.gif) no-repeat 0 15px;
  padding: 10px;
  font-size: 10px;
}
#DefinitionBox a:hover {
  color: #FF00B7;
  text-decoration: underline;
}

.SiteLeft {
  display: none;
}

/* menu hover */

#Menu ul li a:hover {
  color: #FF00B7;
}
#Menu ul li .home {
  color: #FF00B7;
}
