/**
style.css
---------
DEGODEZ Sébastien
*/


/* ------------------------------------------------------------------------------ */
/* ----------------------------- Classes Generique ------------------------------ */
body{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	min-width: 1000px;
	color: #364042;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 13px;
}
a {
        text-decoration: none;
        color: #1a8130;
        font-weight: bold;
}
a:hover {
        color: #dd6900;
        text-decoration: underline;
}
ul {
        padding-left: 0px;
        list-style-type: none;
}
img {
        border: 0px;
}
h1 {
	color: #1a8130; /*#6da344;*/
	padding-left: 30px;
	margin-bottom: 8px;
	margin-top: 8px; 
	font-size: 2em;

}

.align_left {
        margin-right: 10px;
        float: left;
}
.align_right {
        margin-left: 10px;
        float: right;
}
img.photo {
	border: 1px solid black;
        padding: 1px;
}


/* --------------------------- Fin Classes Generique ---------------------------- */
/* ------------------------------------------------------------------------------ */


div#acces_rapide {
        display: none;
}
/* header */
div#header {
        height: 350px;
        background: url('../images/header_back.png') repeat-x;
        border-bottom: 3px solid black;
}
div#header .header_left {
        float: left;
        height: 350px;
        width: 1000px;
        background-image: url('../images/header.png');
}

div#header .header_right {
        position: absolute;
        top: 40px;
        right: 125px;
}
/* menu */
div#menu {
	float: left;
	width: 200px;
	color: #707070;
}
div#menu.wide{
        width: 0px;
}

div#menu div.boite_menu h5 {
	width: 207px;
	height: 21px;
	margin: 0;
	padding: 7px 0 0 0;
	color: #ebebeb;
	background-color: #1a8130;
	text-align: center;
	-webkit-border-radius: 3px 0 0 0;
	-khtml-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

div#menu div.boite_menu img.photo {
	height: 60px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
}


div#menu div.boite_menu div.corps_menu {
	width: 187px;
        min-height: 125px;
	margin: 0 auto 15px auto;
	border: 2px solid #1a8130;/*#6da344;*/
	border-width: 0 2px 2px 2px;
	padding: 4px 8px;
}

div#menu div#whoami_menu {
	text-align: justify;
	font-size: 1em;
        background: url('../images/menu-logo.png') no-repeat bottom right;
}

/* contenu */
div.contenu {
	padding: 10px 15px;
}

div#corps.wide {
        margin-left: 0px;
}
/* corps */
div#corps {
	margin-left: 220px;
}

div#corps #links {
        color: #1a8130;
        border: 1px solid #1a8130;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
        padding: 2px 8px;
	background: #eceef3;
}
div#corps #links a {
        font-weight: bold;
        font-size: 0.9em;
        color: #1a8130;
}
div#corps #links a:hover {
        text-decoration: underline;
        color: #dd6900;
}

div#corps div.lign_bloc_accueil {
	height: 100%;
	margin-top: 15px;
	overflow: hidden;
}

div.col_module img.photo {
        max-height: 60px;
        max-width: 100px;
}
/* Titre et footer bloc info */
div.bloc_info h3.bloc_info_title, div.bloc_info h3.bloc_info_footer {
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eceef3;
}

div.bloc_info h3.bloc_info_title {
	color: #1a8130;
        font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #1e9136;
}

div.bloc_info h3.bloc_info_footer {
	border: 1px solid #ccc;
        font-size: 0.8em;
}


h3.bloc_info_footer a, h3.bloc_info_title a{
        text-decoration: none;
        color: #1a8130; 
        font-weight: bold;
}
h3.bloc_info_footer a:hover, h3.bloc_info_title a:hover{
        text-decoration: underline;
        color: #dd6900;
}
/* align gauche et droite */
div.bloc_gauche {
	float: left;
	width: 48%;
}
div.bloc_droite {
	float: right;
	width: 48%;
}
/* content */
div.bloc_content {
	padding: 8px;
	text-align: justify;
}
/* content h5 */
div.bloc_content h5 {
        color:#dd6900;
        font-size: 1.3em;
        padding-left: 10px;
        margin: 0px;
        padding-top: 20px;
}
div.bloc_content img.photo {
        max-height: 120px;
        max-width: 200px;
}
div.bloc_content div.video {
        border: solid 1px black;
        padding: 1px;
}
/* Les messages d'alerte */
div.flashmess {
        border: 2px solid;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
        margin-bottom: 10px;
        padding: 10px;
        font-weight: bold;
        padding-left: 42px;
}
.success {
        border-color: green;
        color:#005F00;
        background: #AFFFAF url('../images/success.png') no-repeat;
        background-position: left center;
}
.success ul {
        padding-left: 0px;
        list-style-type: none;
}
.error {
        border-color: red;
        color: #5F0000;
        background: #FFAFAF url('../images/error.png') no-repeat;
        background-position: left center;
}
.warning {
        border-color: yellow;
        color: #5F5F00;
        background: #FFFFAF url('../images/warn.png') no-repeat;
        background-position: left center;
}

/* table */
table.bloc_table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #1e9136;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
table.bloc_table tr th.head {
        width: 33%;
        height: 40px;
        border: 1px solid red;
        border-left: 0px;
        border-right: 0px;
        background-color: gray;
}
table.bloc_table tr td {
        border: 1px solid red;
}