/*  
Theme Name: Ultranoir
Theme URI: http://www.ultranoir.com/blog
Author: Webqualite Concept
Author URI: http://webqualite-concept.com/
*/

/*** PROPRIETES Gles *** PROPRIETES Gles *** PROPRIETES Gles *** PROPRIETES Gles ***/

a {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	
	
hr {
	display: none;
	}	

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.post small {
    padding: 6px 0 0;
    border-top: 1px solid #242424;
    }

.postmetadata small {
    border:none;
    }
	
label small {
  border:none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
#sidebar strike {
	visibility:hidden;	
	}	
	
/* Fin Propriétés Générales*******************************************************************/


/*** STRUCRURE Gle *** STRUCRURE Gle *** STRUCRURE Gle *** STRUCRURE Gle *** STRUCRURE Gle ***/

body {
	font-size: 9px; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande',Arial, Sans-Serif;
	background:#000000; 
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 15px auto;
	padding: 0;
	width: 725px;
	border-left: 1px solid #242424; 
	border-right: 1px solid #242424;
	text-align: left;
	background: #000000;
	}
	
#content {
	font-size: 1.2em;
	background:#000000;
	}		
	
/*fin structure générale********************************************************************/	
	
	
/*** HEADER *** HEADER *** HEADER *** HEADER *** HEADER *** HEADER *** HEADER *** HEADER ***/	
	
#header {

	margin: 0; 
	padding: 0; 
	height: 300px; 
	width: 725px;
	}

#headerimg 	{ 
	margin: 0; 
    background: #fff;
	margin: 0;
	height: 300px;
	width: 100%;
	text-decoration: none;
	}
			
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}	
		
#headermenu { /* div ajouté sur la page header.php à la suite du div #header */
    height: 20px;
	background: url(images/ultranoir/fondheadermenu.jpg) repeat-y;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	}	
	
#headermenu p{
    margin: 3px 10px 0;    
    padding: 0 0 0;
	text-align: left;
	word-spacing: 3px;
	color: #666;
	text-transform:uppercase;
	font-size: 1em;
	}
	
.accueil{
    margin-left: 0px;
	}	
	
.happening{
    margin-left: 20px;
	margin-right: 10px;
	}
	
.apropos{	
    margin-left: 5px;
	margin-right: 3px;
	}
	
/* fin header *********************************************************************************/


/*** COLONNE PRINCIPALE *** COLONNE PRINCIPALE *** COLONNE PRINCIPALE *** COLONNE PRINCIPALE ***/ 	

* html .narrowcolumn { /*Hack IE6 pour placer la ligne de séparation sidebar au même niveau que celle du header*/
    padding: 10px 10px 0 11px;
	width:457px
}

.narrowcolumn {
	float: left;
	padding: 10px 12px;
	margin: 0;
	width: 454px; 
	border-right: 1px solid #242424;
	min-height: 900px; /* fixer la hauteur minimum en fonction de la hauteur de la sidebar, pour que la bordure de séparation descende jusqu'en bas */
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 20px 150px;
	width: 450px;
	line-height: 1.6em;
	}
	
.postmetadata {
    text-align:left;
	clear: left;
}	
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}	

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* fin colonne principale **************************************************************/


/*** SIDEBAR *** SIDEBAR *** SIDEBAR *** SIDEBAR *** SIDEBAR *** SIDEBAR *** SIDEBAR ***/

#sidebar {
	margin:0 0 0 478px; /*la marge gauche est importante pour Ffx, mais ne change rien sous IE*/
	background-color:#000000;
	font-size: 10px;
	font-family: Verdana,'Lucida Grande',  Arial, Sans-Serif;
	text-transform: uppercase; /* met tout le texte en majuscule*/
	}	
		

* html #sidebarcontent{ /*hack IE6 pour la marge gauche*/
    margin-left: -30px;
	padding-left: -30px;
	padding-right:15px;
	width: 220px;	
	float:right;
	}	
	
		
*:first-child+html #sidebarcontent,{ /*hack IE7 pour la marge gauche*/
    margin-left: -30px;
	padding-left: -30px;
	width: 230px;
	}	
	
*:first-child+html .sidebar_title, * html.sidebar_title{ /*hack IE6 et 7 pour longueur du trait sous les titres*/
	width: 220px;
	}	

.sidebar_title {
    display: block;
    margin:10px 10px 15px 10px;
    border-bottom:1px solid #242424;
    }

#sidebar h2{
    visibility:hidden;
    font-size:0;
    margin: 0;
    }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-position:outside;
	margin-bottom: 25px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	}

ol li, #sidebar ul ol li {
	list-style-type:none;
	list-style-position:outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10px;
	padding: 0;
	}		
	
*:first-child+html #sidebar form, * html #sidebar form {
    margin-bottom:-20px;
	}	

#sidebar form {	/*pas de marge sur le formulaire de recherche dans la sidebar*/
	margin: 0;
	}	

*:first-child+html #sidebar #searchform, * html #sidebar #searchform {
    width: 240px;
	}	
	
#sidebar #searchform {
	margin: 0;
	padding: 0;
	}	

* html #sidebar #searchform #s {
    width:180px;
}
	
#sidebar #searchform #s {
    margin: 0;
	padding: 0 0 0;
    width: 195px;
	height: 20px;
    border: 1px solid #242424;
	color:#FFFFFF;
	background: #000000 url(images/ultranoir/loupe.jpg) no-repeat;
	background-position: 3px center;
	}

html>/**/body #sidebar #searchsubmit { /* petit hack pour ffx: place le champ de recherche et le bouton ok à la même hauteur*/
	margin:0 0 -3px 0;
	}

#sidebar #searchsubmit {

	margin:0;
	width:22px;
    height:22px;
    text-align:center;
	border:1px solid #242424;
	background:#666666;
	color:#FFFFFF;
	}	
		
/* Fin de la Sidebar ***********************************************************************/


/*** FOOTER *** FOOTER *** FOOTER *** FOOTER *** FOOTER *** FOOTER *** FOOTER *** FOOTER ***/ 

#footer {
	padding: 0;
	margin: 0 auto;
	width: 725px;
	clear: both;
	background: #000000; 
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	color:#444444;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer a {
    text-decoration:underline;
    }	
	
/* fin footer ******************************************************************************/


/*** TITRES *** TITRES *** TITRES *** TITRES *** TITRES *** TITRES *** TITRES *** TITRES ***/

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;	
	text-decoration: none;
	color:#FFFFFF;
	font-weight:normal;
	}

h1 {
	font-size: 5em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}
	
h2 {
	margin: 0;
	font-size: 40px;
	}
	
h3 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 40px;
	}
		
h1 a, h2 a, h3 a {
    text-decoration: none;
	color:#FFFFFF;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
    color: #DAAD5C;
	}
	
h1 a:visited, h2 a:visited, h3 a:visited{
    text-decoration: none;
	color:#FFFFFF;
	}	
		
h2.pagetitle {
    font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	margin-top: 20px;
	text-align: left;
	color: #666;
	font-size: 1.2em;
	}
	
.widecolumn h2 {
clear:both;
margin: 20px 0 25px 0;
line-height: 1em;
}	

h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-size:30px;
	}	
	
h3#respond {
	padding: 0;
	margin: 40px auto 20px ;
	font-size:30px;
	}	
	
	
/* Fin titres ******************************************************************************/


/*** IMAGES *** IMAGES *** IMAGES *** IMAGES *** IMAGES *** IMAGES *** IMAGES *** IMAGES ***/

p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #242424;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* Fin Images *****************************************************************************/


/*** LISTES *** LISTES *** LISTES *** LISTES *** LISTES *** LISTES *** LISTES *** LISTES ***

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.description {
	text-decoration: none;
	color: white;
}	
/* End Entry Lists **********************************************************************/


/*** FORMULAIRES *** FORMULAIRES *** FORMULAIRES *** FORMULAIRES *** FORMULAIRES *** ***/

	/*Formulaire de recherche page principale*/
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    background:#000000;
	color:#FFFFFF;
	border:1px solid #242424;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background:#000000;
	color:#FFFFFF;
	border:1px solid #242424;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#242424;
	scrollbar-track-color:#242424;
	}

#commentform #submit {
	margin: 0 -7px 0 0;
	float: right;	
	text-align:center;
	border:1px solid #242424;
	background:#666666;
	color:#FFFFFF;	
	}
	
/* Fin des elements de formulaire *******************************************************/


/*** COMMENTAIRES *** COMMENTAIRES *** COMMENTAIRES *** COMMENTAIRES *** COMMENTAIRES ***/

.alt {
    margin:0;
	padding:0;
	border:none;
    background-color:#000000;    
	}	

html>/**/body .commentlist{
	margin: 0 0 0 -50px;
	text-align: justify;
	}

.commentlist {
	margin: 0 0 0 -10px;
	text-align: justify;
	}
		
.commentlist p{
    color:#666666;
	margin:0;	
	}		
		
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana,'Lucida Grande',  Arial, Sans-Serif;
	}
	
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
/* Fin des commentaires **********************************************************************/


/*** CALENDRIER *** CALENDRIER *** CALENDRIER *** CALENDRIER *** CALENDRIER *** CALENDRIER ***/

#wp-calendar {
    color:white;
	empty-cells: show;
	margin: 0 auto;
	width: 179px;
	background:url(images/ultranoir/bg-calendar.jpg) no-repeat;
	text-align:center;
	}
	
#wp-calendar a {
    margin:2px 1px 1px 2px;
	text-decoration: none;
	display: block;
	width:22px;
	height:17px;
	background:#666666;
	color:#FFFFFF;
	font-weight:bold;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	width: 100%;
	font: 1.1em Verdana,'Lucida Grande',Arial, Sans-Serif;
	text-transform:none;	
	}

#wp-calendar td {
    width:26px;
	height:20px;   
	padding: 0;
	text-align: center;
	}
	
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	}		
			

/* Fin des styles du calendrier **************************************************/


/*** DIVERS CLASSES *** DIVERS CLASSES *** DIVERS CLASSES *** DIVERS CLASSES ***/

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.entry p {
font-size:0.9em;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
    }

.entry p a {
	color: #fff;
	}

.entry p a:visited {
	color: #fff;
	}

.widecolumn .postmetadata {
    padding:10px;
    background-color:#000000;
	border:1px solid #242424;
	}

	
/* Fin classes diverses ********************************************************************/


/*** NOUVELLES CLASSES *** NOUVELLES CLASSES *** NOUVELLES CLASSES *** NOUVELLES CLASSES ***/

#legend p.title { /*legende sous les photos des posts*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#666;
text-transform:uppercase;
}

#legend p { /*paragraphe sous la legende*/
font-size:0.9em;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html .links {
margin-top:-25px;
}

*:first-child+html .links {
margin-top:-25px;
}

.accueil{
font-weight:bold;
text-align:center;
padding: 0 15px 0 15px;
}

.happening{
font-weight:bold;
text-align:center;
padding: 0 15px 0 15px;
}

.apropos{
font-weight:bold;
text-align:center;
padding: 0 30px 0 15px;
}

#article{
color:#666;
font-size:1.2em;
}


/* Fin des nouvelles classes *****************************************************************/
