body { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 70%;
}

textarea { font-family: Arial, Verdana, sans-serif; }
ul li { list-style-type: none; }
a     { text-decoration: none; }
a:hover     { text-decoration: underline; }
h1    { font-size: 1.6em; font-weight: bold; }
h2    { font-size: 1.2em; font-weight: bold; }
h3    { font-size: 1em; }
.txt, textarea  { font-size: 1em ;}
.example {font-size: 80%; margin: 5px 0 9px 0;}
abbr { cursor: help; }
ol {padding-left: 18px;}

body, a {
  color: #5F5F5F; /*Gris foncé*/
}

#preview a, a:hover {
  color: #2971A7;
}

/*
* Header
*/

.main-nav ul li a {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.main-links #fresh-features a {
  color: red;
}

.main-links #screen_name {
  font-weight: bold;
  color: #69B521;  
}

#header #next-prayer p {

  color:#641310;
}

h1 {
  margin: 0 0 10px 9px;
  font-size:16px;
  line-height:1.3em;
  font-weight: 100;
  text-align: left;
}

/*
* Sidebar
*/

#accordion h2 {
  font-size:11px;
  font-weight:normal;
  line-height:28px;
}

#accordion h2 a {
  overflow: hidden;
  color: #fff;
  padding:0 0 0 15px;
}

#accordion #my-calendars-title a {
  color: #5F5F5F;
}

#sidebar label {
  color: #9B3624;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
  font-family: Tahoma;
}

.form_actions a, .form_actions span {
  position:relative;
/*  top: -10px;*/
  left: 3px;
}

.form_actions a {
  text-decoration: underline;
    left: 8px;  
}

/*
* Notification
*/
#message label { 
  width: auto;
  padding: 0;
  margin-right: 10px;
} 

.warning { 
  color: red;
  background: url(/images/application/warning.gif) no-repeat left top;
  padding: 0 0 0 25px;  
}

.confirmation, .notice {
  color: green;
  background: url(/images/application/tick.gif) no-repeat left top;
  padding: 0 0 0 25px;
}

/*
* Popup preview
*/
#preview table th, #preview .day {
  color: #333333;
}

#preview td {
  color: #666666;
}

#preview p {
  padding-bottom: 15px;
}

/*
* Accordion
*/
#accordion .listing p {
  margin-bottom: 3px;
}

#accordion .form_actions {
  margin-top: 12px;
}

#accordion .listing ol li { margin: 0 0 5px; }

/*
* Quick-connect
*/

#quick-connect .txt, #newsletter .txt {
  color: #777777;
}

/*
* Error message
*/
.formError {
  color: red;
}

/*
* Techno required
*/
#techno-required {
  width: 485px;
  background: red;
  color: #fff;
  position: absolute;
  top: -27px;
  left: 230px;
}

  #techno-required p {
    text-align:center;
  }
  
  #techno-required a {
   color: #fff;
   text-decoration: underline;
  }
  
#notice {
  background: #72B43D;
}

/*
* Newsletter
*/

#newsletter h3, #blog h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #030303;
  text-align: center;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
/*  background: url('/images/application/newsletter.png') no-repeat center top;
  text-indent: -9999px;
*/}

#newsletter h3 span, #blog h3 span {
  color: #949494;
  display:block;
  text-transform: lowercase;
  font-size: 0.8em;
  letter-spacing: 0px;
  margin-top: -4px;
}

#blog p, #newsletter p {
	text-align: center;
	margin-top:21px;
}

#blog p {
	text-align: left;
}

p#link_to_blog {
	margin-top: 10px; 
	text-decoration: underline;
}

p#link_to_blog a, p#link_to_blog {
	color: #2971A7;
}

#newsletter p  {}

#newsletter .txt {
  height: 14px;
}

#newsletter .submit {
  border: none;
  padding: 0;
  position: relative;
  top: 6px;  
  background: #818080;
  color: #fff;
}

#partners #newsletter, #partners #blog {
  padding-top: 20px;
  height: 135px;
}

.beta {
  font-size: 11px;
  color: red;
  font-weight: normal;
	text-transform: lowercase;
}
