/* CSS pour AzimutBrutal v3.0 */

/* Trucs generiques: body, links, h... */
body {
	background: #000000;
	color: #cccccc;	
	font-size: small;
}

h1 {
	color: #ffffff;
	font-variant: small-caps;
}

a:link {
	color: #ffff99;
	text-decoration: none;
}
a:visited {
	color: #ffff99;
	text-decoration: none;
}
a:hover {
	color: #ffff99;
	text-decoration: underline;
}
a:active {
	color: #ffff99;
	text-decoration: none;
}

/* Placements des boites */

.header {
	background-color: #333333;
	border: 1px solid #666666;
	padding: 0 0.5em 0 0.5em;
}

.subtitre {
	width: 100%;
	text-align: right;
}

.menu_general {
	width: 80%;
	float: left;
	padding: 0em 0.5em 0 0.5em;
}

.content {
	width: 100%;
	float: left;
}

.footer {
	background-color: #333333;
	text-align: right;
	font-size: x-small;
	border: 1px solid #666666;
	padding: 0.5em;
}

.spacer {
	clear: both;
	visibility: hidden;
}

/* Specifics concernant la partie photo */

.photo_titre {
	text-align: right;
	font-size: medium;
	border-bottom: thin solid #333333;
}

.photo_thumbs {
	width: 200px;
	height: 250px;
	float: left;
	border: thin solid #333333;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.photo_thumbs_without_tags {
	width: 200px;
	height: 200px;
	float: left;
	border: thin solid #333333;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.thumbnails_img {
	witdh: 100px;
	height: 120px;
}

.thumbnails_infos {
	text-align: left;
}

.photo_pict {
	float: left;
	margin-left: 1em;
}

.photo_comms_column {
	float: left;
}

.photo_comms {
	width: 25em;
	border: thin solid #666666;
        background-color: #333333;
	padding: 0.5em;
	margin: 1em 0 0 1em;
}

/* Specifics concernant la partie blog */

.blog_list {
	width: 60%;
	float: left;
	border: thin solid #666666;
	background-color: #333333;
	padding: 0.5em;
}

.blog_list_infos {
	width: 35%;
	float: right;
	border: thin solid #666666;
	background-color: #333333;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.blog_list_titre {
	border-bottom: thin solid #666666;
}

.blog_list_intro {
	padding-bottom: 1em;
}

.blog_entry {
	width: 600px;
	border: thin solid #666666;
	background-color: #333333;
	padding: 0.5em;
}
