.form-control{
	display:block;
	width:80%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #3366ff;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-text{
	display:block;
	width:80%;
	height:100px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
		border:1px solid #3366ff;
		border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
		
}
.form-capcha{
	display:block;
	color:#555;
	background-color:#fff;
	background-image:none;
		border:1px solid #3366ff;
		border-radius:4px;
			}
body{
	margin:10px
}
body{
	font-family:"Calibri", Arial, Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff
}
.form-group{
	margin:20px;
	margin-bottom:15px;
	border-color =#3366ff
}
.btn-primary{
	color:#fff;
	background-color:#337ab7;
	border-color:#2e6da4
}
.col-md-6{
	border-color =#3366ff;
	width:50%
	}
	
.col-md-12{
		border-color =#3366ff;
	width:100%
	}
.row{
	margin-right:15px;
	margin-left:15px
}
.alert-danger{
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.alert-success{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.container{
		width:1000px;
		}
.checkbox{
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:20px
}
input.choix {
    width:200px;
	  color:#3366ff;
}
button.choix {
    width:200px;
	  color:#3366ff;
}
 
.cadre-logo{
	border: 3px outset blue; 
	text-align: left; 
	width: 294px; 
	height: 223px; 
	border-radius: 30px 30px 30px 30px;
}
.cadre-mpb{
	border: 3px outset blue; 
	text-align: left; 
	width: 475px; 
	height: 223px; 
	border-radius: 30px 30px 30px 30px;
}
.barre-menu{
  border: 3px outset blue; 
	width: 100%; 
	height: 50px;  
}
.table-curved {
    border-collapse: separate;
    border: solid blue 3px;
    border-radius: 30px;
}