/* Structure du site */

body {
	background: #0F0F0F;
}

#powered  {
	text-align: center;
	color: #FFFFFF;
}

#powered a {
	text-align: center;
	color: #FFFFFF;
}

#powered a:hover  {
	text-align: center;
	color: #FFFFFF;
}

#global {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:800px;
	background: #262626;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#header {
	position:relative;
	height:157px;
	background: #FFFFFF;
}
#nav {
	height:40px;
	position:absolute;
	width:100%;
	bottom:0;
	background: #262626;
	padding-top:0px;
	
}
#center {
	padding:20px;
}
/**/
/* Les différents éléments de #center */
	#content {
}
/**/
	#header #headerElements {
}
#header #headerElements h1 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height: 157px;
	width: 800px;
}
#header #headerElements h1 {
	position:relative;
	background: #333333 url(../../images/logo_asc_groupe.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
}
/**/

/* Menu de navigation principal */
.MenuTitre{
	height:30px;
	padding-top:5px}


#nav .menu {
	padding-left: 15px;
}

#nav .bout1 {
	width:100px;
	float:left;
	margin-right: 10px;
	height:35px;
}
#nav .bout1 a {
	text-decoration:none;
}
#nav .bout1 ul {
	margin: 0px auto;
	padding:0px auto;
	list-style: none;
	display: inline;
}
#nav .bout1 ul : hover {
	background-color:#333;
}
#nav .bout1 li {
	margin: 0px 0px 0px 0px;
	width: 190px;
	position: relative;
	float: left;
	background-color: #999;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;


}
#nav a {
	float: left;
	margin: 0px;
	padding: 5px;
}
/**/

.article {
	min-height:180px;
  height:auto !important;
  height:180px;

}

/* Autres elements */

	/* Alignement des images (ne pas supprimer) */
.left {
	float:left;
	margin-right: 10px;
}
.right {
	float:right;
	margin-left: 10px;
}

/* */

/* *********************************** */
/* Ce fichier contient les définitions des polices et des couleurs du site */
/* *********************************** */


/*
	C'est là que vous définissez la taille de police souhaitée.
	Pour les polices en EM Le line-heights et les marges sont calculés automatiquement à partir de cela.
	La police par défaut des navigateurs étant de 16px, on applique un pourcentage pour leur faire comprendre que la police par défaut
	fera désormais 12px (0,75 = 12px / 16px).
*/

/* Police et couleur par défaut
-------------------------------------------------------------- */

body { font-size: 75%; color: #FFFFFF; font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 { font-size: 2em;font-weight: bold;font-style: italic;line-height:2em;color:#7DB819;border-bottom: 1px solid #7DB819;display:inline; }
h3 { font-size: 1.7em; margin-bottom: 0.5em; font-weight: normal; color:#7DB819; font-style: italic; text-decoration:underline;  }
h4 { font-size: 1.5em; font-weight: bold; margin-top:2em; margin-bottom: 0.5em; color:#7DB819; }
h5 { font-size: 1.3em; font-weight: bold; margin-bottom: 0.5em; color:#7DB819; }
h6 { font-size: 1em; font-weight: normal; color:#7DB819; }

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.0em; margin: 0 0 1em; text-align:inherit; text-align:justify; }
p.last      { margin-bottom: 0; }

ul, ol      {
	margin:0px auto;
}
ul          {
	list-style-type: none;
	margin: 0px auto;
}
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1em; font-style: italic; }
del         { color:#666; }

/* Default links */
a           { color:#FFFFFF; }
a:hover     {  }
a:focus, 
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  { font-style: italic; text-align: justify; color:#999999; padding:1em; width:90%; margin:1em;}

strong      { font-weight: bold; color:#FFFFFF; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1em 0; white-space: pre; }
pre,code,tt { color: #666; font: 1em "Monika", "script", "andale mono", "monotype.com", "lucida console", monospace; line-height: 1; } 
tt          { display: block; margin: 1em 0; line-height: 1; }

