/* Start of CMSMS style sheet '3 - Menu Principal - 5 - Me Contacter' */
/*
 * Container
 */
div.contactform
{
  margin-top : 2em;
}


/*
 * Titres
 */
h1.contact
{
  margin-top : 1.5em;
  margin-left : 2em;
  
  padding-bottom : 0.2em;
  padding-left : 1.5em;
  
  border-bottom : 2px #192f3c solid;
  
  width : 680px;
  
  color : #45738b;
  
  font-size : 1.4em;
}


div.contactform div label, h2.contact
{
  display : block;
  
  padding-bottom : 0.2em;
  padding-left : 1.5em;
  
  border-bottom : 2px #192f3c solid;
  
  font-size : 1.2em;
}


h2.contact
{
  margin-top : 1em;
  margin-bottom : 1em;
}


/*
 * Formulaire
 */
div.contactform div textarea, div.contactform div input
{
  display : block;
  
  width : 400px;
}


div.submit input
{
  height : 2em;
  
  border : 1px #192f3c solid;
  
  background : #45738b;
  
  color : #fff;
  
  font-size : 1.2em;
  font-weight : 700;
}


/*
 * Blocs
 */
div.contactform div, div.bloc_contact_return
{
  margin-bottom : 1.5em;
  
  width : 400px;
}

div.submit
{
  margin-top : 1.7em;
}

div.contact_center, div#bloc_objet, div#bloc_message, div.submit
{
  clear : left;
  
  margin-left : auto;
  margin-right : auto;
}

div.contact_left, div#bloc_nom, div.bloc_contact_return
{
  float : left;
  clear : both;
  
  margin-left : 60px;
}

div.contact_right, div#bloc_email
{
  float : right;
  clear : right;
  
  margin-right : 60px;
}


/*
 * Maps
 */
div#developpeur-web-map
{
  clear : left;
  
  margin-bottom : 1.5em;
  margin-left : auto;
  margin-right : auto;
  
  width : 600px;
}

div#developpeur-web-map object, div#developpeur-web-map iframe
{
  display : block;
  
  overflow : hidden;
  
  width : 600px;
  height : 400px;
}
/* End of '3 - Menu Principal - 5 - Me Contacter' */

