/* STRUCTURE ---------------------------------------------------*/
body {
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
}
html {
	background-image:url(../images/bg.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	background-color:#2e7a9b;	
	width:100%;
	margin:0px;
	padding:0px;
	font-family: Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	height:100%;
	min-height:100%;
}
#global {
	width:100%;
	height:100%;
	min-height:100%;
}
#enveloppe {
	width:842px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/bg-envellope.gif);
	background-repeat:repeat-y;
	
}
#enveloppe_2 {
	width:842px;
	margin:0px;
	/*
	dégradé de bord de contenu : 
	*/
	background-image:url(../images/bg-envellope-2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
	
}
#toolbox {
	background-image:url(../images/bg-toolbox.gif);
	background-repeat:no-repeat;
	height:26px;
	width:842px;
}
#bottom {
	font-size:11px;
	color:#ffffff;
	width:842px;
	text-align:center;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:29px;
	margin-left:auto;
	margin-right:auto;
	line-height:29px;
	
	
}
/* FIN DE STRUCTURE ----------------------------------------------- */

/* MENU ----------------------------------------------------------- */ 
#header{
	width:842px;
	height:119px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}	
#header-news{
	width:842px;
	height:119px;
	background-image:url(../images/header-news.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.menu {
	height:23px;
	background-color:#c72256;
	width:822px;
	margin-left:12px;
}
.menu .tabmenu{
	text-align: center;
	height:23px;
	display:block;
	float:left;
	margin-left:12px;
}
.menu .menulink {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-top: 3px;
	margin-left:3px;
	text-transform: UPPERCASE; 
}


/* FIN MENU ----------------------------------------------------------*/

#breadcrumb {
	margin-top:4px;
	margin-left:15px;
	margin-bottom:5px;
	color:#888e91;
	width:620px;
}

/* NAVIGATION ------------------------------------------------------- */
#actionfromleft {
	float:left;
	width:220px;
	height:100%;
	min-height:300px;
}

#actionfromleft .submenu {
	margin-left:9px;
}
#actionfromleft .submenutop {
	margin-left:9px;
	width:193px;
	height:13px;
	font-size:8px;
	line-height:8px;
	background-image:url(../images/left-bg-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#actionfromleft .submenucenter {
	margin-left:9px;
	width:193px;
	background-image:url(../images/left-bg-center.gif);
	background-repeat:repeat-y;
}
#actionfromleft .submenubottom {
	margin-left:9px;
	width:193px;
	height:13px;
	font-size:8px;
	line-height:8px;
	background-image:url(../images/left-bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#actionfromleft .submenu ul { 
	list-style-image: url(../images/submenu-li.gif); 
	margin:0px;
	padding:0px;
	margin-left:25px;
}
#actionfromleft .submenu li { 
	background-image:url(../images/submenu-separator.gif);
	background-repeat:no-repeat;
	background-position:left bottom; 
	padding-bottom:10px;
	color:#449ec6;
	font-size:14px;
}
#actionfromleft .submenu li a, #actionfromleft .submenu li a:hover{ 
	text-decoration:none;
}
#actionfromleft .submenu form { 
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
#actionfromleft .submenu .search { 
	border:0px;
	height:18px;
}
#actionfromleft .submenu select { 
	border:0px;
	height:18px;
	width:130px;
}
#actionfromleft .submenu .searchbutton { 
	position:relative;
	top:4px;
}
* > #actionfromleft .submenu .searchbutton { 
	position:relative;
	top:7px;
}
#actionfromleft .submenu .comment a { 
	font-size:16px;
	color:#c72256;
	font-weight:bold;
	text-decoration:none;
}
#actionfromleft .submenu .comment a:hover { 
	font-size:16px;
	color:#777a80;
	text-decoration:underline;
}

#actionfromright {
	float:right;
	width:185px;
	height:100%;
	min-height:300px;
	vertical-align:top;

}
#actionfromright .submenu {
	width:180px;
}
#actionfromright .submenutop {
	width:179px;
	height:11px;
	font-size:8px;
	line-height:8px;
	background-image:url(../images/right-bg-center.gif);
	background-position:bottom;
}
#actionfromright .submenucenter {

	width:179px;
	background-image:url(../images/right-bg-center.gif);
	background-repeat:repeat-y;
}
#actionfromright .submenubottom {

	width:179px;
	height:11px;
	font-size:8px;
	line-height:8px;
	background-image:url(../images/right-bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#actionfromright .submenu ul { 
	list-style-image: url(../images/submenu-li.gif); 
	margin:0px;
	padding:0px;
	margin-left:25px;
}
#actionfromright .submenu li { 
	background-image:url(../images/submenu-separator.gif);
	background-repeat:no-repeat;
	background-position:left bottom; 
	padding-bottom:10px;
	color:#449ec6;
	font-size:14px;
	text-transform: UPPERCASE; 
}

#actionfromright .submenu li a, #actionfromleft .submenu li a:hover{ 
	text-decoration:none;
}

#actionfromright .submenu .comment a { 
	font-size:16px;
	color:#c72256;
	font-weight:bold;
	text-decoration:none;
}
#actionfromright .submenu .comment a:hover { 
	font-size:16px;
	color:#777a80;
	text-decoration:underline;
}

#actionfromright .news { 
	width:170px;
	padding-left:10px;
	margin-top:15px;
	font-size:11px;
	color:#474a52;
	background-image:url(../images/separator.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#actionfromright .news h1{ 
	font-size:12px;
	padding:0px;
	margin:0px;
	
}
#actionfromright .news p{ 
	background-image:none;
	
}
#actionfromright .news ul { 
	list-style-image: url(../images/news-li.gif); 
	margin:0px;
	padding:0px;
	margin-left:20px;
}
#actionfromright .news li { 
	color:#474a52;
	font-size :11px;
	background-image:none;
	padding-bottom:0px;
	width:145px;
}
#actionfromright .news li a{ 
	color:#474a52;
	text-transform: none; 
}

#actionfromright .news li a:hover{ 
	color:#474a52;
	text-decoration:underline;
}
#actionfromright .revue {
	text-align:center;
}

/* CONTENT TEXT ------------------------------------------------------ */
.globalcontentwith2action {
	margin-left:220px;
	width:430px;
	text-align:justify;
}
.globalcontentwith2action2 {
	margin-left:220px;
	width:590px;
	text-align:justify;
}


/* FIN CONTENT TEXT -------------------------------------------------- */
h1{
	color:#474a52;
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	
}
h2 {
	color:#449ec6;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	color:#474a52;
	font-size:14px;
	
}
h4 {
	color:#474a52;
	font-size:12px;
	font-weight:bold;
}
td {
	font-family: Arial,sans-serif;
	color:#474a52;
}
a {
	font-family: Arial,sans-serif;
	color:#449ec6;
	text-decoration:underline;
}

.readmore {
	color:#ae102e;
	text-decoration:none;
}
.readmore:hover {
	color:#ae102e;
	text-decoration:underline;
}

b, strong {
	color:#449ec6;
}

hr {
	background-color:#fff;
	height:1px;
	color:#fff;
	border:0px;
	border-bottom:1px solid #474a52;
}

p {
	margin-top:5px;
	padding-bottom:10px;
	margin-bottom:0px;
	background-image:url(../images/separator.gif);
	background-repeat:repeat-x;
	background-position:left bottom; 
}

.contentleft {
	float:left;
	width:200px;
	background-image:url(../images/separator.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:10px; 
	vertical-align:top;
	margin-bottom:10px;
}

.contentright {
	float:right;
	width:200px;
	background-image:url(../images/separator.gif);
	background-repeat:repeat-y;
	background-position:right; 
	padding-right:10px; 
	padding-left:10px; 
	vertical-align:top;
	margin-bottom:10px;
}
.about {
	display:block;
	text-align:right;
	color:#ae102e;
}
.globalcontentwith2action img{
	border:0px solid #2e7a9b;
	margin-top:10px;
	margin-bottom:10px;
}
/* FORMULAIRE ------------------------------------------------------ */
select{
	color: #5f747b;
	font-family: Arial,sans-serif;
	font-size:11px;
	padding-left:0px;
	margin-left:0px;
}
input{
	color: #5f747b;
	font-family: Arial,sans-serif;
	font-size:11px;
	padding-left:0px;
	margin-left:0px;
}
label {
	float:left;
	display:inline;
	width:120px;
}
.inputTextarea {
	width:500px;
	font-family:"Tahoma", Arial, Verdana;
	font-size:11px;
}
.inputButton{
	background-color : #1f6785;
	border-top:1px solid #bae4f3;
	border-left:1px solid #bae4f3;
	border-right:1px solid #074058;
	border-bottom:1px solid #074058;
	color:#ffffff;
	cursor:pointer;
	width:120px;
}
/* FIN FORMULAIRE ---------------------------------------------------- */


#linklanguage {
	float:right;
	margin-right:35px;
}

#linklanguage #linklanguageleft {
	background-image:url(../images/lng-left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:26px;
	width:9px;
	float:left;
}
#linklanguage #linklanguagecenter {
	background-image:url(../images/lng-center.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:26px;
	float:left;
	text-transform: UPPERCASE; 
	color:#ffffff;
}
#linklanguage #linklanguageright {
	background-image:url(../images/lng-right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:26px;
	width:9px;
	float:left;
}

#linklanguage a, #linklanguage a:hover {
	color:#edeb36;
	font-weight:bold;
}

#linklanguage .lng1 {
	margin-top:10px;
	width:23px;
	line-height:13px;
	color:#ffffff;
	text-align:center;
	float:left;
	margin-right:3px;
}

#linklanguage .lng2 {
margin-top:10px;
	width:23px;
	line-height:13px;
	color:#ffffff;
	text-align:center;
	float:left;
	margin-right:3px;
}

#splash {
	margin-top:168px;
	margin-left:auto;
	margin-right:auto;
}