/*
============================================================================
purple #422470
============================================================================
*/

.text-droite {
 text-align: right !important;
 color: #FFFFFF;
}

.text-droite a{
 text-align: right !important;
 color: #FFFFFF;
}

.text-gauche {
 text-align: left !important;
 color: #FFFFFF;
}

.text-gauche a{
 text-align: left !important;
 color: #FFFFFF;
}



body {
  background: #f6f6f3;
}

#header {
  border-top: 7px solid #422470;
}

.page blockquote, .format-standard blockquote {
  border-left: 3px solid #422470;
  font-size: 1.24em;
  color: #9a9a9a;
}

.format-standard.entry blockquote p {
  line-height: 1.3em;
  font-family: Lato;
}

h1, h2, h3, h4, h5, h6 {
  color: #422470;
  font-weight: normal;
}

/* Text links */
a {
  text-decoration:none;
  color: #422470;
}

a:focus,a:active,a:hover {
  text-decoration: none;
  color: #422470;
}

p a:hover {
  text-decoration: underline;
}

/* Nav */
#navigation > li > ul {
  border-top: 4px solid #422470;
}

#navigation > li > ul li a:hover {
  background: #fbeeee;
}

#footer {
  border-bottom: 7px solid #422470;
}

#commentform button[type=submit], .gform_wrapper input[type=submit] {
  border: 1px solid #b590b1; /* inner stroke */
  background-color: #422470; /* layer fill content */
}