/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	background-color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

h1
{
	font-size: 16px;
	color: #00ABC4;
	margin: 19px 0 24px 0;
	padding: 4px 0 6px 9px;
	border-bottom: 1px dotted #00ABC4;
}

h2
{
	font-size: 18px;
	color: #00ABC4;
	margin: 19px 0 24px 0;
	padding: 4px 0 6px 9px;
	border-bottom: 1px dotted #00ABC4;
	font-weight: normal;
}
h2 a
{
	color: #00ABC4;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: none;
}
h3
{
	font-size: 12px;
	color: #00859A;
	text-transform: uppercase;
	padding: 7px 0 5px 9px;
	margin: 5px 0;
	font-weight: normal;
}
h3 a
{
	color: #00859A;
	text-decoration: none;
}
h3 a:hover
{
	text-decoration: none;
}
h4
{
	font-size: 10px;
	text-decoration: underline;
	color: #00859A;
	padding: 0 0 5px 9px;
	margin: 0;
}

p
{
	padding: 0 0 0 9px;
	text-align: left;
	color: #000000;
}
ul.inline li
{
	display: inline;
	background: url(image/puce.gif) no-repeat left top;
	padding-left: 14px;
	margin-right: 8px;
	list-style-type:none;
}
ul.inline
{
	margin-left: 14px;
}
/*Utilisé pour les éléments de puces qui sont sur 2 lignes, la puce n'apparait pas, alors je mets la puce sur le span*/
ul.inline li.nopuce
{
	background: none;
	padding-left: 0;
}
ul.inline li span.puce
{
	background: url(image/puce.gif) no-repeat left top;
	padding-left: 14px;
	margin-right: 8px;
}
/*Conteneur général*/
#global
{
	margin: 0 auto;
	padding: 0;
	width: 802px;
	background-color: #fff;
}

/*Conteneur général 2*/
#conteneur
{
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

/*Entête pour le logo*/
#entete1
{
	background: url(image/header.gif) no-repeat center left;
	width: 774px;
	height: 69px;
	margin: 0;
	padding: 26px 11px 0 17px;
}

/*Entête home/contact et choix des langues*/

#entete2
{
	width: 772px;
	height: 15px;
	margin: 0;
	text-align: left;
	color: #fff;
	background: #00ABC4;
	padding: 1px 13px 0 17px;
}
#langue
{
	float:right;
	}
/*Entête home/contact et choix des langues*/

#entete3
{
	width: 802px;
	height: 128px;
	margin: 0 0 -2px 0;
	text-align: right;
	background: #00ABC4;
	padding: 0;
}

/*Conteneur a partir du dessous de l'entête*/

#corps
{
	margin: 0;
	padding: 0;
	width: 802px;
	background-color: #9CD3DF;
}

/*Conteneur du menu de gauche*/
#menugauche
{
	background: #9CD3DF url(image/bg_menugauche.gif) no-repeat top left;
	width: 179px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #0E6490;
	border-bottom: 1px solid #9CD3DF;
}

#awex {
		/*padding: 65px 0 40px 11px;*/
		text-align:center;
		margin:65px 0 40px 0;
}

/*Liens du menu principal à gauche*/


#menugauche ul li
{
	color: #0E6490;
	list-style-type: none;
	border-bottom: 1px dotted #FFFFFF;
	padding: 12px 0 12px 13px;
	margin: 0;
}

#menugauche a:link, #menugauche a:visited, #menugauche a:active
{
	display: block;
	color: #fff;
	text-decoration: none;
}

#menugauche a:hover
{
	color: #0E6490;
	text-decoration: none;
}

#menugauche a.current
{
	color: #0E6490;
	text-decoration: none;
}

#menu
{
	margin: 0;
	padding: 0;
}

/*News de la page d'accueil*/
div.news
{
	width: 190px;
	border: solid 1px #6bcfdd;
	margin: 26px 0 5px 10px;
	padding: 0;
	text-align: left;
}
div.news h1
{
	background: #6bcfdd url(image/bg_news.gif) repeat-x;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin: -1px 0 5px 0;
}
#news2
{
	float: right;
	width: 190px;
	border: 1px solid #486d89;
	margin: 0 0 5px 5px;
	font-weight: bold;
	padding: 3px;
	clear: right;
	text-align: center;
}
.conteneur_news
{
	float: right;
	width: 200px;
	text-align: right;
	background-color: #fff;
}
.conteneur_news h1
{
	background: #6bcfdd url(image/bg_news.gif) repeat-x;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.conteneur_news p
{
	margin: 5px 0;
	padding: 5px;
}
/*Conteneur central*/

#centre
{
	margin: 0;
	width: 571px;
	background-color: #FFFFFF;
	padding: 20px 19px 33px 33px;
	float: left;
}

/*Footer*/
#pied
{
	font-size: 0.8em;
	width: 789px;
	height: 16px;
	margin: 0;
	text-align: right;
	background: #9CD3DF;
	padding: 2px 13px 0 0;
	clear: both;
}

/*Dans le pied de page*/

#css
{
	margin: 0 30px 0 0;
}
#top
{
	margin-left: 50px;
}
/*Liens Généraux*/

a
{
	color: #60a9c2;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/*Liens du 1er menu en entête*/

#entete2 a:link, #entete2 a:visited, #entete2 a:active
{
	text-decoration: none;
	color: #fff;
}

#entete2 a:hover
{
	color: #0E6490;
	text-decoration: none;
}

/*Utilisé dans les formulaires*/

.label
{
	float: left;
	text-align: left;
	width: 200px;
}

p.formu
{
	margin: 3px;
}
.input
{
	background: #fff;
	border: 1px solid #9CD3DF;
}
.textboxNews
{
	width: 99%;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #9CD3DF;
}
/*Texte à mettre en évidence*/
.evidence
{
	/*padding:0 0 0 9px;*/
	text-align: left;
	color: #60a9c2;
}
.imp
{
	color: #00ABC4;
	text-transform: uppercase;
}
.impCentre
{
	color: #00ABC4;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 0 0;
}

.bold
{
	font-weight: bold;
}

.centre
{
	text-align: center;
}

.label2
{
	width: 120px;
	float: left;
	color: #00ABC4;
	margin-bottom: 5px;
}
.bloc_traduction_droite
{
	margin: 0 0 10px 145px;
	display: block;
}
.label3
{
	width: 160px;
	float: left;
	margin-left: 40px;
}
.imgMenu
{
	padding: 0 8px 0 8px;
}

.marginLeft
{
	text-decoration: underline;
	color: #00859A;
	padding: 10px 0 5px 0;
	margin: 0;
}

.marginLeft2
{
	margin-left: 11px;
	color: #00ABC4;
}

.espace
{
	clear: both;
	display: block;
}

.uppercase
{
	text-transform: uppercase;
	color: #00ABC4;
}
.center
{
	text-align: center;
}
.float_left
{
	float: left;
}
.liste_client
{
	margin-right: 40px;
	padding-bottom: 220px;
}

img
{
	border: 0;
}
img a
{
	text-decoration:none;
}
ul
{
	margin: 0 0 0 27px;
	padding: 0;
}

li
{
	color: #000000;
	list-style-type: disc;
	margin: 10px 0;
	padding: 0;
}
#firmes_pharmaceutiques
{
    float:left;
    margin-top:-9px;
    }
#firmes_pharmaceutiques2
{
    margin-left:280px;
    }
#adresse
{
	float: left;
	margin: 0 50px 20px 0;
}
#adresse2
{
    margin-left:320px;
    display:block;
}
/*Utilisé dans le confirmation de mail...*/
#confirm
{
	margin: 200px auto 10px auto;
	padding: 10px;
	border: 2px solid #60a8c1;
	width: 400px;
	text-align: center;
	color: #FFF;
	background: #9cd3df;
}
/*pour les textbox password qui sont + petite que les autres*/
.pwd
{
	width: 149px;
}

/*Pour les textbox de l'édition des traduction (traduction.aspx)*/
.txtBoxTraduction
{
	width: 300px;
	height: 100px;
}
/*Utilisé dans les formulaires*/
.label
{
	float: left;
	text-align: left;
	width: 200px;
}
p.formu
{
	margin: 3px;
}
/*Partie mdp*/
/*Liens du menu dans la partie mdp*/
#menuMDP li
{
	display: inline;
	margin: 0 15px 0 0;
}
#menuMDP
{
	border: 1px solid #999;
	text-align: center;
	margin: 20px;
}
#menuMDP a:link, #menuMDP a:visited, #menuMDP a:active
{
	text-decoration: none;
	color: #486d89;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}
#menuMDP a:hover
{
	color: #486d89;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 0;
}
#conteneurMDP
{
	text-align: left;
	padding: 10px;
}
a.admin
{
	color: #000;
	text-decoration: none;
}
.margin_bottom_100
{
	margin-bottom: 150px;
}

