/*
 * TITLES Images Background
 */
#django-workshop-mtp {
  background-image: url('/images/title-django-workshop-mtp.png');
} 

#scrum-workshop-mtp {
  background-image: url('/images/title-scrum-workshop-mtp.png');
} 

#invite-mtp {
  width: 470px;
  background-image: url('/images/title-invite-mtp.png');
}
#inscription-workshop {
  background-image: url('/images/title-inscription-workshops.png');  
}
#contact {
  background-image: url('/images/title-contact.png');  
}
#presentation {
  background-image: url('/images/title-presentation.png');
}
#formation {
  background-image: url('/images/title-formation.png');
}
#liens {
  background-image: url('/images/title-liens.png');
}
#inscrire {
  background-image: url('/images/title-inscrire.png');
}
#presentation-scrum-python-django-montpellier {
	background-image: url('/images/title-presentation-scrum-python-django.png');
}


/*
 * structure
 */

#content h3
{
  margin: 15px 0;
}

#header #logo, .content-head-td, .bloc-home, .address, #content_text
{
 	margin-left: 60px;
}

#content-head-fix, #header-fix, .content-body 
{
  display: block;
  width: 1000px;
}


#header #logo, .content-head-td, .bloc-home 
{
  padding: 20px 0 20px; 
}

.h-title {
	text-indent: -1300px;
	background-repeat: no-repeat;
	line-height: 30px;
}

.round-state span
{
  background-color: #333;
  color: #fff;
  padding: 7px 
}

.round-state strong
{
  margin: 15px 5px 8px 5px;
  color: #7cb955;
  font-size: 18px;
}

#newsletter 
{
  width: 460px;    
}

.bloc-contact
{
  float: left;
  width: 300px;
  height: 320px;
  background-color: #e0eeff;
  border: 1px dotted #B2CFF2;
  padding: 0 0 0 15px;
  margin: 0 50px 50px; 
} 

#bloc-accreditation
{
  height: 200px;  
} 

#bloc-newsletter
{
  margin: 20px 0 50px 0;
  height: 130px;  
}

.error_list li {
  color: #F66;
	font-size: 11px;
	list-style: none;
	font-weight: bold;
}
