/* SKINS MGP GROUPE ACCUEIL ET STANDARD */


/***************************************************************************************************************************************/
/*                                                 NO SERVICE          									    			   */
/***************************************************************************************************************************************/

#noservice #dnn_ContentPane
{
	width:100%;
	border:0px;
	background-color:#ffffff;}
/***************************************************************************************************************************************/
/*                                                 ELEMENTS COMMUNS          									    			   */
/***************************************************************************************************************************************/

body
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	padding: 0;
	margin: 0;
	text-align: center;
}


/******************** Container principal ********************/
#wrap
{
	width: 980px;
	padding: 0;
	margin: 0 auto;
	text-align: left;


}
/******************** En-tete (header) **********************/

#header
{
	margin: 0 5px;
	padding: 0 5px 10px 5px;
}

/******************** Navigation intersites **********************/
#navbox
{
	margin: 0px 0 20px 0;
	padding: 0;
}
ul#navig
{
	padding: 10px 0 0 0;
	margin: 0;
}
#navig li
{
	display: inline;
	border-left: dotted 2px #1b3372;
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
	margin: 0;
	padding: 10px 15px 0 10px;
	background-repeat: no-repeat;
	font: bold 11px 'Trebuchet MS';
}


/* Liens */
#navig a, #navig a:link
{
	padding: 10px 15px 0 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(puce-blue.gif);
	background-position: -3px 10px;
	background-repeat: no-repeat;
	color: #1b3372;
}

#navig a:visited
{
	padding: 10px 15px 0 10px;
	color: #BABABA;
	text-decoration: underline;
	background: url(puce-gray.gif);
	background-position: -3px 10px;
	background-repeat: no-repeat;
}

#navig a:hover
{
	color: #2082C0;
	text-decoration: underline;
	padding: 10px 15px 0 10px;
	background: url(puce.gif);
	background-repeat: no-repeat;
	background-position: -3px 10px;
}

#navig a:active
{
	padding: 10px 15px 0 10px;
	text-decoration: none;
	background: url(puce.gif);
	background-position: -3px 10px;
	background-repeat: no-repeat;
	color: #666;
}

/******************** Recherche **********************/

p.search
{
	float: right;
	padding: 5px;
	margin: 0;
	border: dotted 1px #ccc;
	background-color: #DBDBDB;
	font: normal 10px Arial,sans-serif;
}

.dnn_SearchBox
{
	border: solid 1px #33ff00;
}

/******************** Titres **********************/

/* Titre du site */
h1
{
	margin: 0 0 0 25px;
	padding: 0 0 0 300px;
	font-size: 16px;
	color: #1b3372;
	font-weight: bold;
}
/* Baseline */
#header h1 p
{
	border-bottom: solid 1px #1b3372;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS';
	font-size:12px;
	font-style:italic; 
	font-weight:normal;
	color: #666;
}

/******************** logo **********************/

#logo
{
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}

hr.separator
{
	clear: both;
	visibility: hidden;
}

/******************** Numero unique **********************/
#tel{float:right;}
	
/********************* Menu principal (SOLPARTMENU) *********************/
#bgmenu{background-color: #2082c0; margin: 0 0px;max-height:22px;}


#menu
{	max-height:22px;
	margin:0;
	padding: 0;
	z-index: 0;
	height: 22px;	
	color:#fff;
	cursor:pointer;
	cursor:hand;
	
}
/* Menu */
 #standard #menu
{
	margin: 0;
	height: 22px;
	width: 100%;
	background-color: #2082c0;
}

.menugroupitem
{
	color: #fff;
	font-weight: bold;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.menugroupsel
{
	color: #fff;
	font-weight: bold;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
.menugroupbar
{
	height: 20px;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor:pointer;
	cursor:hand;
}

.menugroupsel
{
	color: #fff;
	font-weight: bold;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}

.MainMenu_MenuContainer{width:400px;}
.submenu
{
	color: #666;

	}

/********************* Panes (zones) DNN *********************/

/* Gauche */
#dnn_LeftPane
{
	margin: 0 5px;
	padding: 0;
	width:420px;
	height: 230px;
	clear: left;
	text-align: left;
}
/* Zone centrale */
#dnn_ContentPane
{
	margin: 0 5px;
	padding: 10px 5px 5px 5px;
	z-index: 0;
	background-image: url(fd-left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Droite */
#dnn_RightPane
{
	width: 480px;
	float: right;
	margin: 50px 20px 0 0;
	padding: 0;
	z-index: 100;
	background-color: transparent;
}

/************ Pied de page **************/
#Footer
{
	clear:both;
	z-index: 0;
	margin: 5px;
	padding: 5px;
	height: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size:11px;
}
#Footer a:link
{
	text-decoration: none;
	color: #1b3372;
}
#Footer a:visited
{
	color: #BABABA;
	text-decoration: underline;
}
#Footer a:hover
{
	color: #2082C0;
	text-decoration: underline;
}
#Footer a:active
{
	color: #666;
}

/***************************************************************************************************************************************/
/*                                                   STANDARD									                         			   */
/***************************************************************************************************************************************/

#wrapper{
	float:left;
	width:100%
	}

/************ Centre **************/
#centre
{
	margin:0 220px;
	padding: 0;
	width: auto;
	
}



/*ContentPane */
#standard #dnn_ContentPane
{
	padding-top:10px;
	margin-top: 10px;
	vertical-align: top;
	background:transparent;
	
}

/* Centre haut */
#dnn_TopContentPane
{
	width: 100%;
	padding: 0;
	margin: 3px 0 0 0;
	background: transparent;
	vertical-align: top;
	border-top:1px solid #1b3372;
	border-bottom:1px solid #1b3372;
	border-left:0;
	border-right:0;
}

#dnn_TopContentPane img
{
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
}


.breadcrumb
{
	text-align: right;
	margin-top: 3px;
	margin-bottom:0;
	padding: 0;
	color: #666;
	font-size: 9px;
}

.breadcrumb
{
	padding: 0;
	margin: 0;
}



/************ Gauche **************/
#standard #dnn_Gauche
{
	float:left;
	width:210px;
	border: 0;
	margin-left:-980px;
}

#standard #dnn_Gauche h2, #adherents #dnn_Gauche h2
{
	color: #2082c0;
	margin: 0;
	padding: 5px 0 3px 0;
	text-align: right;
	font-weight: bold;
}

#standard #dnn_Gauche h2 em, #adherents #dnn_Gauche h2 em
{
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}


#menugroupe
{margin-bottom:20px;}

#menugroupe table
{
	
	border: 1px solid #dadada;
	text-align: right;
	margin: 0;
}
/********************* Menu inventua (offre) *********************/

.MenuHdr, .MenuHdr A, .MenuHdr A:Link, .MenuHdr A:Hover, .MenuHdr A:Visited
{
	font-size: 11px;
	color: #990033;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 2px;
	background-color: transparent;
	padding-top: 2px;
	padding-right: 2px;
	cursor: default;
	text-decoration: none;
	border: 0;
}


.MenuHdr A:Active
{
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-right: 5px;
	background-color: transparent;
	padding-top: 2px;
	border: 0;
}
.MenuItem A, .MenuItemMouseOver A, .MenuItem A:Link, .MenuItemMouseOver A:Link
{
	text-decoration: none;
	color: #666;
	width: 100%;
	cursor: default;
	cursor: hand;
	border: 0;
}


.MenuItem A:Visited, .MenuItemMouseOver A:Visited
{
	color: #CC7F99;
	text-decoration: underline;
	font-weight: normal;
}
.MenuItem A:Hover, .MenuItemMouseOver A:Hover
{
	text-decoration: underline;
	border: 0;
}
.MenuItem A:Active, .MenuItemMouseOver A:Active
{
}

.MenuItemMouseOver
{
	background-color: #D2E6F2 !important;
	border: 0;
}

.MenuItem HR
{
	visibility: hidden;
}
.MenuCurrentPage
{
	color:#2082c0;
	text-decoration:underline;
	background-image: url(puceactivetab2.gif);
	background-repeat: no-repeat;
	background-position:right center;
	padding-right:15px;
	font-weight:bold;
}


/************ Droite **************/
#standard #dnn_Droite
{
	float:left;
	width:208px;
	margin-left:-210px;
	/*border: dotted 1px #2082c0;*/
	background-image: url(slogan-grpe.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:600px;
}
	
	
	



