	*
	{
		//padding : 0 ;
		margin : 0 ;
		font-family : arial;
	}

        p
        {
           margin-top : 15px;
        }
	
	body
	{
		/*background : #94A3C4 ;*/
		background : #013C98 url('./images/arrsite.jpg') center top no-repeat fixed ;
		font-size : 12px ;
	}


/* ADMIN */

  #admin_mask
  {
    position : absolute; 
    display : none; 
    background-image : url('images/admin_mask_background.png');
    width : 100%; 
    height : 100%; 
    z-index : 1000;
    text-align: center;
  }

  #admin_window
  {
    margin-left : auto;
    margin-right : auto;
    margin-top : 100px;
    background-color : #eeeeee;
    border : solid 1px #bbbbbb;
    z-index : 1100;
  }

  #admin_window_content
  {
    position : absolute; 
    z-index : 1200;
    vertical-align : middle;
    text-align: center;
    overflow : scroll;
  }

  #admin_loading
  {
    position : absolute; 
    display : none; 
    z-index : 1300;
  }

  #admin_menu
  {
    display : none; 
    width : 200px;
    height : 200px;
    z-index : 900;
    text-align: center;
  }

  #admin_menu_title
  {
    margin-top : 20px;
    width : 210px;
    height : 30px;
    border : solid 1px #a9eafe;
    background-color : #f0ffff;
    border-radius : 10px;
    font-family : verdana;
    font-size : 13px;
    font-weight : bold;
    line-height : 30px;
    vertical-align : middle;
  }

  #admin_menu_content
  {
    margin-top : 10px;
    width : 190px;
    border : solid 1px #bbbbbb;
    background-color : #eeeeee;
    border-radius : 10px;
    padding : 10px;
  }

  .admin_news_menu
  {
    float : right;
  }

  .admin_news_menu_icon
  {
    cursor : pointer;
    float : right;
    margin-left : 10px;
  }

/* MENU */

.menu_link
{
  font-family : verdana;
  font-weight : bold;
  font-size : 16px;
  text-decoration : none;
  color : #eeeeee;
}

	
/* BLOCKS */
	
	.corps
	{
		width : 760px ;
		margin : auto ;
	}
	
	.content
	{
		text-align : justify ;
		background : url('./images/diz_02.png') top left repeat-y ;
		padding : 10px ;
		padding-left : 40px ;
		padding-right : 140px ;
	}


	
	.footer
	{
		background : transparent url('./images/diz_04.png') bottom left no-repeat ;
		height : 30px ;
	}
	
/* TITLES */

	h1
	{
	
	}
	
		h1 a
		{
			display : block ;
			background : transparent url('./images/diz_01.png') top left no-repeat ;
			padding-top : 114px ;
			height : 0 ;
			overflow : hidden ;
		}
		
	.news h2
	{
		font-size : 1.3em ;
		border-bottom : 1px solid #ff0 ;
		padding-left : 10px ;
		font-weight : bold ;
	}
		
	.sidebar h2
	{
		font-size : 1.2em ;
		font-style : italic ;
		font-weight : bold ;
		text-align : center ;
		margin-top : 1em ;
		margin-bottom : 1em ;
		border-top : 3px double #666 ;
		border-bottom : 1px solid #666 ;
	}

/* NEWS */

	.intro
	{
		margin-bottom : 1em ;
		color : #333333;
                font-size : 14px;
	}

	.news
	{
		float : left ;
		width : 100% ;
		text-align : center ;
	}

	.news_frame
	{
		border : solid 2px #94a3c4;
		background-color : #FFFFFF;
		text-align : justify ;
	}

	.news_separation
	{
                width : 70%;
		color : #94a3c4;
	}

	.news_title
	{
		font-size : 14px;
                font-weight : bold;
	}

  .news_page_text
  {
    color : #333333;
  }

  .news_page_link
  {
    color : #333333;
  }

  .news_page_link_active
  {
    text-decoration : none;
    font-weight : bold;
    color : #000000;
  }


/* CALENDAR */

	.calendar
	{
		float : left ;
		width : 100% ;
		text-align : center ;
	}

.calendar_day_details
{
  position : absolute;
  display : none;
  border : solid 1px #333333;
  background-color : #ffffff;
}

.calendar_day_details_text, .calendar_day_details_date
{
  font-family : verdana;
  font-size : 13px;
}

.calendar_day_details_date
{
  font-weight : bold;
}


/* IMAGE */
	
	.img
	{
		border : 1px solid #fff ;
		margin-bottom : 1em ;
		height : 220px ;
	}

        .random_image
        {
		width : 325px ;
        }
		
        .img_mask
        {
		height : 220px ;
		background : url('./images/img.png') bottom left repeat-x ;
          //      line-height : 420px;
          //      vertical-align: bottom;
        }

        .img_author
        {
                position : absolute;
                font-family : arial;
                font-size : 13px;
                top : 330px;
        }

/* NEWS */

	.links
	{
		text-align : right ;
		height : 30px ;
	}
	
	.links a
	{
		display : block ;
		float : left ;
		margin-left : 5px ;
		height : 0 ;
		width : 30px ;
		padding-top : 30px ;
		overflow : hidden ;
		background : transparent none center center no-repeat ;
	}
	
		#link_rss		{ background-image : url('./icons/rss.png') ; }
		#link_facebook	{ background-image : url('./icons/facebook.png') ; }
		#link_twitter	{ background-image : url('./icons/twitter.png') ; }
	
/* SPONSORS */

	.sponsors
	{
		text-align : center ;
		font-size : 0.8em ;
	}
	
	.sponsors img
	{
		margin-bottom : 5px ;
	}
	
	.sponsors, .sponsors a
	{
		color : #888 ;
	}
	

/* FACEBOOK */
	
	.sidebar
	{
		overflow : hidden ;
	}

	
	.texte
	{
		clear : both ;
	}
