/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #ededed url(bg.jpg) repeat-x;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #a91468;
	text-decoration: none;
}
a:hover {
	color: #1a8bc5;
	text-decoration: none;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4 {font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /*background: transparent url(bgtitre.gif) bottom left no-repeat;*/}
h1 {
font-size:2.2em;
color:#1a8bc5;
}
h2 {
font-size:1.8em;
color:#a91468;
padding : 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}
h3  {
font-size:1.3em;
color:#71c818;
}
h4  {
font-size:1.0em;
color:#1a8bc5;
}

form {margin: 0;}

blockquote 	{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	margin: 0px auto 0 auto;
	padding: 0px;
	background: transparent;
}

#contenu { /* Holds the page items in place */
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #FFFFFF;
	clear:none;
	z-index:0;
}

#extras {  /* objects outside main page (powered by etc) */
	width:950px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	height: 140px;
	text-align: left;
	background: transparent;
	font-weight: bold;
	padding:0px 0px 0px 0px;

	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}

#sideColumn { /* Currently holds the login box */
	clear:none;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: transparent url(trait.jpg) top left no-repeat;
	float: right;
	display: inline;
}
#content { /* main content from the WYSIWYG goes in here */
	margin:0px 0px 0px 20px;
	padding: 0px 10px 14px 20px;
	text-align: justify;
	width: 640px;
	float: left;
	clear: none;
	background-color:#FFFFFF;
}
* html #contentContainer #content {	background-color:#FFFFFF; text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	color:#95a1ae; 
	padding: 10px 5px 8px 5px;
	clear: both;
	background: #ededed url(footer.gif) no-repeat;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align: center; color:#95a1ae; }
#powered_by a, #coding a {color:#95a1ae; text-decoration:underline; }
#powered_by a:hover, #coding a:hover {color:#057ec3; text-decoration:none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */

#search_box {
	color: #fff;
	text-align: left;
	width: 200px;
	height: 22px;
	float: right;
	clear: right;
	margin:5px 15px 0px 0px;
	background: url(search.png) no-repeat;
	border:0;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 150px;
	height: 16px;
	font-size: 12px;
	padding-top:0px;
	vertical-align: top;
	border:0;
}

#search_submit {
	width: 20px;
	height: 20px;
	background: none;
	vertical-align: top;
	padding: 0 0 4px 0;
	border:0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto; padding-top:1px; display:block; clear:both; z-index: 10;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	background: transparent;
	border-top: 0;
	padding:0;
	padding-bottom:12px;
	z-index: 10;
}

#nav ul {
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}


#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal; z-index:10;}


#nav ul li a {display: block; background: transparent; padding: 7px 10px 7px 20px; border-right: 1px solid #fff; color: #fff; text-decoration: none; font-size:17px; font-weight:bold;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #1a8bc5; border-color: #fff; color: #fff; }
#nav li a:active, #nav ul li a.active {background: #0066CC; border-color: #fff; color: #a91468;}

/* Current page Customisations*/
#nav li.menu-current a {background: #fff; color: #a91468;}

#nav ul li ul li.menu-current a { background : #3e79a4; color:#fff; }

/* 2nd Child menu */
#nav .menu li ul { position: absolute; width: 18em; margin: 0; display: none; text-transform: none;}
#nav .menu li ul li {width: auto; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em; border-top: 1px solid #fff;}
#nav .menu li ul a {height: auto; width: 18em; padding: .5em .2em .5em .6em; background: #17567a; color: #fff; border: 0; font-size: 14px; font-weight: bold;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #1a8bc5; border: 0; color:#fff;}
#nav .menu li ul.menu-current a {background: #17567a; color: #fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 18em; padding: .6em .1em .6em .4em; background: #3f7b79; color: #fff; }

#nav ul li ul li ul li.menu-current a {background: #468994; color:#fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html #clearfix {
	height: 1%;
}

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.actu-udaf { color:#0080b9; font-size:18px; font-weight:bold; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

.title-module { font-size:16px;font-weight:bold; }

.title-page { font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:2.2em; color:#1a8bc5; text-align:center; height:20px; }

.breadcrumbs { font-size:10px; font-weight:bold; letter-spacing: 0px; }

.menu-accueil { font-size : medium; color:#55708b; font-weight:bold; }
.menu-accueil a { font-size : medium; color:#55708b; font-weight:bold; }
.menu-accueil a:hover { font-size : medium; color:#0280bd; font-weight:bold; }
.td-menu-accueil { padding-left: 23px; height: 21px; width: 621px; background-image: URL(http://www.udaf48.fr/templates/udaf48_col/bg_menu_accueil.jpg); background-repeat:no-repeat; }

/* MINI-MENU DE L'ACCUEIL */

.mini-menu-accueil { list-style-type: none; display: block; background: transparent; margin: 0; padding: 0; width:200px; }
.mini-menu-accueil ul { list-style-type: none; display: block; background: transparent; margin: 0; padding: 0;}
.mini-menu-accueil li { display: block; background:transparent; color:#FFFFFF; font-weight:bold; text-align:left; font-size: 14px; width:200px; }
.mini-menu-accueil li a { background:#4a77a6; display: block; color:#FFFFFF; padding:7px 0px 7px 5px; border-top: 5px solid #fff;}
.mini-menu-accueil li a:hover, .mini-menu-accueil li a:focus { background:#2b4f76; padding:8px 0px 8px 5px; display: block; height: 20px; color:#FFFFFF; }
