/*
** Fait par Julien PINTO le 07/09/2009
*/
@charset "utf-8";

/*
** Global
*/
body
{
	margin: 0 auto;
	font-size: 0.8em;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #f5f5f5;
}

/* Texte clignotant */
.EX_div{
	border: 2px solid #CC0000;
	padding: 10px;
	background-attachment: scroll;
	background-color: #CC0000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: bold;
}
/* Fin de texte clignotant */

#global
{
	width: 990px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo
{
	width: 240px;
	height: 80px;
	background-image: url('../images/content/logo.jpg');
	background-repeat: no-repeat;
}

/*
** TOP
*/
#head  { padding-left: 10px; padding-right: 10px; }
#head .banniere
{
	width: 990px;
	height: 100px;
	padding: 0;
	margin: 0;
}

#head .banniere div { float: left; }

#head .logo { margin-top: 10px; }

#head .pub
{
	width: 300px;
	height: 70px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../images/content/more_info_tel.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	margin-top: 15px;
	margin-left: 150px;
}

#head .logo_swisslife
{
	width: 140px;
	height: 92px;
	background-image: url('../images/content/logo_swisslife.jpg');
	background-repeat: no-repeat;
	margin-left: 150px;
}

#head .static_menu  { height: 40px; }

#head a, #footer a, .introduction a, .p_align_center a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#head .static_menu a { margin-top: 10px; }

#head .link_accueil
{
	line-height: 20px;
	padding-left: 15px;
	background-image: url('../images/icones/home.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	float: left;
}

#head .link_lexique
{
	line-height: 20px;
	padding-left: 15px;
	background-image: url('../images/icones/lexique.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	float: right;
}

#head .menu { width: 990px; }

#head .menu a
{
	width: 240px;
	border: 1px solid #333333;
	display: block;
	float: left;
	margin-right: 2px;
	text-align: center;
}

#head .menu a:hover { color: #ffffff; }

#head .menu .link_orange:hover, #head .menu .link_orange_selected { background-color: #f39e42; color: #ffffff; }

#head .menu .link_grey:hover, #head .menu .link_grey_selected { background-color: #9c8b8d; color: #ffffff; }

#head .menu .link_dark_green:hover, #head .menu .link_dark_green_selected { background-color: #718381; color: #ffffff; }

/*
** MIDDLE
*/
#middle
{
	width: 970px;
	background-image: url('../images/structure/middle/border_right.png');
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
	padding: 10px;
}

/*
** Introduction
*/
#middle .introduction { height: 200px; }

#middle .introduction .compl_links
{
	text-align: center;
	margin-bottom: 10px;
}

#middle .introduction .picture_left
{
	float: left;
}

#middle .introduction .text_right
{
	float: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #666666;
	height: 150px;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	color: #333333;
	letter-spacing: 1px;
	padding-top: 0px;
}

#middle .introduction .text_right a
{
	text-decoration: underline;
}

/*
** Formulaire flottant
*/

#middle .content_left
{
	float: left;
	margin-left: 50px;
	-margin: 0px;
}

#middle .content_right
{
	float: right;
}

/*
** FOOT
*/

#footer
{
	width: 990px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}


