*|*:-moz-any-link img, img[usemap], object[usemap]
{
border:0px solid;
}

a img {border:none;}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, li {
 margin:0;
 padding:0;
 }

.reset
{
    clear: both;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.pointer
{
    cursor: pointer;
}



body
{
    background-color: #1d223e;
/*    min-height: 1500px;*/
    background-image: url('../images/bg.jpg');
    background-position: center -400px; 
    background-repeat: no-repeat;
	background-attachment:fixed;
    font: 13px "Trebuchet MS",Verdana,sans-serif;
    color: #666666;
}

h1
{
    cursor: pointer;
    font-size: 1.7em;
    /*color: #5E4684;*/
    /*color: #C45F63;*/
    color: #f08e1b;
    border-bottom: 1px dashed silver;
    margin-bottom: 6px;
    font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
    
}

h2
{
    font-size: 1.5em;
    color: #4D345C;
    margin-top: 8px;
    margin-bottom: 6px;
    clear: both;
    font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;

}

h3
{
    font-size: 1.2em;
    color: #166C97;
    margin-top: 8px;
    margin-bottom: 6px;
        font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;

}

.calendar
{
    padding-left: 33px;
    background-image: url('../images/calendar.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.time
{
    margin-left: 30px;
    padding-left: 20px;
    background-image: url('../images/alarm.png');
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: bold;
}
.parag
{
    border-left: 1px solid #DDDDDD;
    padding: 10px;
    margin: 12px auto;
}

.container_1
{
    width: 980px;
    margin: 0 auto;
}

.reference
{
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
}

.highlight
{
    color: #166C97;
    font-size: 2.5em;
    font-weight: bold;
}

#header
{
   /* -moz-box-shadow: 0px 0px 35px black;
    -webkit-box-shadow: 0px 0px 35px black;
    box-shadow: 0px 0px 35px black;*/
    height: 280px;
    /*background-image: url('../images/header_bg.jpg');*/
}

#headerContainer
{
    height: 300px;
	background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-position: center top;

}



#headerContentHolder {
	margin: 0 auto;
	width:900px;
	height:270px;


	}

#footer
{
    margin-top: 15px;
    cursor: pointer;
    
}

.block_content
{
    background-color: white;
    color: white;
}

.littleBlock
{
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    background-color: white;
    /*color: black;*/
    float: left;
    /*width: 445px;*/
    width: 282px;
    height: 100px;
    margin: 10px;
    padding: 10px;
}

.littleBlock p
{
    background-image: url('../images/li_arrow16.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 4px 4px 4px 35px;
    border: 1px dashed silver;
}

.bigBlock
{
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    background-color: white;
    /*color: black;*/
    width: 894px;
    /*width: 700px;*/
    margin: 10px auto;
    padding: 15px;
    opacity: 0.95;
}

.bigBlock p.list
{
    background-image: url('../images/li_arrow16.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 4px 4px 4px 20px;
    
}

li.list
{
    margin-bottom: 14px;
    list-style-image: url('../images/li_arrow16.png');
}

.mini_content
{
    /*border: 1px solid red;*/
    /*float: left;*/
}

.mini_content_inner
{
   /* float: left;*/
    margin-left: 20px;
    margin-top: 20px;
}

.current { opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=1);}


.menu
{
margin: 10px 14px;
padding: 15px;
    width:923px;
    min-height: 185px;
}
.menu a
{
    color: #F08E1B;
}

.menu_block 
{
  background-color: white;
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    background-color: white;    padding: 15px;
    opacity: 0.9;

    width: 419px;
    border: 0px solid gray;  
    float: left;

}

.souligne
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.5em;
}
