html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Verdana;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px; 
	color: #2c1a00;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #726d6a;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

input.button, .validate  {
	color: #666;
	background: #f1f1f1;
	border: 1px solid #999;
	font-size: 1.0em;
}

input.button:hover, .validate:hover  {
	background: #f9f9f9;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div.center {
	width:780px;
	text-align: center;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
}

p.aligncenter {
	text-align: center;
}

/*------ TITRE ------*/
#logo {
/*        width: 100%;*/
        width: 500px;
	height: 55px;
	text-align: left;
        padding-top: 20px;
        padding-left: 200px;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: normal;
        font-family: Verdana;
	font-size: 3em;
	padding: 0 ;
	margin: 0;
	line-height: 1.4em;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
	text-decoration: none;
	text-align: right;
	outline: none;
}


/****************  NEWS ********************/
div#news {
	float: right;
}
div#news_article {
	float: right;
}


div#news_article table tbody tr td.contentheading h1,div#news table tbody tr td.contentheading h1 {
        display:none;
}

div#news_article table tbody tr td p {
        padding-left:5px;
        padding-right:5px;
}

div#news_article table tbody tr td.contentheading {
/*	text-align: justify;*/
}

div#news table, div.moduletableencadre table {
/*	background: #ecdbd4;
	border: 1px solid #dedcd8;*/
	width: 130px;
	margin: 5px;
	margin-left: 20px;

/*       background-color:#fbf6ed;
       border: 1px solid #dedcd8;*/	
       background-color:#ecd5c9;
       border: 1px solid #000;
}

div#news_article table {
/*	background: #ecdbd4;
	border: 1px solid #dedcd8;*/
	width: 160px;
	margin: 5px;
	margin-left: 20px;
	
/* 180309       background-color:#ecd5c9; */
/*       background-color:#efeff0; */
       background-color:#f2f3f2;
       border: 1px solid #000;
}


div.moduletableencadre table {
	margin-left: 10px;	
}


div.moduletableencadre table tbody tr td.contentheading {
/*	text-align: justify;*/ 
        padding: 5px;
}


div.moduletableencadre table tbody tr td.contentheading h1 {
display : none;
}

td.contentheading p img {
       margin: 10px;
}


#area {
	padding: 0;
        /*padding-top: 1em;*/
	margin: 0;
	text-align: left;
}

#leftcolumn {
	margin: 0;
	width: 140px;
	float: left;
	padding: 0;
	padding-left: 10px;
	text-align: left;
}

#rightcolumn {
	margin: 0;
	width: 130px;
	float: right;
	padding: 0;
	text-align: left;
}

div#maincolumn {
	padding: 0 0 0 20px;
	float: left;
	width: 520px;
/*text-align: justify;*/
}
div#maincolumn_full {
	margin: 0 10px;
        padding-right: 10px;
	}

div.nopad {
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	padding-left: 0px;
/*        color: #d2905c;*/
color: #b36c50;
}

h1 {
	padding: 0;
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
/*	color: #666;*/
/*	color: #C47D5A;*/
        color: #B36C50;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Verdana;
/*	font-size: 12px;
	font-weight: bold;  */
	vertical-align: bottom;
	color: #2c1a00;
	text-align: left;
	width: 100%;
}


table.contentpaneopen h3 {
	margin-top: 25px;
}

/*** contenus des références ***/
table.contentpaneopen_references tbody tr td {
        border-bottom: 1px dashed #333;
}

table.contentpaneopen_references tbody tr td.contentheading_references  {
        border:0;
	font-family: Verdana;
	color: #2c1a00;
        font-size: 12px;
	font-weight: bold;
}

table.contentpaneopen_references tbody tr td p img, table.contentpaneopen_references tbody tr td img  {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
}




p {
	/*text-align: justify;*/
}

h4 {
	font-family: Georgia, "Trebuchet MS", sans-serif;

	color: #333;
}


h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-weight: bold;
        font-family: Verdana;
        color: #b36c50;
	font-size: 1.8em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;



}

/* small text */
.small {
	font-size: .90em;
	color: #666;
	font-weight: normal;

	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .90em;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;

	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
        font-family: Verdana;
	font-size: 10px;
}

.ol-captionfont {
        font-family: Verdana;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {
	text-align: right;
}

.clr {
	clear: both;
}


div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/*
table.blog tbody tr td img {
	margin-bottom: 2em;
}*/


table.blog tbody tr td {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #333;
}

table.contentpaneopen tbody tr td {
	font-family: Verdana;
	font-weight: normal;
	color: #000;
}


/****** titres de sections ********/
table.blog tbody tr td div.title {
	height:90px;
	font-weight: bold;
        /*color: #d2905c;*/
        color: #b36c50;
	font-size:15px;
	padding-top:5px;
        text-align:right;
}

table.blog tbody tr td p.title {	
	font-weight: bold;
        /*color: #d2905c;*/
color: #b36c50;
/*        width: 530px;*/
	padding-right:10px;
        /*text-align:justify;*/
}

table.blog tbody tr td p.title_fullwidth {
	font-weight: bold;
/*        color: #d2905c;*/
color: #b36c50;
        /*text-align:justify;*/
	padding-right:10px;
}

div#texte {
        /*text-align:justify;*/
}


div#texte p {
        /*text-align:justify;*/
}

div#texte table tbody tr td {
         width: 300px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #605A57;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #605A57;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #2c1a00;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

div#rightcolumn div.moduletable table.contentpaneopen {
       background-color:#fbf6ed;
       margin-bottom:1em;
 	border: 1px solid #dedcd8;
}


table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color:#666;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}



/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;



}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
	margin-bottom: 44px;
	width:221px;
}

div.module_menu div div div, div.module div div div{
	padding: 0px;
	width: auto;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style:none;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background:transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {
	width: 180px;
}

#leftcolumn div.module table.poll {
	padding-top: 46px;
}

#leftcolumn h3, #rightcolumn h3 {
	margin: 0 auto; 	
/*	color: #938e80;*/
/*        color: #ffffff;*/
	font-weight: bold;

	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	text-align: left;
	text-align: center;
}

/* titre du menu niveau2 */
div#menu_level2 div.moduletable h3 {
       color: #ffffff;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 20px 0;
	padding: 3px;	
}
#rightcolumn .moduletable {
	margin-right: 1em;
}

/*
#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	width: 180px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
	margin:0;
	padding:0;	
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display: block;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
	color: #2c1a00;
	font-weight: normal;
	font-size: 1.0em;
	margin: 0;
	width: 160px;
	background: url(../images/menurow.jpg) bottom center no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #605a57;
}
*/
/* ****** left col current menu ****** */
/*#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display: block;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
	font-size: 1.0em;
	color: #000;
	background: url(../images/menurow.jpg) bottom center no-repeat;
	height: 20px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	background: url(../images/menurow.jpg) bottom center no-repeat;
	color: #666;
	height: 20px;
	font-size: 10px;
	padding: 0 0 0 10px;
	margin: 0 0 0 -30px;
}
*/
/* ****** left col sub menu ****** */
/*#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	margin: 0;
	list-style: none;
}

#leftcolumn ul.menu li#current{
	text-decoration: none;
	color: #000;
	background: transparent;
}

#leftcolumn ul.menu li#current a:link {
	background: transparent;
}

#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #2c1a00;
	margin: 0 0 0 -20px;
	padding: 0;
	font-size: 10px;
	background: none;
}

#leftcolumn ul.menu li#current ul li {
	
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #2c1a00;
}*/
/* forms */
/*
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}
*/
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;

  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;

	margin: 15px 0 10px 0;
}

form#form-login fieldset { 

	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }

div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Verdana;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;



}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */

.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {

	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 

	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input,button {
	color: #2c1a00;
}

/* blue */


h3, .componentheading, table.moduletable th {
/*  color: #d2905c;*/
color: #b36c50;
}

div.module_menu, div.module {
	
}

div.module_menu div, div.module div{
	
}

div.module_menu div div, div.module div div {
	
}

div.module_menu div div div, div.module div div div {
	
}

/* ********************************************************************************* */
/* blue */
#page_bg {
	padding: 0;
	margin-bottom: 1px;
	background: #fff;
}

div#header {
	background: url(../images/logo_sdm.png) no-repeat;
        background-position: 50px 10px;
	height: 100px;
	width: 100%;
	margin: 0 auto;
        margin-bottom: 1em;
        text-align:center;
position:relative;
}


/*
div#homelink a {
	background: transparent;
	width: 110px;
	height: 50px;
	position: absolute;
	top: 150px;
	right: 440px;
	outline: none;
}

#top {
	width: 100%;
	margin: 0 auto 50px auto;
	height: 235px;
}
*/
.main_table {
	margin: 0 auto;
}

#banner_l {
	text-align: left;
}

#foot {
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 780px;
	height: 80px;
	text-align: center;
/*	vertical-align: top;*/
	border:1px solid #000 ;
}

/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #2c1a00;
	font-family: Verdana;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #2c1a00;
	font-family: Verdana;
	text-decoration: none;
}
#sgf {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	color: #2c1a00;
	font-family: Verdana;
}
.sgf {
	text-align: right;
	font-size: 11px;
	font-family: Verdana;
	color: #2c1a00;
	text-decoration: none;
}
.sgf1 {
	font-size: 11px;
	font-family: Verdana;
	color: #2c1a00;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #2c1a00;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}
a.sglink:hover {
	color: #2c1a00;
	font-family: Verdana;
	text-decoration: none;
	}

	
/*****************************************/
/*** Personnalisation des éléments     ***/
/*****************************************/

/******* Menu principal *******/

div#mainmenu {
        position:relative;
	width: 630px;
	margin: 0;
	padding: 0;
	padding-left: 150px;
	text-align:center;
}

ul.menu {
	position:relative;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	border-bottom: 1px solid #000 ;
}

ul.menu li
{
	position:relative;
	display: inline;
	margin: 1em;
        width: 150px ;
/*        width: 70px ;*/
	padding:0;
	padding-left:20px;
	padding-right:20px;
}


ul.menu li a
{
        position:relative;
        display:-moz-inline-stack;
        display:inline-block;
	text-align:center;
        vertical-align:top; 
	width: 117px ;
/*        width: 70px ;*/
	height: 30px ;
	border:0;
	padding:0;
	text-decoration: none ;
        font-weight: bold;
}


ul.menu li a span
{
/*        position:relative;
	top:0px;
	left:0px;
	z-index:2;
        padding : 5px;
        padding-right : 0;*/
	color: #000 ;	
}

ul.menu li:hover a span
{
/*        padding : 5px;
        padding-right : 0;*/
/*	color: #d2905c;	*/
color: #b36c50;
}


/******* Menu niveau 2 - colonne gauche *******/

div#menu_level2
{
	text-align:left;
	margin: 0;
	padding: 0;
	width:120px;
	height:350px;
}

div#menu_level2 div.moduletable {
/*	background: transparent url(../images/bg_menu3.png) top left repeat-x;
	height:350px; */
	background: transparent url(../images/bg_menu5.png) top left no-repeat;
	height:368px;

}

div#menu_level2 ul
{
	list-style: none ;
	border: 0;
	padding:10px;
	margin:0;
}

div#menu_level2 ul li
{
	display: list-item;	
	padding : 0px;
 	padding-top : 5px;
        padding-bottom : 5px;
	margin: 0;
	width: 100px ;
}


div#menu_level2 li a span
{
        padding : 0;
}

div#menu_level2 ul li a
{
	border: 0;
	display: inline;
}

/******* Menu droite *******/

div#menu
{
        float:right;
	text-align:right;
	right: 0;
	top : 0;
	margin: 0;
	padding: 0;
	padding-top: 15px;

}

div#menu ul
{
	list-style: none ;
	border: 0;
	padding:0;
	margin:10px;
}

div#menu ul li
{
	display: list-item;
	margin:0;
        width: 60px;
}

div#menu li a span
{
        padding : 0;
}

div#menu ul li a
{
	border: 0;
	display: inline;
}


/**********************************/
/*  Gallery photo                 */
/**********************************/

div.phocagalleryslideshow {
     margin-left:60px; 
}

/****** images dans les contenus *******/

h4 img {
     margin-right:15px;
     margin-bottom: 5px;
}


/*** marges des images ***/
strong img {
       margin-right: 10px;
       margin-bottom: 15px;
}

/**********************************/
/*         Liste materiel         */
/**********************************/

/* cacher le lien "plus d'articles" au format blog */
div.blog_more_ListeMateriel div {
display:none;
}

#texte div p img, #texte p img, #texte a img {
       margin-right: 10px;
}


/*********************************/
/*            BLOG               */
/*********************************/

div.moduletable_blog {
      background-color: #FFFFFF ;
      border: 1px solid #999;
      background: none;
}

div.moduletable_blog h3 {
      color : #000;
}

table.blog_blog tbody tr td div {
/*        border-bottom: 1px dashed #333;*/
}

td.contentheading_blog {
        font-size: 12px;
	font-weight: bold; 
}

/*********************************/
/*      Liste de matériel        */
/*********************************/

div.blog_more_ListeMateriel ul li {
      height: 20px;
}

a.blogsection {

}

/*********************************/
/*   Position img plugin phoca   */
/*********************************/

a.modal-button img {
      margin:7px;
}

/*********************************/
/*        Fenetre modale         */
/*********************************/

#modalPage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

.modalBackground {
/*    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.5;
    width: 100%; height: 100%; background-color: #999999; */
    width: 100%; height: 100%; background-color: #ffffff; 
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal {
    background-color: white;
/*    border: solid 4px black; position: relative; */
    border: none; position: relative; 
    top: -200px;
    left: -412px;
    z-index: 1000;
    width: 824px;
    height: 400px;
    padding: 0px;
}

.modalBody, .modalBody p {
   padding: 10px;
   text-align: center;
}


.modalBody img#logo_modal {
   float:left;
   vertical-align: middle;
   margin-bottom: 20px;
}

.modalBody h1 {
   text-align: left;
   font-weight: normal;
   font-family: Verdana;
   font-size: 2em;
   letter-spacing: 1px;
   color: #000;
   text-decoration: none;
   margin-top: 40px;
}


.modalBody p a {
   font-size: 14px;
   font-weight:bold;
}
