/* ------------------------------- */
/* ----- Feuille de Style CSS ---- */
/* -------- Neovision.fr --------- */
/* -------- Creatitude.fr -------- */
/* -- Auteur : Flavien Leygues --- */
/* ------ Date : 02.05.2011 ------ */
/* ------------------------------- */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 13px;
	width: 100%;
	height: 100%;
	color: #393939;
}

a:link {
	color: #09aeba;
	text-decoration: none;
}

a:visited {
	color: #09aeba;
	text-decoration: none;
}

a:hover {
	color: #19d2e0;
	text-decoration: underline;
}

a:active {
	color: #09aeba;
	text-decoration: none;
}

/* --------------------------------- */
/* -------------- SITE ------------- */
/* --------------------------------- */

#conteneur {
	width: 950px;
	height: auto;
	margin: auto;
}

/* --------------------------------- */
/* -------- Header && MENU --------- */
/* --------------------------------- */

/* ------------- Header ------------ */

#logotype {
	float: left;
	margin: 3px 20px 0px 20px;
}

.separation {
	float: left;
	margin-top: 17px;
}

#titre_site {
	float: left;
	width: 409px;
	height: 60px;
	margin: 33px 40px 0px 40px;
}

#titre_site h1, h2 {
	font-family: Myriad pro;
}

#titre_site h1 {
	font-size: 25px;
	margin-bottom: 7px;
	color: #00818f;
}

#titre_site h2 {
	font-size: 12px;
	color: #646464;
}

#opticiens_libres {
	float: left;
	margin: 17px 0px 0px 40px;
}

/* -------------- Menu ------------- */

#menu_fond {
	width: 950px;
	height: 29px;
	margin-top: 15px;
	font-family: Myriad pro;
	background: url('images/menu_fond.png') repeat-x;
}

#menu_fond #lunette_blanche {
	float: left;
	width: 27px;
	height: 14px;
	margin: 8px 10px 0px 10px;
}

#menu_fond .lien {
	float: left;
	width: 112px;
	height: 23px;
	padding-top: 6px;
	text-align: center;
}

#menu_fond .lien:hover {
	background: url('images/bouton_navigation_hover.png') no-repeat;
}

#menu_fond ul li a {
	color: #fff;
}

#menu_fond ul li a:hover {
	text-decoration: none;
}

#menu_fond #actif {
	float: left;
	width: 112px;
	height: 29px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: url('images/bouton_navigation_actif.png') no-repeat;
}

/* --------------------------------- */
/* -------- Partie centrale -------- */
/* --------------------------------- */

#informations {
	float: left;
	width: 184px;
	height: 263px;
	margin-top: 5px;
	padding: 20px 20px 0px 20px;
	text-align: justify;
	font-size: 12px;
	background: url('images/informations_fond.jpg') no-repeat;
}

#information h2 {
	text-align: center;
}

#bas {
	margin-top: 10px;
}

#bas .bouton_informations {
	width: 43px;
	height: 18px;
	float: right;
	background: url('images/bouton_informations.jpg') no-repeat;
	margin-right: 1px;
}
#bas .bouton_informations:hover {
	background: url('images/bouton_informations_hover.jpg') no-repeat;
}

.rectangle_bas {
	float: left;
	width: 213px;
	height: 115px;
	padding-left: 10px;
	background: url('images/rectangle_bas_fond.jpg') no-repeat;
}

.rectangle_bas.lunette  {
	margin-top: 10px;
	margin-right:15px;
}



.rectangle_bas h3, #opticien_agree h3, #temoignage h3 {
	font-size: 13px;
	text-align: left;
	font-family: Myriad pro;
}

.rectangle_bas p, #opticien_agree p, #temoignage p {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.lunette2
{
	padding-right:10px;
	padding-top:5px;
	width:190px;
	height:80px;
	
}
.agree_fond
{
	padding-bottom:20px;
	float: ;
}

#lunette_verte {
	margin-left: 18px;
}

#opticien_agree {
	float: left;
	width: 211px;
	height: 63px;
	margin-left: 20px; 
	padding: 53px 0 0 12px;
	background: url('images/opticien_agree_fond.jpg') no-repeat;
}

#opticien_agree p, #temoignage p {
	margin-top: 5px;
	text-align: left;
}

#temoignage {
	float: left;
	width: 223px;
	height: 111px;
	margin-left: 20px; 
	padding: 5px 0 0 0px;
	background: url('') no-repeat;
}

#temoignage q {
	color: white;
}

.neoflyer
{
	margin-top:0px;
	margin-right:30px;
	float:right;

}

/* --------------------------------- */
/* ------------- FOOTER ------------ */
/* --------------------------------- */

#pied_de_page {
	width: 930px;
	height: 18px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px 0 10px;
	background: url('images/pied_de_page_fond.jpg') no-repeat;
}

#pied_de_page a:link {
	color: #fff;
}

/* --------------------------------- */
/* ------------- DIVERS ------------ */
/* --------------------------------- */

.texte_centre_gras {
	text-align: center;
	width: 100%; height: auto;
	float: left;
}

.align_droite {
	width: 100%; height: auto;
	text-align: right;
}

.align_centre {
	width: 100%; height: auto;
	text-align: center;
}

.couleur_1 {
	color: #af1331;
}

.background_1 {
	background-color: #09aeba;
	color: #fff;
}

.background_1 a:hover {
	color: #fff;
}

.background_1 a {
	color: #fff;
}

.clear {
	clear: both;
}