/*
Theme Name: iSoid Theme
Theme URI: http://isoid.das-art.com/
Version: 0.1
Author: Damien ALONSO-SÃ‰GAL (Das)
Author URI: http://das-art.com/
*/

/* elements generaux */
* {margin: 0; padding: 0; border: 0;}
ul, li, ol {list-style-type: none;}
img, table {margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-size: 1em; font-weight: normal;}
.nettoyeur {clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px;}
.separateur {clear: left; margin: 10px 0 30px; border: none; height: 1px; color: #f2f2f2; background-color: #f2f2f2;}
a {color: #000;}
a:hover {color: #666; text-decoration: none;}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background: #f2f2f2;
}

#conteneur {
	margin: 0 auto;
	background: #fff;
}

h1 {
	text-align: center;
	/* font-family: times, serif; */
	font-size: 50px;
}
	h1 a {
		padding: 20px;
		display: block;
		text-decoration: none;
		background-color: #3b5998;
		color: #fff;
	}
	h1 a:hover {
		color: #000;
	}

#menu {
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
}
	#menu ul {
		margin: 0 auto;
		width: 500px;
	}
		#menu ul li a {
			display: block;
			width: 100px;
			height: 30px;
			float: left;
			text-align: center;
			text-decoration: none;
		}
		#menu ul li a:hover {
			background-color: #f9f9f9;
		}

#contenu {
	margin: 0 auto;
	width: 650px;
	padding: 20px;
}
	#contenu h2 {
		font-size: 24px;
		color: #3b5998;
		font-weight: bold;
		margin-bottom: 10px;
	}
		#contenu h3 {
			font-size: 18px;
			color: #666;
			font-weight: bold;
			margin: 0 0 10px 10px;			
		}
		#contenu p {
			line-height: 16px;
			margin: 0 0 10px 20px;
		}
			#contenu ul {
				margin: 10px 10px 10px 30px;
			}
				#contenu ul li {
					list-style-type: circle;
					list-style-position: inside;
				}

				/* formulaire */
				#form {
					border: 1px solid #3b5998;
					margin: 0 auto;
					padding: 20px;
					width: 260px;
				}
					.inp-text{
						display: block;
						margin-bottom : 5px;
					}
						.inp-text label {
							display: block;
							width: 100px;
							float: left;
						}
						.inp-text input, .inp-text select {
							border: 1px solid #ccc;
							padding: 2px;
						}
					.submit {
						clear: both;
						margin-left: 100px;
					}
					#go {
						border: 1px solid #ddd;
						border-bottom: 1px solid #666;
						border-right: 1px solid #666;
						background: #aaa;
						color: #fff;
						padding: 5px;
					}


#footer {
	border-top: 1px dashed #3b5998;
	padding: 50px 0 20px;
	text-align: center;
	background: #f9f9f9;
}
	#footer li {
		display: inline;
		margin: 10px;
		color: #ccc;
	}
		#footer li a {
			color: #ccc;
		}